Changeset 259634 in webkit
- Timestamp:
- Apr 7, 2020, 7:16:53 AM (6 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebKitTestRunner/TestController.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r259622 r259634 1 2020-04-07 Youenn Fablet <youenn@apple.com> 2 3 Reset mock capture devices between layout tests 4 https://bugs.webkit.org/show_bug.cgi?id=210098 5 6 Reviewed by Eric Carlson. 7 8 This fixes fast/mediastream/anonymize-device-name.html 9 failure since https://trac.webkit.org/changeset/259477/webkit. 10 11 * WebKitTestRunner/TestController.cpp: 12 (WTR::TestController::resetStateToConsistentValues): 13 1 14 2020-04-06 Peng Liu <peng.liu6@apple.com> 2 15 -
trunk/Tools/WebKitTestRunner/TestController.cpp
r259516 r259634 1043 1043 1044 1044 WKPageSetMockCameraOrientation(m_mainWebView->page(), 0); 1045 resetMockMediaDevices(); 1045 1046 1046 1047 // FIXME: This function should also ensure that there is only one page open.
Note:
See TracChangeset
for help on using the changeset viewer.