Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(928)

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests.

Created:
4 years, 9 months ago by Łukasz Anforowicz
Modified:
4 years, 3 months ago
Reviewers:
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, mlamouri+watch-test-runner_chromium.org, Peter Beverloo, jam, darin-cc_chromium.org, mkwst+moarreviews-shell_chromium.org, jochen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use process IPCs (instead of routing via RVH) to print layout tests output. This CL changes ...HostMsg_PrintMessage IPC message so it is a "control" (process-level) message, rather than a message routed to an individual RenderViewHost. This means that we no longer drop test output when WebTestDelegate::PrintMessage (accidentally) happens to be called on a WebTestRunner with a swapped-out RenderView - after this CL we will consistently deliver each PrintMessage to the browser and include it in the test output. This is important, because it means that messages will work the same, regardless of which WebTestDelegate they go are sent through - and *this* is important to fix UaF caused by using an incorrect WebTestDelegate from WebFrameTestClient (https://crbug.com/606594). Obviously, after this CL, more test output gets through to the browser. This is why this CL has to update test expectations. BUG=595895

Patch Set 1 : Transitioning PrintMessage #

Patch Set 2 : Transitioning LayoutDumpFlagsChanged #

Patch Set 3 : Tightened DEPS rules. #

Patch Set 4 : Rebasing + limiting changes only to PrintMessage IPC message. #

Patch Set 5 : Updating test expectations via --reset-results switch. #

Patch Set 6 : Adjusting expected test results based on tryjobs from previous patchset. #

Patch Set 7 : Rebasing... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11735 lines, -2989 lines) Patch
M content/shell/BUILD.gn View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M content/shell/app/shell_main_delegate.h View 1 2 3 5 6 2 chunks +2 lines, -1 line 0 comments Download
M content/shell/app/shell_main_delegate.cc View 1 2 3 5 6 2 chunks +1 line, -7 lines 0 comments Download
M content/shell/browser/layout_test/blink_test_controller.h View 1 2 3 5 6 2 chunks +1 line, -1 line 0 comments Download
M content/shell/browser/layout_test/blink_test_controller.cc View 1 2 3 5 6 2 chunks +1 line, -1 line 0 comments Download
M content/shell/browser/layout_test/layout_test_message_filter.h View 1 2 3 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_message_filter.cc View 1 2 3 5 6 3 chunks +7 lines, -0 lines 0 comments Download
D content/shell/common/layout_test/layout_test_content_client.h View 1 2 3 5 6 1 chunk +0 lines, -24 lines 0 comments Download
D content/shell/common/layout_test/layout_test_content_client.cc View 1 2 3 5 6 1 chunk +0 lines, -23 lines 0 comments Download
M content/shell/common/layout_test/layout_test_messages.h View 1 2 3 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M content/shell/common/shell_messages.h View 1 2 3 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M content/shell/renderer/layout_test/blink_test_runner.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content-2-expected.txt View 1 2 3 4 5 6 21 chunks +63 lines, -63 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/is-ignored-change-sends-notification-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -31 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/fonts/font-style-matching-0-expected.txt View 1 2 3 4 5 6 1 chunk +155 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/fonts/font-style-matching-1-expected.txt View 1 2 3 4 5 6 1 chunk +155 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/fonts/font-style-matching-2-expected.txt View 1 2 3 4 5 6 1 chunk +155 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/fonts/font-style-matching-3-expected.txt View 1 2 3 4 5 6 1 chunk +155 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/fonts/font-style-matching-4-expected.txt View 1 2 3 4 5 6 1 chunk +155 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/fonts/font-style-matching-5-expected.txt View 1 2 3 4 5 6 1 chunk +155 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/fonts/font-style-matching-6-expected.txt View 1 2 3 4 5 6 1 chunk +155 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/fonts/font-style-matching-7-expected.txt View 1 2 3 4 5 6 1 chunk +155 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/fonts/font-style-matching-8-expected.txt View 1 2 3 4 5 6 1 chunk +155 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodecomparedocumentposition38-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/block/basic/fieldset-stretch-to-legend-expected.txt View 1 2 3 4 5 6 1 chunk +20 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/fieldsetBorderRadius-expected.txt View 1 2 3 4 5 6 1 chunk +22 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/webgl/webgl-array-invalid-ranges-expected.txt View 1 2 3 4 5 6 7 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/css/invalidation/fieldset-disabled-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css/stylesheet-candidate-nodes-crash-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -31 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/fieldset/validation-in-fieldset-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/focus-selection-input-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/validity-property-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/js/dfg-arguments-alias-activation-expected.txt View 1 2 3 4 5 6 1 chunk +1600 lines, -1600 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/js/regexp-caching-expected.txt View 1 2 3 4 5 6 1 chunk +4 lines, -76 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/js/string-replace-2-expected.txt View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/text-autosizing/table-inflation-crash-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/appcache/obsolete-error-events-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector-protocol/access-inspected-object-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector-protocol/cookies-protocol-test-expected.txt View 1 2 3 4 5 6 1 chunk +234 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network-data-length-expected.txt View 1 2 3 4 5 6 1 chunk +49 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector-protocol/reload-memory-cache-expected.txt View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector-protocol/request-mixed-content-status-blockable-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector-protocol/request-mixed-content-status-none-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector-protocol/request-mixed-content-status-optionally-blockable-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector-protocol/runtime-get-properties-doesnt-crash-on-window-frame-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector-protocol/websocket/websocket-user-agent-override-expected.txt View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/extensions-iframe-eval-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/extensions-useragent-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/inspect-element-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-many-projects-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-worker-agents-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -41 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-worker-manager-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-force-update-on-page-load-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-redundant-expected.txt View 1 2 3 4 5 6 1 chunk +880 lines, -69 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-view-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/loading/image-picture-no-download-after-removal-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/mime/javascript-mimetype-usecounters-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/misc/webtiming-ssl-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-cross-origin-stack-overflow-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-xml-external-entity-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-idl-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNode-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getRelationships-expected.txt View 1 2 3 4 5 6 1 chunk +17 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt View 1 2 3 4 5 6 1 chunk +42 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodesModal-expected.txt View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-buttons-expected.txt View 1 2 3 4 5 6 1 chunk +27 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-img-figure-expected.txt View 1 2 3 4 5 6 1 chunk +34 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-input-buttons-expected.txt View 1 2 3 4 5 6 1 chunk +45 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-input-expected.txt View 1 2 3 4 5 6 1 chunk +35 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-labelledby-expected.txt View 1 2 3 4 5 6 1 chunk +92 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-summary-expected.txt View 1 2 3 4 5 6 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-visiblity-expected.txt View 1 2 3 4 5 6 1 chunk +101 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-create-start-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-css-replay-expected.txt View 1 2 3 4 5 6 1 chunk +16 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-empty-transition-cancel-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-multiple-frames-expected.txt View 1 2 3 4 5 6 1 chunk +32 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause-close-expected.txt View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause-expected.txt View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause-infinite-expected.txt View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-paused-css-animation-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-release-expected.txt View 1 2 3 4 5 6 1 chunk +15 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-resolve-expected.txt View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-seek-past-end-expected.txt View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-zero-duration-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt View 1 2 3 4 5 6 1 chunk +49 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/console/console-memory-setter-in-strict-mode-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/cpu-profiler/console-profile-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/cpu-profiler/console-profileEnd-parameterless-crash-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/cpu-profiler/enable-disable-expected.txt View 1 2 3 4 5 6 1 chunk +16 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile-expected.txt View 1 2 3 4 5 6 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/cpu-profiler/stop-without-preceeding-start-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-add-rule-expected.txt View 1 2 3 4 5 6 1 chunk +262 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-collect-class-names-expected.txt View 1 2 3 4 5 6 1 chunk +24 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-create-stylesheet-and-add-rule-expected.txt View 1 2 3 4 5 6 1 chunk +46 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-fonts-updated-event-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-background-colors-expected.txt View 1 2 3 4 5 6 1 chunk +132 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-keyframes-expected.txt View 1 2 3 4 5 6 1 chunk +34 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-media-queries-expected.txt View 1 2 3 4 5 6 1 chunk +222 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-platform-fonts-expected.txt View 1 2 3 4 5 6 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-effective-property-value-expected.txt View 1 2 3 4 5 6 1 chunk +216 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-inline-style-text-expected.txt View 1 2 3 4 5 6 1 chunk +37 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText-expected.txt View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-media-text-expected.txt View 1 2 3 4 5 6 1 chunk +47 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-multiple-style-texts-correct-ranges-expected.txt View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-multiple-style-texts-expected.txt View 1 2 3 4 5 6 1 chunk +39 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-rule-selector-expected.txt View 1 2 3 4 5 6 1 chunk +64 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-style-text-expected.txt View 1 2 3 4 5 6 1 chunk +252 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-shadow-dom-inherits-styles-expected.txt View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-shadow-host-content-selector-expected.txt View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-shadow-host-rule-expected.txt View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/cssom-matching-rules-expected.txt View 1 2 3 4 5 6 1 chunk +224 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/cssom-matching-rules-multiple-expected.txt View 1 2 3 4 5 6 1 chunk +157 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/media-query-listener-exception-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/pseudo-element-matching-selectors-expected.txt View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/access-obsolete-frame-expected.txt View 1 2 3 4 5 6 1 chunk +15 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/call-frame-functionLocation-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/continueToLocation-expected.txt View 1 2 3 4 5 6 1 chunk +58 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-doesnt-step-into-injected-script-expected.txt View 1 2 3 4 5 6 1 chunk +24 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-evaluate-in-worker-while-pause-in-page-expected.txt View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-pause-dedicated-worker-expected.txt View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-pause-dedicated-worker-loop-expected.txt View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-pause-in-tight-loop-expected.txt View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-scope-skip-variables-with-empty-name-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-setBlackboxPatterns-expected.txt View 1 2 3 4 5 6 1 chunk +36 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-setBreakpoint-before-enabling-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-setEventListenerBreakpoint-expected.txt View 1 2 3 4 5 6 1 chunk +13 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-setTimeout-sourceUrl-dedicated-worker-loop-expected.txt View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-step-into-dedicated-worker-expected.txt View 1 2 3 4 5 6 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-terminate-dedicated-worker-while-paused-expected.txt View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-getEventListeners-expected.txt View 1 2 3 4 5 6 1 chunk +77 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-script-blocked-by-csp-expected.txt View 1 2 3 4 5 6 1 chunk +24 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-setInnerHTML-expected.txt View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/postMessage-on-pause-expected.txt View 1 2 3 4 5 6 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/scriptParsedHash-expected.txt View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource-expected.txt View 1 2 3 4 5 6 1 chunk +16 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/step-into-inline-event-handler-expected.txt View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/step-over-caught-exception-expected.txt View 1 2 3 4 5 6 1 chunk +17 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackboxed-ranges-expected.txt View 1 2 3 4 5 6 1 chunk +75 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/suspend-setTimeout-on-pause-in-dedicated-worker-expected.txt View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/updateCallFrameScopes-expected.txt View 1 2 3 4 5 6 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-childNodeCount-expected.txt View 1 2 3 4 5 6 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-collect-class-names-expected.txt View 1 2 3 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-focus-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-getBoxModel-expected.txt View 1 2 3 4 5 6 1 chunk +25 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-getNodeForLocation-expected.txt View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-ns-attr-modified-expected.txt View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-relayout-boundary-expected.txt View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-child-nodes-depth-expected.txt View 1 2 3 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-setInspectModeEnabled-expected.txt View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-setOuterHTML-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-svg-attribute-case-expected.txt View 1 2 3 4 5 6 1 chunk +13 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/dom/push-children-on-pseudo-addition-expected.txt View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-320-2x-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-320-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-320-only-viewport-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-980-2x-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-980-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-980-only-viewport-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-controls-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-dw-2x-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-dw-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-initial-scale-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-insets-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-none-2x-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-none-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-partial-expected.txt View 1 2 3 4 5 6 1 chunk +43 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-restore-expected.txt View 1 2 3 4 5 6 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-small-dw-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-small-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/heap-profiler/heap-objects-tracking-expected.txt View 1 2 3 4 5 6 1 chunk +33 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/heap-profiler/heap-samples-in-snapshot-expected.txt View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-active-dom-object-expected.txt View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree-expected.txt View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-event-listener-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/heap-profiler/sampling-heap-profiler-expected.txt View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/heap-profiler/take-heap-snapshot-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/input/dispatchKeyEvent-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/input/dispatchKeyEvent-focus-expected.txt View 1 2 3 4 5 6 1 chunk +24 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/input/dispatchTouchEvent-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/input/emulateTouchFromMouseEvent-expected.txt View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/input/eventTimestamp-expected.txt View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/json-parse-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/layers/get-layers-expected.txt View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/layers/paint-profiler-expected.txt View 1 2 3 4 5 6 1 chunk +38 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/layers/paint-profiler-load-empty-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/layout-fonts/unicode-range-combining-chars-fallback-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/loading-iframe-document-node-expected.txt View 1 2 3 4 5 6 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/network/resource-type-expected.txt View 1 2 3 4 5 6 1 chunk +20 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/network/websocket-initiator-expected.txt View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/page/enable-disable-expected.txt View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/page/frameAttachedDetached-expected.txt View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/page/frameScheduledNavigation-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/page/frameStartedLoading-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/page/javascriptDialogEvents-expected.txt View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-await-promise-expected.txt View 1 2 3 4 5 6 1 chunk +31 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async-expected.txt View 1 2 3 4 5 6 1 chunk +36 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-clear-of-command-line-api-expected.txt View 1 2 3 4 5 6 1 chunk +54 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-command-line-api-can-be-overriden-expected.txt View 1 2 3 4 5 6 1 chunk +37 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-compileScript-expected.txt View 1 2 3 4 5 6 1 chunk +24 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-api-repeated-in-console-expected.txt View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-deprecated-methods-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-line-and-column-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-log-doesnt-run-microtasks-expected.txt View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-memory-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-timestamp-expected.txt View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-async-expected.txt View 1 2 3 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-in-default-context-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-with-context-id-equal-zero-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-without-enabling-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-execution-contexts-events-expected.txt View 1 2 3 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-get-properties-on-proxy-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-getProperties-expected.txt View 1 2 3 4 5 6 1 chunk +56 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-getProperties-preview-expected.txt View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-property-on-console-proto-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-runScript-async-expected.txt View 1 2 3 4 5 6 1 chunk +62 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-shouldnt-crash-after-inspected-context-destroyed-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/shadow-dom-rules-in-styleSheetAddedEvent-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/stylesheet-tracking-restart-expected.txt View 1 2 3 4 5 6 1 chunk +15 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/timeline/fetch-as-stream-expected.txt View 1 2 3 4 5 6 1 chunk +28 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/timeline/timeline-dispatchEvent-expected.txt View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/timeline/timeline-layout-expected.txt View 1 2 3 4 5 6 1 chunk +15 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/timeline/timeline-raf-expected.txt View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/timeline/timeline-timer-expected.txt View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/worker/exception-from-worker-contains-stack-expected.txt View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/worker/worker-console-expected.txt View 1 2 3 4 5 6 1 chunk +61 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/components/dom-extension-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/components/widget-events-expected.txt View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/command-line-api-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-api-on-call-frame-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/shadow-element-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/elements/elements-inspect-iframe-from-different-domain-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/elements/shadow/inspect-deep-shadow-element-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/elements/styles-2/paste-property-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/extensions/extensions-api-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/extensions/extensions-audits-content-script-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/extensions/extensions-audits-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/geolocation-emulation-tests-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/initial-modules-load-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/report-API-errors-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-console/debug-console-command-expected.txt View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-console/debugger-command-line-api-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-change-variable-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-no-nested-pause-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-resume-button-in-overlay-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/eval-on-pause-blocked-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/custom-element-lifecycle-events-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/monitor-console-command-expected.txt View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/mutation-observer-suspend-while-paused-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/inspect-function-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-template-literals-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-bound-function-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames-expected.txt View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/paint/invalidation/background-resize-width-expected.txt View 1 2 3 4 5 6 23 chunks +425 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/paint/invalidation/hover-invalidation-table-expected.txt View 1 2 3 4 5 6 2 chunks +314 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/paint/invalidation/table/cached-69296-expected.txt View 1 2 3 4 5 6 2 chunks +60 lines, -24 lines 0 comments Download
M third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-row-border-color-expected.txt View 1 2 3 4 5 6 2 chunks +314 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-table-border-width-expected.txt View 1 2 3 4 5 6 2 chunks +20 lines, -24 lines 0 comments Download
M third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-color-expected.txt View 1 2 3 4 5 6 2 chunks +322 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/paint/masks/fieldset-mask-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/android/inspector-protocol/layout-fonts/languages-emoji-rare-glyphs-expected.txt View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux-precise/inspector-protocol/layout-fonts/languages-emoji-rare-glyphs-expected.txt View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/css/fieldset-display-row-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/encoding/invalid-UTF-8-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/006-expected.txt View 1 2 3 4 5 6 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/007-expected.txt View 1 2 3 4 5 6 1 chunk +11 lines, -11 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/fieldset/fieldset-align-expected.txt View 1 2 3 4 5 6 4 chunks +32 lines, -48 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/fieldset/fieldset-legend-padding-unclipped-fieldset-border-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/fieldset/fieldset-with-float-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/fieldset/float-before-fieldset-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/forms/focus-selection-textarea-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/html/marquee-scrollamount-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/layers/video-layer-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/ruby/rubyDOM-remove-text2-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/text/emoticons-expected.txt View 1 2 3 4 5 6 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/text/international/danda-space-expected.txt View 1 2 3 4 5 6 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/text/international/hindi-spacing-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt View 1 2 3 4 5 6 1 chunk +461 lines, -460 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt View 1 2 3 4 5 6 60 chunks +189 lines, -189 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/writing-mode/fieldsets-expected.txt View 1 2 3 4 5 6 4 chunks +12 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt View 1 2 3 4 5 6 1 chunk +21 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/http/tests/security/isolatedWorld/media-query-wrapper-leaks-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/inspector-protocol/input/dispatchMouseEvent-expected.txt View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/inspector-protocol/layout-fonts/cjk-ideograph-fallback-by-lang-expected.txt View 1 2 3 4 5 6 1 chunk +38 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/inspector-protocol/layout-fonts/languages-emoji-rare-glyphs-expected.txt View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/inspector-protocol/layout-fonts/ogham-expected.txt View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/inspector-protocol/layout-fonts/tifinagh-expected.txt View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/media/controls-focus-ring-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/media/media-controls-clone-expected.txt View 1 2 3 4 5 6 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/media/video-frame-accurate-seek-expected.txt View 1 2 3 4 5 6 2 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/invalidate-after-composited-scroll-of-window-expected.txt View 1 2 3 4 5 6 1 chunk +302 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/resize-iframe-text-expected.txt View 1 2 3 4 5 6 3 chunks +4 lines, -26 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selected-replaced-expected.txt View 1 2 3 4 5 6 1 chunk +318 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/custom/inline-svg-in-xhtml-expected.txt View 1 2 3 4 5 6 1 chunk +14 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/wicd/test-rightsizing-b-expected.txt View 1 2 3 4 5 6 4 chunks +57 lines, -39 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/threaded/animations/play-state-initially-paused-expected.txt View 1 2 3 4 5 6 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/inspector-protocol/layout-fonts/languages-emoji-rare-glyphs-expected.txt View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/inspector-protocol/layout-fonts/languages-emoji-rare-glyphs-expected.txt View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/imported/wpt/html/semantics/document-metadata/styling/LinkStyle-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/inspector-protocol/layout-fonts/languages-emoji-rare-glyphs-expected.txt View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/paint/invalidation/video-paint-invalidation-expected.txt View 1 2 3 4 5 6 4 chunks +56 lines, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/inspector-protocol/layout-fonts/languages-emoji-rare-glyphs-expected.txt View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/mousewheel-scroll-interrupted-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/virtual/threaded/transitions/cancel-and-start-new-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (13 generated)
Łukasz Anforowicz
Description was changed from ========== Use process/control messages to avoid swapped-out exceptions for RVH messages. ...
4 years, 9 months ago (2016-03-17 22:29:49 UTC) #1
Łukasz Anforowicz
Description was changed from ========== Use process/control messages to avoid swapped-out exceptions for RVH messages. ...
4 years, 9 months ago (2016-03-17 22:32:10 UTC) #2
Łukasz Anforowicz
Description was changed from ========== Use process/control messages to avoid swapped-out exceptions for RVH messages. ...
4 years, 9 months ago (2016-03-17 22:34:28 UTC) #3
Łukasz Anforowicz
Description was changed from ========== Use process/control messages (instead of RVH messages) for layout tests. ...
4 years, 9 months ago (2016-03-17 22:34:40 UTC) #4
Łukasz Anforowicz
The CQ bit was checked by lukasza@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-16 23:23:51 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1814963002/90001
4 years, 3 months ago (2016-09-16 23:24:12 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-16 23:29:37 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/130416) cast_shell_android on ...
4 years, 3 months ago (2016-09-16 23:29:38 UTC) #8
Łukasz Anforowicz
Description was changed from ========== Use process/control messages (instead of RVH messages) for layout tests. ...
4 years, 3 months ago (2016-09-16 23:42:12 UTC) #9
Łukasz Anforowicz
The CQ bit was checked by lukasza@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-17 00:21:00 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1814963002/100001
4 years, 3 months ago (2016-09-17 00:21:26 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-17 02:15:13 UTC) #12
commit-bot: I haz the power
4 years, 3 months ago (2016-09-17 02:15:15 UTC) #13
Dry run: Try jobs failed on following builders:
  win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED,
http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_...)

Powered by Google App Engine
This is Rietveld 408576698