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

Issue 1682683002: [InputEvent] Add InputEvent with basic interface behind a flag (Closed)

Created:
4 years, 10 months ago by chongz
Modified:
4 years, 3 months ago
Reviewers:
dtapuska, Rick Byers
CC:
chromium-reviews, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, blink-reviews, kinuko+watch, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add InputEvent with basic interface behind a flag Just an empty class derived from UIEvent with a constructor. Also modified the type of dispatched input events if InputEvent was enabled. BUG=585330 Committed: https://crrev.com/b04e5592a3facc2e2453b9f9755060f78643884e Cr-Commit-Position: refs/heads/master@{#376753}

Patch Set 1 : Added basic support for InputEvent #

Patch Set 2 : Small tweak, fixing bugs #

Patch Set 3 : Fixing layout test #

Total comments: 9

Patch Set 4 : Add webplatform style tests, remove unused variables #

Patch Set 5 : Make InputEvent behind a runtime flag #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -1 line) Patch
A third_party/WebKit/LayoutTests/fast/events/constructors/input-event-constructor.html View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/events/inputevents/input-event-event-listener.html View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/core.gypi View 1 2 3 4 5 5 chunks +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Node.cpp View 1 2 3 4 5 2 chunks +8 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/Event.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/events/Event.cpp View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/events/InputEvent.h View 1 2 3 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/events/InputEvent.cpp View 1 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/events/InputEvent.idl View 4 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/events/InputEventInit.idl View 1 2 3 4 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 20 (11 generated)
chongz
Can I have a review on this CL please? Thanks! https://codereview.chromium.org/1682683002/diff/40001/third_party/WebKit/Source/core/dom/Node.cpp File third_party/WebKit/Source/core/dom/Node.cpp (right): https://codereview.chromium.org/1682683002/diff/40001/third_party/WebKit/Source/core/dom/Node.cpp#newcode2083 ...
4 years, 10 months ago (2016-02-09 15:35:59 UTC) #2
dtapuska
Can you add a more descriptive commit message? https://codereview.chromium.org/1682683002/diff/40001/third_party/WebKit/LayoutTests/fast/events/inputevents/input-event-listener-class-name.html File third_party/WebKit/LayoutTests/fast/events/inputevents/input-event-listener-class-name.html (right): https://codereview.chromium.org/1682683002/diff/40001/third_party/WebKit/LayoutTests/fast/events/inputevents/input-event-listener-class-name.html#newcode13 third_party/WebKit/LayoutTests/fast/events/inputevents/input-event-listener-class-name.html:13: var ...
4 years, 10 months ago (2016-02-09 15:49:12 UTC) #3
chongz
Hi dtapuska, I've moved InputEvent behind a experimental runtime flag. PTAL, thanks!
4 years, 10 months ago (2016-02-19 17:45:56 UTC) #6
dtapuska
On 2016/02/19 17:45:56, chongz wrote: > Hi dtapuska, I've moved InputEvent behind a experimental runtime ...
4 years, 10 months ago (2016-02-22 15:05:02 UTC) #7
chongz
Hi rbyers, can you take a look at this CL please? Thanks!
4 years, 10 months ago (2016-02-22 15:07:21 UTC) #9
Rick Byers
LGTM
4 years, 10 months ago (2016-02-22 15:24:56 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1682683002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1682683002/100001
4 years, 10 months ago (2016-02-22 15:46:21 UTC) #15
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 10 months ago (2016-02-22 17:50:26 UTC) #17
commit-bot: I haz the power
4 years, 10 months ago (2016-02-22 17:51:23 UTC) #19
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/b04e5592a3facc2e2453b9f9755060f78643884e
Cr-Commit-Position: refs/heads/master@{#376753}

Powered by Google App Engine
This is Rietveld 408576698