Changeset 190265 in webkit
- Timestamp:
- Sep 26, 2015, 1:40:35 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r190264 r190265 1 2015-09-26 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 REGRESSION(r188639): [GTK] Several inspector tests started to time out in GTK+ bots after r188639 4 https://bugs.webkit.org/show_bug.cgi?id=148569 5 6 Reviewed by Darin Adler. 7 8 * platform/gtk/TestExpectations: Unskip the inspector tests. 9 1 10 2015-09-25 Alexey Proskuryakov <ap@apple.com> 2 11 -
trunk/LayoutTests/platform/gtk/TestExpectations
r190238 r190265 1393 1393 webkit.org/b/148567 fast/mediastream/getusermedia.html [ Timeout ] 1394 1394 webkit.org/b/148567 fast/mediastream/success.html [ Timeout ] 1395 1396 # REGRESSION(r188639): Web Inspector: split TestStub.js into multiple files and modernize it1397 webkit.org/b/148569 inspector [ Timeout ]1398 1395 1399 1396 #//////////////////////////////////////////////////////////////////////////////////////// -
trunk/Source/WebKit2/ChangeLog
r190262 r190265 1 2015-09-26 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 REGRESSION(r188639): [GTK] Several inspector tests started to time out in GTK+ bots after r188639 4 https://bugs.webkit.org/show_bug.cgi?id=148569 5 6 Reviewed by Darin Adler. 7 8 * PlatformGTK.cmake: Add missing inspector files required for 9 layout tests. 10 1 11 2015-09-25 Eric Carlson <eric.carlson@apple.com> 2 12 -
trunk/Source/WebKit2/PlatformGTK.cmake
r189098 r190265 448 448 ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Models/*.js 449 449 ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Protocol/*.js 450 ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Test/*.js 450 451 ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Views/*.css 451 452 ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Views/*.js
Note:
See TracChangeset
for help on using the changeset viewer.