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

Issue 2584723004: Move ongot/lostpointercaptures to global handlers (Closed)

Created:
4 years ago by Navid Zolghadr
Modified:
4 years ago
Reviewers:
dtapuska, mustaq, Rick Byers
CC:
chromium-reviews, dtapuska+blinkwatch_chromium.org, blink-reviews-events_chromium.org, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, blink-reviews, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move ongot/lostpointercaptures to Global handlers Move ongot/lostpointercapture handlers from Element.idl to GlobalEventHandlers as per latest spec change: https://github.com/w3c/pointerevents/pull/158 Intent to implement and ship: https://groups.google.com/a/chromium.org/forum/?hl=en#!topic/blink-dev/T_amUSoAzHA BUG=674290 Committed: https://crrev.com/3f26be51899994fee914cb9be4076a62d168ee31 Cr-Commit-Position: refs/heads/master@{#439857}

Patch Set 1 #

Patch Set 2 : fixing the tests #

Total comments: 1

Patch Set 3 : Update some platform specific expectations #

Patch Set 4 : Updating new tests #

Total comments: 4

Patch Set 5 : Fix the link to the spec #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -61 lines) Patch
M third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects-exceptions-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/pointerevents/idlharness-expected.txt View 1 2 3 4 chunks +8 lines, -8 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_on_event_handlers-expected.txt View 1 2 3 1 chunk +0 lines, -33 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 18 chunks +16 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 18 chunks +16 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 18 chunks +16 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Element.idl View 1 2 3 4 1 chunk +2 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/dom/GlobalEventHandlers.h View 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 43 (29 generated)
Navid Zolghadr
4 years ago (2016-12-16 17:27:55 UTC) #4
Navid Zolghadr
And here is the test in case you'd like to review the CL with the ...
4 years ago (2016-12-16 17:34:44 UTC) #6
dtapuska
On 2016/12/16 17:34:44, Navid Zolghadr wrote: > And here is the test in case you'd ...
4 years ago (2016-12-16 17:50:16 UTC) #7
dtapuska
lgtm % fixing layout tests and landing the web platform test.
4 years ago (2016-12-16 17:50:44 UTC) #8
Navid Zolghadr
rbyers@chromium.org: Please review changes in third_party/WebKit/*
4 years ago (2016-12-16 20:42:45 UTC) #14
Rick Byers
Changes look good but even though it's trivial this is technically a "new API" so ...
4 years ago (2016-12-16 20:51:26 UTC) #15
Navid Zolghadr
ptal.
4 years ago (2016-12-20 01:10:40 UTC) #26
mustaq
lgtm Please add a link to the intent thread in the description. https://codereview.chromium.org/2584723004/diff/60001/third_party/WebKit/Source/core/dom/Element.idl File third_party/WebKit/Source/core/dom/Element.idl ...
4 years ago (2016-12-20 15:17:44 UTC) #27
Navid Zolghadr
https://codereview.chromium.org/2584723004/diff/60001/third_party/WebKit/Source/core/dom/Element.idl File third_party/WebKit/Source/core/dom/Element.idl (right): https://codereview.chromium.org/2584723004/diff/60001/third_party/WebKit/Source/core/dom/Element.idl#newcode40 third_party/WebKit/Source/core/dom/Element.idl:40: //https://www.w3.org/TR/pointerevents/#extensions-to-the-element-interface On 2016/12/20 15:17:44, mustaq wrote: > Let's replace ...
4 years ago (2016-12-20 15:27:58 UTC) #29
Rick Byers
LGTM with nit https://codereview.chromium.org/2584723004/diff/60001/third_party/WebKit/Source/core/dom/Element.idl File third_party/WebKit/Source/core/dom/Element.idl (right): https://codereview.chromium.org/2584723004/diff/60001/third_party/WebKit/Source/core/dom/Element.idl#newcode40 third_party/WebKit/Source/core/dom/Element.idl:40: //https://www.w3.org/TR/pointerevents/#extensions-to-the-element-interface On 2016/12/20 15:27:57, Navid Zolghadr ...
4 years ago (2016-12-20 15:37:12 UTC) #30
Navid Zolghadr
https://codereview.chromium.org/2584723004/diff/60001/third_party/WebKit/Source/core/dom/Element.idl File third_party/WebKit/Source/core/dom/Element.idl (right): https://codereview.chromium.org/2584723004/diff/60001/third_party/WebKit/Source/core/dom/Element.idl#newcode40 third_party/WebKit/Source/core/dom/Element.idl:40: //https://www.w3.org/TR/pointerevents/#extensions-to-the-element-interface On 2016/12/20 15:37:12, Rick Byers wrote: > On ...
4 years ago (2016-12-20 17:04:44 UTC) #33
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/2584723004/80001
4 years ago (2016-12-20 17:05:11 UTC) #38
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years ago (2016-12-20 18:54:17 UTC) #41
commit-bot: I haz the power
4 years ago (2016-12-20 18:57:26 UTC) #43
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/3f26be51899994fee914cb9be4076a62d168ee31
Cr-Commit-Position: refs/heads/master@{#439857}

Powered by Google App Engine
This is Rietveld 408576698