Changeset 155475 in webkit
- Timestamp:
- Sep 10, 2013, 2:28:25 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 11 edited
-
ChangeLog (modified) (1 diff)
-
LayoutTests/ChangeLog (modified) (1 diff)
-
LayoutTests/platform/efl-wk1/TestExpectations (modified) (3 diffs)
-
LayoutTests/platform/efl-wk2/TestExpectations (modified) (4 diffs)
-
LayoutTests/platform/efl/TestExpectations (modified) (11 diffs)
-
Source/PlatformEfl.cmake (modified) (3 diffs)
-
Source/WebKit/efl/ChangeLog (modified) (1 diff)
-
Source/WebKit/efl/WebCoreSupport/InspectorClientEfl.cpp (modified) (1 diff)
-
Source/WebKit2/ChangeLog (modified) (1 diff)
-
Source/WebKit2/UIProcess/efl/WebInspectorProxyEfl.cpp (modified) (1 diff)
-
Source/cmake/OptionsEfl.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r155246 r155475 1 2013-09-10 Marcelo Morais <m.morais@samsung.com> 2 3 [EFL] WebInspector: Move to new webinspector 4 https://bugs.webkit.org/show_bug.cgi?id=119559 5 6 Reviewed by Gyuyoung Kim. 7 8 Enabling the new Web Inspector on EFL port. 9 Co-author: Andre Loureiro <andre.vl@samsung.com> 10 11 * Source/PlatformEfl.cmake: 12 * Source/cmake/OptionsEfl.cmake: 13 1 14 2013-09-06 Zan Dobersek <zdobersek@igalia.com> 2 15 -
trunk/LayoutTests/ChangeLog
r155473 r155475 1 2013-09-10 Marcelo Morais <m.morais@samsung.com> 2 3 [EFL] WebInspector: Move to new webinspector 4 https://bugs.webkit.org/show_bug.cgi?id=119559 5 6 Reviewed by Gyuyoung Kim. 7 8 Skipping the tests for the old inspector. 9 10 * platform/efl-wk1/TestExpectations: 11 * platform/efl-wk2/TestExpectations: 12 * platform/efl/TestExpectations: 13 1 14 2013-09-10 Oliver Hunt <oliver@apple.com> 2 15 -
trunk/LayoutTests/platform/efl-wk1/TestExpectations
r155452 r155475 237 237 webkit.org/b/84589 fast/dom/Window/open-window-min-size.html [ Failure ] 238 238 webkit.org/b/84589 http/tests/security/cross-frame-access-call.html [ Failure ] 239 webkit.org/b/84589 inspector/console/console-long-eval-crash.html [ Failure ]240 239 241 240 # Needs custom policy delegate enhancement to log DOM node info - EFL port is missing DOM node abstraction … … 314 313 fast/block/lineboxcontain/font.html 315 314 316 # following tests started failing on EFL after r122952.317 webkit.org/b/82886 inspector/styles/override-screen-size.html318 inspector/timeline/timeline-paint.html319 320 315 # Incorrect rendering results after r115846 321 316 webkit.org/b/85599 http/tests/navigation/postredirect-basic.html [ Failure ] … … 366 361 webkit.org/b/77219 http/tests/security/webgl-remote-read-remote-image-allowed.html [ Skip ] 367 362 webkit.org/b/77219 http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html [ Skip ] 368 webkit.org/b/77219 inspector/profiler/webgl [ Skip ]369 363 webkit.org/b/77219 fast/canvas/webgl/oes-vertex-array-object.html [ Skip ] 370 364 webkit.org/b/77219 fast/canvas/webgl/read-pixels-test.html [ Skip ] -
trunk/LayoutTests/platform/efl-wk2/TestExpectations
r155452 r155475 72 72 73 73 webkit.org/b/97560 http/tests/inspector/extensions-useragent.html [ Failure Pass ] 74 webkit.org/b/97560 inspector/extensions/extensions-api.html [ Failure Pass ]75 webkit.org/b/97560 inspector/extensions/extensions-audits.html [ Failure Pass ]76 74 webkit.org/b/111612 animations/animation-delay-changed.html [ Failure Pass ] 77 75 … … 80 78 Bug(EFL) editing/selection/fake-doubleclick.html [ Failure Pass ] 81 79 Bug(EFL) http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked.html [ Crash Pass ] 82 Bug(EFL) inspector/elements/delete-from-document.html [ Failure Pass ]83 Bug(EFL) inspector/elements/insert-node.html [ Failure Pass ]84 Bug(EFL) inspector/elements/elements-inspect-iframe-from-different-domain.html [ Failure Pass ]85 Bug(EFL) inspector/elements/elements-panel-styles.html [ Failure Pass ]86 Bug(EFL) inspector/elements/elements-panel-selection-on-refresh.html [ Failure Pass ]87 Bug(EFL) inspector/elements/elements-panel-limited-children.html [ Failure Pass ]88 Bug(EFL) inspector/elements/elements-panel-reload-assert.html [ Failure Pass ]89 Bug(EFL) inspector/elements/elements-panel-rewrite-href.html [ Failure Pass ]90 Bug(EFL) inspector/elements/event-listener-sidebar.html [ Failure Pass ]91 Bug(EFL) inspector/elements/elements-panel-structure.html [ Failure Pass ]92 Bug(EFL) inspector/elements/highlight-node-scaled.html [ Failure Pass ]93 Bug(EFL) inspector/console/console-format.html [ Failure Pass ]94 Bug(EFL) inspector/console/command-line-api-inspect.html [ Failure Pass ]95 Bug(EFL) inspector/console/console-api-on-call-frame.html [ Failure Pass ]96 Bug(EFL) inspector/console/console-big-array.html [ Failure Pass ]97 Bug(EFL) inspector/debugger/debugger-activation-crash2.html [ Crash Failure Pass ]98 Bug(EFL) inspector/debugger/debugger-breakpoints-not-activated-on-reload.html [ Failure Pass ]99 Bug(EFL) inspector/debugger/debugger-eval-while-paused.html [ Failure Pass ]100 Bug(EFL) inspector/debugger/callstack-placards-discarded.html [ Failure Pass ]101 Bug(EFL) inspector/debugger/debugger-autocontinue-on-syntax-error.html [ Failure Pass ]102 Bug(EFL) inspector/debugger/debugger-activation-crash.html [ Crash Failure Pass ]103 Bug(EFL) inspector/debugger/debugger-pause-in-eval-script.html [ Crash Failure Pass ]104 Bug(EFL) inspector/debugger/debugger-pause-on-debugger-statement.html [ Crash Failure Pass ]105 Bug(EFL) inspector/debugger/debugger-pause-on-failed-assertion.html [ Crash Failure Pass ]106 Bug(EFL) inspector/debugger/debugger-proto-property.html [ Failure Pass ]107 Bug(EFL) inspector/debugger/debugger-set-breakpoint-regex.html [ Crash Failure Pass ]108 Bug(EFL) inspector/debugger/debugger-step-out.html [ Crash Failure Pass ]109 Bug(EFL) inspector/debugger/pause-in-inline-script.html [ Failure Pass ]110 Bug(EFL) inspector/debugger/breakpoint-manager.html [ Crash Failure Pass ]111 Bug(EFL) inspector/debugger/copy-stack-trace.html [ Failure Pass ]112 Bug(EFL) inspector/timeline/timeline-animation-frame.html [ Failure Pass ]113 Bug(EFL) inspector/timeline/timeline-timer.html [ Failure Pass ]114 Bug(EFL) inspector/cookie-parser.html [ Failure Pass ]115 Bug(EFL) inspector/profiler/cpu-profiler-profiling.html [ Failure Pass ]116 Bug(EFL) inspector/extensions/extensions-resources.html [ Failure Pass ]117 Bug(EFL) inspector/extensions/extensions-audits-api.html [ Failure Pass ]118 Bug(EFL) inspector/extensions/extensions-reload.html [ Failure Pass ]119 Bug(EFL) inspector/editor/highlighter-basics.html [ Failure Pass ]120 Bug(EFL) inspector/editor/highlighter-long-line.html [ Failure Pass ]121 Bug(EFL) inspector/audits/audits-panel-functional.html [ Failure Pass ]122 Bug(EFL) inspector/runtime/runtime-callFunctionOn.html [ Failure Pass ]123 Bug(EFL) inspector/storage-panel-dom-storage-update.html [ Failure Pass ]124 80 Bug(EFL) media/video-played-reset.html [ Failure Pass ] 125 81 Bug(EFL) fast/loader/fragment-after-redirect-gets-back-entry.html [ Failure Pass ] … … 138 94 webkit.org/b/98761 svg/text/selection-tripleclick.svg [ Failure Pass ] 139 95 140 # ASSERTION FAILED: m_suspended in WebCore::SuspendableTimer::resume()141 webkit.org/b/81574 inspector/debugger/debugger-no-nested-pause.html [ Crash Failure Pass ]142 webkit.org/b/81574 inspector/debugger/debugger-pause-in-internal.html [ Crash Failure Pass ]143 webkit.org/b/81574 inspector/debugger/debugger-pause-on-exception.html [ Crash Failure Pass ]144 webkit.org/b/81574 inspector/debugger/debugger-reload-on-pause.html [ Crash Failure Pass ]145 webkit.org/b/81574 inspector/debugger/debugger-scripts.html [ Crash Failure Pass ]146 webkit.org/b/81574 inspector/debugger/debugger-step-in.html [ Crash Failure Pass ]147 webkit.org/b/81574 inspector/debugger/debugger-step-over.html [ Crash Failure Pass ]148 webkit.org/b/81574 inspector/debugger/disable-script.html [ Crash Failure Pass ]149 webkit.org/b/81574 inspector/debugger/function-details.html [ Crash Failure Pass ]150 webkit.org/b/81574 inspector/debugger/script-extract-outline.html [ Crash Failure Pass ]151 webkit.org/b/81574 inspector/debugger/source-frame-count.html [ Crash Failure Pass ]152 153 96 # Test is flaky and needs to be fixed 154 97 webkit.org/b/56985 http/tests/loading/bad-server-subframe.html [ Crash Pass ] … … 173 116 webkit.org/b/95428 media/video-controls-captions.html [ Failure ] 174 117 webkit.org/b/113106 media/track/track-prefer-captions.html [ Failure ] 175 176 webkit.org/b/113513 inspector/styles/paste-property.html [ Failure ]177 118 178 119 # Flaky on Debug bot. See also webkit.org/b/102190 -
trunk/LayoutTests/platform/efl/TestExpectations
r155236 r155475 269 269 http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html 270 270 271 # These test -apple- and -khtml- prefixed CSS properties, which we don't support. 272 inspector/styles/vendor-prefixes.html [ WontFix ] 271 webkit.org/b/121096 inspector [ Skip ] 273 272 274 273 # There are no expected result set yet. … … 304 303 # following tests started failing on EFL afrer r122952. 305 304 http/tests/inspector/resource-parameters.html 306 inspector/styles/svg-style.xhtml307 inspector/debugger/live-edit.html308 inspector/debugger/live-edit-breakpoints.html309 inspector/debugger/debugger-compile-and-run.html310 311 webkit.org/b/88780 inspector/debugger/dom-breakpoints.html [ Timeout Failure ]312 webkit.org/b/88780 inspector/debugger/event-listener-breakpoints.html [ Failure ]313 webkit.org/b/88780 inspector/debugger/step-through-event-listeners.html [ Failure ]314 webkit.org/b/89056 inspector/debugger/xhr-breakpoints.html [ Failure Timeout ]315 305 316 306 # ENABLE(DRAGGABLE_REGION) is disabled … … 371 361 Bug(EFL) accessibility/corresponding-control-deleted-crash.html [ WontFix ] 372 362 Bug(EFL) fast/dom/HTMLTemplateElement/cycles-in-shadow.html [ WontFix ] 373 Bug(EFL) inspector/elements/update-shadowdom.html [ WontFix ]374 363 375 364 # Rounding issues when running on 32-bits machines. … … 509 498 Bug(EFL) fast/dom/DeviceOrientation [ Skip ] 510 499 Bug(EFL) fast/dom/Window/window-properties-device-orientation.html [ Skip ] 511 Bug(EFL) inspector/device-orientation-success.html [ Skip ]512 500 513 501 # EFL port does not enable ORIENTATION_EVENTS … … 629 617 webkit.org/b/85615 http/tests/inspector/resource-har-pages.html [ Failure Pass ] 630 618 Bug(EFL) http/tests/inspector/search/resources-search-match-index.html [ Failure Pass ] 631 webkit.org/b/93820 inspector/console/console-format-collections.html [ Failure Pass ]632 webkit.org/b/96886 [ Release ] inspector/debugger/dynamic-script-tag.html [ Failure Pass ]633 webkit.org/b/114160 [ Debug ] inspector/debugger/dynamic-script-tag.html [ Crash Failure Pass ]634 635 Bug(EFL) inspector/profiler/heap-snapshot.html [ Failure Pass ]636 Bug(EFL) inspector/timeline/timeline-enum-stability.html [ Failure Pass ]637 638 # New test added in r139405 that gives different output every run.639 webkit.org/b/104384 inspector/debugger/debugger-script-preprocessor.html [ Failure Pass ]640 619 641 620 # Sometimes asserts in MessagePort::contextDestroyed … … 1069 1048 # JSC does not support setIsolatedWorldSecurityOrigin. 1070 1049 webkit.org/b/61540 http/tests/security/isolatedWorld/cross-origin-xhr.html [ Failure ] 1071 webkit.org/b/61540 inspector/extensions/extensions-audits-content-script.html [ Failure ]1072 webkit.org/b/61540 inspector/extensions/extensions-eval-content-script.html [ Failure ]1073 1050 1074 1051 #__worldID is undefined in isolated world … … 1258 1235 webkit.org/b/82140 fast/dom/Geolocation [ Skip ] 1259 1236 webkit.org/b/82140 fast/dom/Window/window-properties-geolocation.html [ Failure ] 1260 webkit.org/b/82140 inspector/geolocation-error.html [ Failure ]1261 webkit.org/b/82140 inspector/geolocation-success.html [ Failure ]1262 webkit.org/b/82140 inspector/geolocation-watchPosition.html [ Failure ]1263 1237 1264 1238 # IETC namespace failures … … 1337 1311 1338 1312 # JSC doesn't support heap profiling 1339 webkit.org/b/50485 inspector/profiler/heap-snapshot-inspect-dom-wrapper.html [ Skip ]1340 webkit.org/b/50485 inspector/profiler/heap-snapshot-comparison-dom-groups-change.html [ Skip ]1341 webkit.org/b/50485 inspector/profiler/heap-snapshot-comparison-show-all.html [ Skip ]1342 webkit.org/b/50485 inspector/profiler/heap-snapshot-loader.html [ Skip ]1343 webkit.org/b/50485 inspector/profiler/heap-snapshot-reveal-in-dominators-view.html [ Skip ]1344 webkit.org/b/50485 inspector/profiler/heap-snapshot-summary-retainers.html [ Skip ]1345 webkit.org/b/50485 inspector/profiler/heap-snapshot-summary-show-ranges.html [ Skip ]1346 webkit.org/b/50485 inspector/profiler/heap-snapshot-summary-sorting-fields.html [ Skip ]1347 webkit.org/b/50485 inspector/profiler/heap-snapshot-summary-sorting.html [ Skip ]1348 webkit.org/b/50485 inspector/profiler/heap-snapshot-summary-sorting-instances.html [ Skip ]1349 1313 webkit.org/b/50485 inspector-protocol/heap-profiler [ Skip ] 1350 1314 … … 1368 1332 # Failed table/mozilla test, fields are not on the same line 1369 1333 webkit.org/b/97109 tables/mozilla/bugs/bug99948.html [ Pass ] 1370 1371 # New test introduced in r125790 fails1372 webkit.org/b/94341 inspector/timeline/timeline-decode-resize.html [ Failure ]1373 1334 1374 1335 # Fails after r126350 … … 1421 1382 # fast/selectors/unqualified-hover-quirks.html or itself. 1422 1383 webkit.org/b/10890 fast/selectors/unqualified-hover-strict.html [ Failure Pass ] 1423 1424 webkit.org/b/73936 inspector/profiler/canvas2d/canvas-has-uninstrumented-canvases.html1425 webkit.org/b/73936 inspector/profiler/canvas2d/canvas-stack-trace.html1426 webkit.org/b/73936 inspector/profiler/canvas2d/canvas-replay-log-grid.html1427 1384 1428 1385 # EFL port does not support Emacs commands. … … 1595 1552 webkit.org/b/103955 fast/repaint/caret-with-transformation.html [ Missing ] 1596 1553 1597 # New inspector/editor/text-editor-formatter.html introduced in r139617 fails on EFL, Mac, QT1598 # https://bugs.webkit.org/show_bug.cgi?id=1068831599 inspector/editor/text-editor-formatter.html1600 inspector/editor/text-editor-word-jumps.html1601 inspector/editor/text-editor-home-button.html1602 inspector/editor/text-editor-smart-braces.html1603 1604 1554 # Test fails on JSC platforms due to GC timing problems 1605 1555 webkit.org/b/106957 svg/dom/SVGViewSpec-invalid-ref-crash.html [ Failure ] -
trunk/Source/PlatformEfl.cmake
r150336 r155475 4 4 add_custom_target( 5 5 web-inspector-resources ALL 6 COMMAND ${CMAKE_COMMAND} -E copy_directory ${WEBCORE_DIR}/inspector/front-end ${WEB_INSPECTOR_DIR} 7 COMMAND ${CMAKE_COMMAND} -E copy ${WEBCORE_DIR}/English.lproj/localizedStrings.js ${WEB_INSPECTOR_DIR} 8 COMMAND ${CMAKE_COMMAND} -E copy ${WEBKIT2_DIR}/UIProcess/InspectorServer/front-end/inspectorPageIndex.html ${WEB_INSPECTOR_DIR} 9 COMMAND ${CMAKE_COMMAND} -E copy ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorBackendCommands.js ${WEB_INSPECTOR_DIR} 6 COMMAND ${CMAKE_COMMAND} -E copy_directory ${WEBINSPECTORUI_DIR}/UserInterface ${WEB_INSPECTOR_DIR} 7 COMMAND ${CMAKE_COMMAND} -E copy ${WEBINSPECTORUI_DIR}/Localizations/en.lproj/localizedStrings.js ${WEB_INSPECTOR_DIR} 10 8 DEPENDS WebCore 11 9 WORKING_DIRECTORY ${CMAKE_BINARY_DIR} … … 17 15 PATTERN "*.css" 18 16 PATTERN "*.gif" 19 PATTERN "*.png") 17 PATTERN "*.png" 18 PATTERN "*.svg") 20 19 21 20 find_program(UGLIFYJS_EXECUTABLE uglifyjs) 22 21 if (UGLIFYJS_EXECUTABLE AND (NOT ${CMAKE_BUILD_TYPE} STREQUAL "Debug")) 23 file(GLOB frontend_js_files "${WEB CORE_DIR}/inspector/front-end/*.js")22 file(GLOB frontend_js_files "${WEBINSPECTORUI_DIR}/UserInterface/*.js") 24 23 set(all_js_files 25 24 ${frontend_js_files} 26 "${WEBCORE_DIR}/English.lproj/localizedStrings.js" 27 "${DERIVED_SOURCES_WEBCORE_DIR}/InspectorBackendCommands.js" 25 "${WEBINSPECTORUI_DIR}/Localizations/en.lproj/localizedStrings.js" 28 26 ) 29 27 … … 35 33 WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/${WEB_INSPECTOR_DIR})") 36 34 endforeach () 35 36 file(GLOB codemirror_js_files "${WEBINSPECTORUI_DIR}/UserInterface/External/CodeMirror/*.js") 37 foreach (js_file ${codemirror_js_files}) 38 get_filename_component(filename ${js_file} NAME) 39 install(CODE 40 "execute_process( 41 COMMAND ${UGLIFYJS_EXECUTABLE} --overwrite ${filename} 42 WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/${WEB_INSPECTOR_DIR}/External/CodeMirror/)") 43 endforeach () 37 44 endif () 38 45 endif () -
trunk/Source/WebKit/efl/ChangeLog
r155163 r155475 1 2013-09-10 Marcelo Morais <m.morais@samsung.com> 2 3 [EFL] WebInspector: Move to new webinspector 4 https://bugs.webkit.org/show_bug.cgi?id=119559 5 6 Reviewed by Gyuyoung Kim. 7 8 Loading the new Web Inspector page instead of the old inspector. 9 Co-author: Andre Loureiro <andre.vl@samsung.com> 10 11 * WebCoreSupport/InspectorClientEfl.cpp: 12 (WebCore::InspectorClientEfl::openInspectorFrontend): 13 1 14 2013-09-05 Ryuan Choi <ryuan.choi@samsung.com> 2 15 -
trunk/Source/WebKit/efl/WebCoreSupport/InspectorClientEfl.cpp
r154658 r155475 95 95 m_inspectorView = inspectorView; 96 96 97 String inspectorUri = inspectorFilesPath() + "/ inspector.html";97 String inspectorUri = inspectorFilesPath() + "/Main.html"; 98 98 ewk_view_uri_set(m_inspectorView, inspectorUri.utf8().data()); 99 99 -
trunk/Source/WebKit2/ChangeLog
r155459 r155475 1 2013-09-10 Marcelo Morais <m.morais@samsung.com> 2 3 [EFL] WebInspector: Move to new webinspector 4 https://bugs.webkit.org/show_bug.cgi?id=119559 5 6 Reviewed by Gyuyoung Kim. 7 8 Loading the new Web Inspector page instead of the old inspector. 9 Co-Author: Andre Loureiro <andre.vl@samsung.com> 10 11 * UIProcess/efl/WebInspectorProxyEfl.cpp: 12 (WebKit::WebInspectorProxy::inspectorPageURL): 13 1 14 2013-09-10 Sergio Villar Senin <svillar@igalia.com> 2 15 -
trunk/Source/WebKit2/UIProcess/efl/WebInspectorProxyEfl.cpp
r154828 r155475 173 173 StringBuilder builder; 174 174 builder.append(inspectorBaseURL()); 175 builder.appendLiteral("/ inspector.html");175 builder.appendLiteral("/Main.html"); 176 176 177 177 return builder.toString(); -
trunk/Source/cmake/OptionsEfl.cmake
r153772 r155475 235 235 if (ENABLE_INSPECTOR) 236 236 set(WEB_INSPECTOR_DIR "${DATA_INSTALL_DIR}/inspector") 237 set(WEBINSPECTORUI_DIR "${CMAKE_SOURCE_DIR}/Source/WebInspectorUI") 237 238 add_definitions(-DWEB_INSPECTOR_DIR=\"${CMAKE_BINARY_DIR}/${WEB_INSPECTOR_DIR}\") 238 239 add_definitions(-DWEB_INSPECTOR_INSTALL_DIR=\"${CMAKE_INSTALL_PREFIX}/${WEB_INSPECTOR_DIR}\")
Note:
See TracChangeset
for help on using the changeset viewer.