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

Issue 2303013002: Add UMA metric to track usage of sending a mousedown to select elements. (Closed)

Created:
4 years, 3 months ago by dtapuska
Modified:
4 years, 3 months ago
CC:
chromium-reviews, blink-reviews, asvitkine+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add UMA metric to track usage of sending a mousedown to select elements. There is potential around the fast click library trapping touchend events and generating mousedown events for android chrome. Track the usage of this behaviour we are seeing. BUG=642698 Committed: https://crrev.com/b677a41a4e30b6bf68bc4cd2a9ec8876d5e2f7ea Cr-Commit-Position: refs/heads/master@{#416193}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fix nits #

Patch Set 3 : W3C auto test import CL. #

Patch Set 4 : W3C auto test import CL. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1983 lines, -6346 lines) Patch
A third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idb_binary_key_conversion.htm View 1 2 1 chunk +79 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbfactory_cmp3.htm View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbfactory_cmp4.htm View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/CONTRIBUTING.md View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/README.md View 1 2 1 chunk +86 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/common/canvas-tests.js View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/common/get-host-info.sub.js View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/custom-elements/custom-element-registry/define.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/custom-elements/custom-elements-registry/define.html View 1 2 1 chunk +0 lines, -243 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/custom-elements/custom-elements-registry/define-expected.txt View 1 2 1 chunk +0 lines, -104 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/custom-elements/htmlconstructor/newtarget.html View 1 2 1 chunk +124 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/custom-elements/resources/custom-elements-helpers.js View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/dom/historical.html View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces.html View 1 2 6 chunks +14 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/DOMImplementation-createDocument.html View 1 2 5 chunks +17 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/DOMImplementation-hasFeature.html View 1 2 2 chunks +16 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createElementNS.html View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createElementNS.js View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/dom/traversal/TreeWalker-acceptNode-filter.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/dom/traversal/TreeWalker-basic.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/dom/traversal/TreeWalker-currentNode.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/dom/traversal/TreeWalker-previousNodeLastChildReject.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/dom/traversal/TreeWalker-previousSiblingLastChildSkip.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/dom/traversal/TreeWalker-traversal-reject.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/dom/traversal/TreeWalker-traversal-skip.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/dom/traversal/TreeWalker-traversal-skip-most.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/browsers/history/the-location-interface/security_location_0.sub.htm View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects-on-new-window.html View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dataset.html View 1 2 3 chunks +11 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-EN-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-EN-L-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-EN-L-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-EN-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-EN-R-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-EN-R-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-L-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-L-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-N-EN-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-N-EN-L-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-N-EN-L-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-N-EN-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-N-EN-R-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-N-EN-R-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-N-EN-ref-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-N-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-N-L-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-N-L-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-N-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-N-R-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-N-R-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-R-ref.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-R-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-L-ref.html View 1 2 1 chunk +0 lines, -62 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-L-ref-expected.html View 1 2 1 chunk +0 lines, -62 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-R-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-R-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-bdi-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-bdi-L-ref.html View 1 2 1 chunk +0 lines, -61 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-bdi-L-ref-expected.html View 1 2 1 chunk +0 lines, -61 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-bdi-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-bdi-R-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-bdi-R-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-dir-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-dir-L-ref.html View 1 2 1 chunk +0 lines, -61 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-dir-L-ref-expected.html View 1 2 1 chunk +0 lines, -61 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-dir-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-dir-R-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-dir-R-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-L-ref.html View 1 2 1 chunk +0 lines, -61 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-L-ref-expected.html View 1 2 1 chunk +0 lines, -61 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-R-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-R-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-script-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-script-L-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-script-L-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-script-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-script-R-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-script-R-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-style-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-style-L-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-style-L-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-style-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-style-R-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-style-R-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-textarea-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-textarea-L-ref.html View 1 2 1 chunk +0 lines, -61 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-textarea-L-ref-expected.html View 1 2 1 chunk +0 lines, -61 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-textarea-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-textarea-R-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-textarea-R-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-EN-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-EN-L-ref.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-EN-L-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-EN-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-EN-R-ref.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-EN-R-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-L-ref.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-L-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-N-EN-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-N-EN-L-ref.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-N-EN-L-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-N-EN-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-N-EN-R-ref.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-N-EN-R-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-N-EN-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-N-EN-ref.html View 1 2 1 chunk +0 lines, -54 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-N-EN-ref-expected.html View 1 2 1 chunk +0 lines, -54 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-N-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-N-L-ref.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-N-L-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-N-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-N-R-ref.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-N-R-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-R-ref.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-R-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-EN-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-EN-L-ref.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-EN-L-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-EN-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-EN-R-ref.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-EN-R-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-L-ref.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-L-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-L-ref.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-L-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-R-ref.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-R-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-ref.html View 1 2 1 chunk +0 lines, -54 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-ref-expected.html View 1 2 1 chunk +0 lines, -54 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-N-L-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-N-L-ref.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-N-L-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-N-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-N-R-ref.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-N-R-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-R-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-R-ref.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-input-script-R-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-isolate-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-isolate-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-isolate-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/rendering/bindings/the-input-element-as-a-text-entry-widget/unrecognized-type-should-fallback-as-text-type-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-audio-element/audio_constructor.html View 1 2 2 chunks +11 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-tooShort.html View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-li-element/grouping-li-reftest-001-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-li-element/grouping-li-reftest-001-ref.html View 1 2 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-li-element/grouping-li-reftest-001-ref-expected.html View 1 2 1 chunk +0 lines, -49 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-li-element/grouping-li-reftest-002-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-li-element/grouping-li-reftest-002-ref.html View 1 2 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-li-element/grouping-li-reftest-002-ref-expected.html View 1 2 1 chunk +0 lines, -35 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol.html View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-rev-reftest-001-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-rev-reftest-001-ref.html View 1 2 1 chunk +0 lines, -54 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-rev-reftest-001-ref-expected.html View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-start-reftest-001-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-start-reftest-001-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-start-reftest-001-ref-expected.html View 1 2 1 chunk +0 lines, -64 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-start-reftest-002-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-start-reftest-002-ref.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-start-reftest-002-ref-expected.html View 1 2 1 chunk +0 lines, -61 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-001-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-001-ref.html View 1 2 1 chunk +0 lines, -56 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-001-ref-expected.html View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-002-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-002-ref.html View 1 2 1 chunk +0 lines, -63 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-002-ref-expected.html View 1 2 1 chunk +0 lines, -65 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-003-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-003-ref.html View 1 2 1 chunk +0 lines, -79 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-003-ref-expected.html View 1 2 1 chunk +0 lines, -81 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-pre-element/grouping-pre-reftest-001-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-pre-element/grouping-pre-reftest-001-ref.html View 1 2 1 chunk +0 lines, -23 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-pre-element/grouping-pre-reftest-001-ref-expected.html View 1 2 1 chunk +0 lines, -23 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/links/linktypes/alternate-css-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/links/linktypes/alternate-css-ref.html View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/links/linktypes/alternate-css-ref-expected.html View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/valid-invalid.html View 1 2 4 chunks +79 lines, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/event-loops/microtask_after_raf.html View 1 2 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/event-loops/microtask_after_script.html View 1 2 1 chunk +55 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_lostpointercapture_is_first-manual.html View 1 2 5 chunks +9 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css View 1 2 2 chunks +21 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_support.js View 1 2 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-inherit_child-auto-child-none_touch-manual.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-inherit_child-none_touch-manual.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-inherit_child-pan-x-child-pan-x_touch-manual.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-inherit_child-pan-x-child-pan-y_touch-manual.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-inherit_highest-parent-none_touch-manual.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-inherit_parent-none_touch-manual.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-pan-x-pan-y-pan-y_touch-manual.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-verification.html View 1 2 2 chunks +55 lines, -65 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/pointerevents/resources/pointerevent_attributes_mouse-iframe.html View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/resources/idlharness.js View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/resources/testharness.js View 1 2 1 chunk +3 lines, -5 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/web-animations/animation-model/animation-types/type-per-property.html View 1 2 1 chunk +569 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/web-animations/testcommon.js View 1 2 1 chunk +11 lines, -4 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animation-effects/phases-and-states.html View 1 2 1 chunk +187 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animations/updating-the-finished-state.html View 1 2 1 chunk +331 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/resources/idlharness.js View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/resources/testharness.js View 1 2 1 chunk +3 lines, -5 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
dtapuska
4 years, 3 months ago (2016-09-01 20:32:04 UTC) #3
Ilya Sherman
histograms.xml lgtm
4 years, 3 months ago (2016-09-01 20:38:26 UTC) #4
Rick Byers
LGTM with nits (sorry for all the nits on such a small patch <grin>). https://codereview.chromium.org/2303013002/diff/1/third_party/WebKit/Source/core/events/EventDispatcher.cpp ...
4 years, 3 months ago (2016-09-01 21:58:56 UTC) #5
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/2303013002/20001
4 years, 3 months ago (2016-09-02 02:57:19 UTC) #8
dtapuska
https://codereview.chromium.org/2303013002/diff/1/third_party/WebKit/Source/core/events/EventDispatcher.cpp File third_party/WebKit/Source/core/events/EventDispatcher.cpp (right): https://codereview.chromium.org/2303013002/diff/1/third_party/WebKit/Source/core/events/EventDispatcher.cpp#newcode249 third_party/WebKit/Source/core/events/EventDispatcher.cpp:249: // it to open. This measures a possible breakage ...
4 years, 3 months ago (2016-09-02 02:57:43 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-02 05:23:34 UTC) #11
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/b677a41a4e30b6bf68bc4cd2a9ec8876d5e2f7ea Cr-Commit-Position: refs/heads/master@{#416193}
4 years, 3 months ago (2016-09-02 05:25:22 UTC) #13
dtapuska
W3C auto test import CL. TBR=qyearsley@chromium.org
4 years, 3 months ago (2016-09-08 15:10:53 UTC) #14
dtapuska
4 years, 3 months ago (2016-09-08 15:14:19 UTC) #15
Message was sent while issue was closed.
W3C auto test import CL.

TBR=qyearsley@chromium.org

Powered by Google App Engine
This is Rietveld 408576698