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

Issue 1563623002: Support registering and dispatching passive event listeners. (Closed)

Created:
4 years, 11 months ago by dtapuska
Modified:
4 years, 11 months ago
Reviewers:
Rick Byers
CC:
chromium-reviews, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Support registering and dispatching passive event listeners. Add support for being able to register passive event listeners and being able to dispatch content to them. BUG=489802 Committed: https://crrev.com/89ef8848791589f46db76d1d6ad7fa32d73895e1 Cr-Commit-Position: refs/heads/master@{#368907}

Patch Set 1 #

Patch Set 2 : Add console error when preventDefault inside a passive event listener #

Patch Set 3 : Rebase #

Total comments: 9

Patch Set 4 : Add additional unit tests #

Patch Set 5 : Correct syntax in RuntimeEnabled #

Patch Set 6 : Rebase #

Patch Set 7 : Adjust comments in layout tests #

Messages

Total messages: 16 (6 generated)
dtapuska
4 years, 11 months ago (2016-01-05 22:06:39 UTC) #3
Rick Byers
Sorry for the delay, looking now. But you haven't done an intent-to-implement for this yet, ...
4 years, 11 months ago (2016-01-08 17:55:27 UTC) #4
dtapuska
On 2016/01/08 17:55:27, Rick Byers wrote: > Sorry for the delay, looking now. But you ...
4 years, 11 months ago (2016-01-08 17:59:11 UTC) #5
Rick Byers
On 2016/01/08 17:59:11, dtapuska wrote: > On 2016/01/08 17:55:27, Rick Byers wrote: > > Sorry ...
4 years, 11 months ago (2016-01-08 18:02:24 UTC) #6
Rick Byers
Looks good to me other than the RuntimeEnabledFeature change and a few minor test suggestions. ...
4 years, 11 months ago (2016-01-08 19:32:56 UTC) #7
dtapuska
PTAL https://codereview.chromium.org/1563623002/diff/40001/third_party/WebKit/LayoutTests/fast/events/eventlisteneroptions/passive_dispatch.html File third_party/WebKit/LayoutTests/fast/events/eventlisteneroptions/passive_dispatch.html (right): https://codereview.chromium.org/1563623002/diff/40001/third_party/WebKit/LayoutTests/fast/events/eventlisteneroptions/passive_dispatch.html#newcode33 third_party/WebKit/LayoutTests/fast/events/eventlisteneroptions/passive_dispatch.html:33: document.body.dispatchEvent(new Event('test', {'bubbles': true, 'cancelable': true})); On 2016/01/08 ...
4 years, 11 months ago (2016-01-11 18:56:28 UTC) #8
Rick Byers
LGTM with nit https://codereview.chromium.org/1563623002/diff/40001/third_party/WebKit/LayoutTests/fast/events/eventlisteneroptions/passive_query.html File third_party/WebKit/LayoutTests/fast/events/eventlisteneroptions/passive_query.html (right): https://codereview.chromium.org/1563623002/diff/40001/third_party/WebKit/LayoutTests/fast/events/eventlisteneroptions/passive_query.html#newcode22 third_party/WebKit/LayoutTests/fast/events/eventlisteneroptions/passive_query.html:22: assert_equals(supportsPassive, internals.runtimeFlags.eventListenerOptionsEnabled); On 2016/01/11 18:56:28, dtapuska ...
4 years, 11 months ago (2016-01-11 22:37:05 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1563623002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1563623002/120001
4 years, 11 months ago (2016-01-12 17:29:36 UTC) #12
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 11 months ago (2016-01-12 17:36:59 UTC) #14
commit-bot: I haz the power
4 years, 11 months ago (2016-01-12 17:37:38 UTC) #16
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/89ef8848791589f46db76d1d6ad7fa32d73895e1
Cr-Commit-Position: refs/heads/master@{#368907}

Powered by Google App Engine
This is Rietveld 408576698