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

Issue 2678043002: Hide console log messages for imported WPT tests (Closed)

Created:
3 years, 10 months ago by Dan Elphick
Modified:
3 years, 9 months ago
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Hide console log messages for imported WPT tests Move console output messages for WPT tests from the test output file into stderr so they no longer affect whether the test passes or fails but can still be used when debugging a test. Remove all CONSOLE lines from external/wpt/**/*-expected.txt. Update tests in following directories to add a console.warn statement to prevent the presubmit from trying to remove the -expected.txt file since these tests rely on console messages to determine whether they pass/fail: third_party/WebKit/LayoutTests/csspaint (logs are from worklets which have no other way to communicate the test status) Discussion on console messages in testharness tests can be found here: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/3Ob2lq14KEs BUG=679742 Review-Url: https://codereview.chromium.org/2678043002 Cr-Commit-Position: refs/heads/master@{#456362} Committed: https://chromium.googlesource.com/chromium/src/+/f8d3488e588458268f165f6e21e2e86bff0b9b6d

Patch Set 1 #

Patch Set 2 : Move console logs from test output to stderr #

Patch Set 3 : Fix crash when test output is None #

Patch Set 4 : Filter only console output from WPT tests into stderr #

Total comments: 2

Patch Set 5 : Print console log prefix for every line that makes up a log message rather than just the first line. #

Patch Set 6 : Add tests for console being selectively enabled #

Patch Set 7 : Add README.txt describing harness-tests/wpt dir purpose. #

Total comments: 4

Patch Set 8 : Captitalise initial letter of comment. #

Patch Set 9 : Update -expected.txt files in line with changes to console logging. #

Patch Set 10 : fix presubmit failures by adding console.warn messages to tests that actually rely on console loggi… #

Patch Set 11 : Merge branch 'master' of https://chromium.googlesource.com/chromium/src into remove_console #

Patch Set 12 : merge and update further expected files #

Patch Set 13 : update missed mac expected.txt file #

Total comments: 5

Patch Set 14 : fix test title #

Patch Set 15 : fix up merge after origin_trials fixed up tests to avoid console messages. #

Patch Set 16 : filter console messages in content_shell rather than python #

Total comments: 1

Patch Set 17 : stop adding prefix after new lines and clean up expected files #

Patch Set 18 : Revert python change #

Total comments: 6

Patch Set 19 : Update comments and test title as per comments #

Total comments: 4

Patch Set 20 : rename variable and methods as per comments #

Patch Set 21 : update console messages #

Total comments: 1

Patch Set 22 : Change method names to *MessageToStderr #

Patch Set 23 : update platform specific expected files missed last time around #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -5268 lines) Patch
M content/shell/browser/layout_test/blink_test_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +2 lines, -0 lines 0 comments Download
M content/shell/browser/layout_test/blink_test_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +10 lines, -0 lines 0 comments Download
M content/shell/common/shell_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +2 lines, -0 lines 0 comments Download
M content/shell/renderer/layout_test/blink_test_runner.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/renderer/layout_test/blink_test_runner.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +4 lines, -0 lines 0 comments Download
M content/shell/test_runner/test_interfaces.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -1 line 0 comments Download
M content/shell/test_runner/web_frame_test_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +15 lines, -4 lines 0 comments Download
M content/shell/test_runner/web_test_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/FileAPI/idlharness-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/WebIDL/current-realm-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/dom/events/EventTarget-dispatchEvent-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -41 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/dom/ranges/Range-mutations-dataChange-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -3027 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/dom/ranges/Range-mutations-splitText-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/browsers/browsing-the-web/navigating-across-documents/012-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/browsers/browsing-the-web/unloading-documents/001-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/browsers/offline/application-cache-api/api_update-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-embedded-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-1-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-2-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/dynamic-append-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/moving-documents-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/html/semantics/embedded-content/media-elements/interfaces/TextTrack/mode-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -18 lines 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-invoke-set-src-networkState-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/html/semantics/embedded-content/the-img-element/update-the-source-set-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -95 lines 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/date-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/type-change-state-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -49 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/imports-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/nomodule-set-on-external-module-script-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/nomodule-set-on-inline-module-script-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/syntax/parsing/html5lib_innerHTML_adoption01-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/syntax/parsing/html5lib_tests11-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/idle-callbacks/callback-suspended-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/events/inline-event-handler-ordering-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-once-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/processing-model-2/addEventListener-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/processing-model-2/body-onerror-compile-error-data-url-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/processing-model-2/body-onerror-compile-error-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/processing-model-2/body-onerror-runtime-error-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/processing-model-2/compile-error-cross-origin-setInterval-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/processing-model-2/compile-error-cross-origin-setTimeout-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/processing-model-2/compile-error-in-body-onerror-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/processing-model-2/compile-error-in-setInterval-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/processing-model-2/compile-error-in-setTimeout-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/processing-model-2/compile-error-same-origin-with-hash-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin-setInterval-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin-setTimeout-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/processing-model-2/runtime-error-in-setInterval-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/processing-model-2/runtime-error-in-setTimeout-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/processing-model-2/runtime-error-same-origin-with-hash-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-1-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-2-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/media-capabilities/idlharness-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/mediasession/idlharness-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/pointerevents/idlharness-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/selection/addRange-00-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -37 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/selection/addRange-04-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -37 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/selection/addRange-12-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -19 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/selection/addRange-16-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -28 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/selection/addRange-20-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -19 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/selection/addRange-24-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -135 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/selection/addRange-28-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -37 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/selection/addRange-32-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -28 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/selection/addRange-36-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/selection/removeAllRanges-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -130 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/window/cache-add.https-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/worker/cache-add.https-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-request-fallback.https-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-request-redirect.https-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-request-resources.https-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -15 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/websocket.https-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/streams/piping/multiple-propagation-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/streams/piping/multiple-propagation.dedicatedworker-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/streams/piping/pipe-through-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/streams/piping/pipe-through.dedicatedworker-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/svg/interfaces-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animatable/animate-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-idl-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/webrtc/simplecall-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/webvtt/api/VTTCue/align-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/webvtt/api/VTTCue/line-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/webvtt/api/VTTCue/snapToLines-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/webvtt/api/VTTCue/text-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/webvtt/api/VTTCue/vertical-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/harness-tests/console_logging.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/harness-tests/console_logging-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/harness-tests/wpt/README.txt View 1 2 3 4 5 6 9 10 11 12 13 14 15 16 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/harness-tests/wpt/console_logging.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/harness-tests/wpt/console_logging-expected.txt View 1 2 3 4 5 9 10 11 12 13 14 15 16 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/external/wpt/html/browsers/history/the-location-interface/location-protocol-setter-non-broken-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/external/wpt/html/browsers/history/the-location-interface/location-protocol-setter-non-broken-weird-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/dom/interfaces-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/dynamic-append-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/pointerevents/extension/idlharness-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/selection/addRange-00-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -37 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/selection/addRange-04-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -37 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/selection/addRange-12-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -19 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/selection/addRange-16-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -28 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/selection/addRange-20-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -19 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/selection/addRange-24-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -135 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/selection/addRange-28-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -37 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/selection/addRange-32-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -28 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/selection/addRange-36-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -37 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/web-animations/interfaces/Animatable/animate-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/webvtt/api/VTTCue/align-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/webvtt/api/VTTCue/text-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/webvtt/api/VTTCue/vertical-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/webvtt/parsing/cue-text-parsing/tests/entities-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -19 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/webvtt/parsing/cue-text-parsing/tests/tags-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/webvtt/parsing/cue-text-parsing/tests/timestamps-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.11/external/wpt/webvtt/parsing/cue-text-parsing/tests/tree-building-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -20 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/dom/interfaces-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/dynamic-append-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/pointerevents/extension/idlharness-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/selection/addRange-00-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -37 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/selection/addRange-04-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -37 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/selection/addRange-12-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -19 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/selection/addRange-16-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -28 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/selection/addRange-20-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -19 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/selection/addRange-24-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -135 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/selection/addRange-28-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -37 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/selection/addRange-32-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -28 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/selection/addRange-36-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -37 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/web-animations/interfaces/Animatable/animate-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/webvtt/api/VTTCue/align-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/webvtt/api/VTTCue/text-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/webvtt/api/VTTCue/vertical-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/webvtt/parsing/cue-text-parsing/tests/entities-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -19 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/webvtt/parsing/cue-text-parsing/tests/tags-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/webvtt/parsing/cue-text-parsing/tests/timestamps-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/webvtt/parsing/cue-text-parsing/tests/tree-building-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -20 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/external/wpt/html/browsers/history/the-location-interface/location-protocol-setter-non-broken-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/external/wpt/html/browsers/history/the-location-interface/location-protocol-setter-non-broken-weird-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/dom/interfaces-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/html/browsers/history/the-location-interface/location-protocol-setter-non-broken-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/html/browsers/history/the-location-interface/location-protocol-setter-non-broken-weird-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/dynamic-append-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/pointerevents/extension/idlharness-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/selection/addRange-00-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -37 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/selection/addRange-04-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -37 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/selection/addRange-12-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -19 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/selection/addRange-16-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -28 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/selection/addRange-20-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -19 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/selection/addRange-24-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -135 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/selection/addRange-28-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -37 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/selection/addRange-32-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -28 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/selection/addRange-36-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -37 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/web-animations/interfaces/Animatable/animate-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/webvtt/api/VTTCue/align-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/webvtt/api/VTTCue/text-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/webvtt/api/VTTCue/vertical-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/webvtt/parsing/cue-text-parsing/tests/entities-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -19 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/webvtt/parsing/cue-text-parsing/tests/tags-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/webvtt/parsing/cue-text-parsing/tests/timestamps-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/webvtt/parsing/cue-text-parsing/tests/tree-building-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -20 lines 0 comments Download

Messages

Total messages: 78 (45 generated)
qyearsley
Not sure if you wanted review yet. Main question I have about this is: after ...
3 years, 10 months ago (2017-02-16 18:54:43 UTC) #15
Dan Elphick
https://codereview.chromium.org/2678043002/diff/60001/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py File third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py (right): https://codereview.chromium.org/2678043002/diff/60001/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py#newcode236 third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py:236: new_out += line On 2017/02/16 18:54:43, qyearsley wrote: > ...
3 years, 10 months ago (2017-02-17 15:04:40 UTC) #16
Dan Elphick
On 2017/02/16 18:54:43, qyearsley wrote: > Not sure if you wanted review yet. Main question ...
3 years, 10 months ago (2017-02-17 15:53:19 UTC) #17
Dan Elphick
On 2017/02/17 15:04:40, Dan Elphick wrote: > https://codereview.chromium.org/2678043002/diff/60001/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py > File third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py > (right): > > ...
3 years, 10 months ago (2017-02-17 17:06:04 UTC) #18
qyearsley
I think this approach sounds good and this CL LGTM :-) CL description nit: usually ...
3 years, 10 months ago (2017-02-17 18:53:38 UTC) #19
Dan Elphick
https://codereview.chromium.org/2678043002/diff/120001/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py File third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py (right): https://codereview.chromium.org/2678043002/diff/120001/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py#newcode210 third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py:210: # filter console output for WPT tests into stderr ...
3 years, 10 months ago (2017-02-20 16:26:22 UTC) #21
Dan Elphick
3 years, 10 months ago (2017-02-22 14:33:23 UTC) #38
chasej
lgtm
3 years, 10 months ago (2017-02-23 17:33:20 UTC) #39
Rick Byers
Sorry for the delay. I've looked this over and it seems to me like there's ...
3 years, 10 months ago (2017-02-24 22:02:27 UTC) #40
Dan Elphick
https://codereview.chromium.org/2678043002/diff/200001/content/shell/test_runner/web_frame_test_client.cc File content/shell/test_runner/web_frame_test_client.cc (right): https://codereview.chromium.org/2678043002/diff/200001/content/shell/test_runner/web_frame_test_client.cc#newcode633 content/shell/test_runner/web_frame_test_client.cc:633: if (!test_runner()->ShouldDumpConsoleMessages()) On 2017/02/24 22:02:27, Rick Byers wrote: > ...
3 years, 9 months ago (2017-02-27 11:03:06 UTC) #41
Rick Byers
https://codereview.chromium.org/2678043002/diff/200001/content/shell/test_runner/web_frame_test_client.cc File content/shell/test_runner/web_frame_test_client.cc (right): https://codereview.chromium.org/2678043002/diff/200001/content/shell/test_runner/web_frame_test_client.cc#newcode633 content/shell/test_runner/web_frame_test_client.cc:633: if (!test_runner()->ShouldDumpConsoleMessages()) On 2017/02/27 11:03:06, Dan Elphick wrote: > ...
3 years, 9 months ago (2017-02-28 16:29:32 UTC) #42
Dan Elphick
On 2017/02/28 16:29:32, Rick Byers wrote: > https://codereview.chromium.org/2678043002/diff/200001/content/shell/test_runner/web_frame_test_client.cc > File content/shell/test_runner/web_frame_test_client.cc (right): > > https://codereview.chromium.org/2678043002/diff/200001/content/shell/test_runner/web_frame_test_client.cc#newcode633 ...
3 years, 9 months ago (2017-02-28 17:05:57 UTC) #43
Dan Elphick
Dirk, do you have any views on the console log message filtering approaches discussed here?
3 years, 9 months ago (2017-02-28 17:09:16 UTC) #45
Rick Byers
On 2017/02/28 17:05:57, Dan Elphick wrote: > On 2017/02/28 16:29:32, Rick Byers wrote: > > ...
3 years, 9 months ago (2017-02-28 20:12:16 UTC) #46
Dirk Pranke
On 2017/02/28 17:09:16, Dan Elphick wrote: > Dirk, do you have any views on the ...
3 years, 9 months ago (2017-03-01 01:01:28 UTC) #47
Dan Elphick
On 2017/02/28 20:12:16, Rick Byers wrote: > On 2017/02/28 17:05:57, Dan Elphick wrote: > > ...
3 years, 9 months ago (2017-03-06 13:59:21 UTC) #48
Dan Elphick
On 2017/03/06 13:59:21, Dan Elphick wrote: > On 2017/02/28 20:12:16, Rick Byers wrote: > > ...
3 years, 9 months ago (2017-03-06 17:23:25 UTC) #51
Dan Elphick
3 years, 9 months ago (2017-03-06 17:36:17 UTC) #52
chasej
not LGTM, more detailed comment below. https://codereview.chromium.org/2678043002/diff/230001/third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/imagecapture-origin-trial-interfaces.html File third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/imagecapture-origin-trial-interfaces.html (right): https://codereview.chromium.org/2678043002/diff/230001/third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/imagecapture-origin-trial-interfaces.html#newcode19 third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/imagecapture-origin-trial-interfaces.html:19: console.warn('This test relies ...
3 years, 9 months ago (2017-03-06 18:08:48 UTC) #53
Dan Elphick
On 2017/03/06 18:08:48, chasej wrote: > not LGTM, more detailed comment below. > > https://codereview.chromium.org/2678043002/diff/230001/third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/imagecapture-origin-trial-interfaces.html ...
3 years, 9 months ago (2017-03-07 12:25:06 UTC) #56
chasej
lgtm
3 years, 9 months ago (2017-03-07 22:33:29 UTC) #57
qyearsley
On 2017/03/07 at 22:33:29, chasej wrote: > lgtm Is this CL ready to commit? By ...
3 years, 9 months ago (2017-03-08 22:51:26 UTC) #58
Dan Elphick
On 2017/03/08 22:51:26, qyearsley wrote: > On 2017/03/07 at 22:33:29, chasej wrote: > > lgtm ...
3 years, 9 months ago (2017-03-09 10:52:06 UTC) #59
Rick Byers
On 2017/03/06 17:23:25, Dan Elphick wrote: > On 2017/03/06 13:59:21, Dan Elphick wrote: > > ...
3 years, 9 months ago (2017-03-09 13:13:57 UTC) #60
Rick Byers
LGTM with nits. Thank you very much for putting the extra time into this, this ...
3 years, 9 months ago (2017-03-09 13:22:24 UTC) #61
Dan Elphick
Thanks for the comments! This approach is much better than using python for the filtering. ...
3 years, 9 months ago (2017-03-09 13:41:40 UTC) #63
Rick Byers
Still LGTM, thanks!
3 years, 9 months ago (2017-03-09 14:21:00 UTC) #64
Peter Beverloo
//content/shell lgtm w/ nits (You'll still need an IPC reviewer for shell_messages.h.) https://codereview.chromium.org/2678043002/diff/280001/content/shell/test_runner/web_frame_test_client.cc File content/shell/test_runner/web_frame_test_client.cc ...
3 years, 9 months ago (2017-03-09 15:07:49 UTC) #65
Dan Elphick
Adding Daniel for the IPC message change. https://codereview.chromium.org/2678043002/diff/280001/content/shell/test_runner/web_frame_test_client.cc File content/shell/test_runner/web_frame_test_client.cc (right): https://codereview.chromium.org/2678043002/diff/280001/content/shell/test_runner/web_frame_test_client.cc#newcode651 content/shell/test_runner/web_frame_test_client.cc:651: std::string consoleMessage(std::string("CONSOLE ...
3 years, 9 months ago (2017-03-09 21:18:31 UTC) #67
dcheng
LGTM with a naming nit https://codereview.chromium.org/2678043002/diff/320001/content/shell/test_runner/web_test_delegate.h File content/shell/test_runner/web_test_delegate.h (right): https://codereview.chromium.org/2678043002/diff/320001/content/shell/test_runner/web_test_delegate.h#newcode75 content/shell/test_runner/web_test_delegate.h:75: virtual void PrintStderrMessage(const std::string& ...
3 years, 9 months ago (2017-03-09 21:38:36 UTC) #68
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2678043002/340001
3 years, 9 months ago (2017-03-13 10:17:17 UTC) #71
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2678043002/360001
3 years, 9 months ago (2017-03-13 11:54:11 UTC) #75
commit-bot: I haz the power
3 years, 9 months ago (2017-03-13 13:30:25 UTC) #78
Message was sent while issue was closed.
Committed patchset #23 (id:360001) as
https://chromium.googlesource.com/chromium/src/+/f8d3488e588458268f165f6e21e2...

Powered by Google App Engine
This is Rietveld 408576698