Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(21)

Issue 1148813007: Move EventHandler from core/page/ to core/input (Closed)

Created:
4 years, 11 months ago by lanwei
Modified:
4 years, 10 months ago
Reviewers:
bokan, tdresser, Rick Byers
CC:
blink-reviews, szager+layoutwatch_chromium.org, dshwang, eae+blinkwatch, fs, eric.carlson_apple.com, apavlov+blink_chromium.org, rwlbuis, caseq+blink_chromium.org, aboxhall, blink-reviews-events_chromium.org, blink-reviews-html_chromium.org, yurys+blink_chromium.org, blink-reviews-dom_chromium.org, dglazkov+blink, je_julie, gavinp+loader_chromium.org, jchaffraix+rendering, devtools-reviews_chromium.org, nessy, zoltan1, blink-reviews-paint_chromium.org, sof, lushnikov+blink_chromium.org, feature-media-reviews_chromium.org, dmazzoni, dcheng, Nate Chapin, vcarbune.chromium, philipj_slow, tyoshino+watch_chromium.org, blink-reviews-rendering, mlamouri+watch-blink_chromium.org, pdr+renderingwatchlist_chromium.org, gasubic, leviw+renderwatch, slimming-paint-reviews_chromium.org, pfeldman+blink_chromium.org, nektarios, groby+blinkspell_chromium.org, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Move EventHandler from core/page/ to core/input We have a input folder in core/ which keeps InputDevice information for all UIEvents, so we decide to move EventHandler into input/ as well. BUG=496757 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196589

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Remove unnecessary file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -49 lines) Patch
M Source/core/dom/Document.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M Source/core/dom/Fullscreen.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Node.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/Editor.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/EditorCommand.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/FrameSelection.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/editing/InputMethodController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/Frame.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/FrameView.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/frame/LocalDOMWindow.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M Source/core/frame/LocalFrame.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/html/HTMLLabelElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLPlugInElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLSelectElement.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/html/shadow/ClearButtonElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/MediaControlElements.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/SliderThumbElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/SpinButtonElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/TextControlInnerElements.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/input/EventHandler.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/input/EventHandler.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorInputAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutBox.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutFrameSet.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutListBox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutObject.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M Source/core/loader/FrameLoader.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M Source/core/page/AutoscrollController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/ContextMenuController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/DragController.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/page/FocusController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/TouchDisambiguation.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/DeprecatedPaintLayerScrollableArea.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M Source/core/testing/Internals.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M Source/web/ContextMenuClientImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/FrameLoaderClientImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/InspectorOverlayImpl.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/PageWidgetDelegate.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/RotationViewportAnchor.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebAXObject.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebFrameWidgetImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebLocalFrameImpl.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M Source/web/WebPagePopupImpl.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebPluginContainerImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebViewImpl.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M Source/web/tests/LinkHighlightTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/PinchViewportTest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/TouchActionTest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/WebFrameTest.cpp View 1 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (9 generated)
lanwei
4 years, 11 months ago (2015-06-03 22:01:18 UTC) #5
tdresser
Can you create a new bug for this change? It's pretty unrelated to the InputDevice ...
4 years, 11 months ago (2015-06-04 13:08:47 UTC) #6
Rick Byers
On 2015/06/04 13:08:47, tdresser wrote: > Can you create a new bug for this change? ...
4 years, 11 months ago (2015-06-04 13:15:44 UTC) #7
lanwei
thakis@chromium.org: Please review changes in Source/web, thanks.
4 years, 11 months ago (2015-06-04 17:46:09 UTC) #9
lanwei
bokan@chromium.org: Please review changes in Source/web/ Thank you.
4 years, 11 months ago (2015-06-04 17:56:21 UTC) #12
bokan
rs lgtm!
4 years, 11 months ago (2015-06-04 17:57:49 UTC) #13
Nico
On 2015/06/04 17:46:09, lanwei wrote: > mailto:thakis@chromium.org: Please review changes in > > Source/web, > ...
4 years, 11 months ago (2015-06-04 18:19:11 UTC) #14
lanwei
On 2015/06/04 18:19:11, Nico wrote: > On 2015/06/04 17:46:09, lanwei wrote: > > mailto:thakis@chromium.org: Please ...
4 years, 11 months ago (2015-06-04 18:23:11 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1148813007/80001
4 years, 11 months ago (2015-06-05 17:21:54 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:80001) as https://src.chromium.org/viewvc/blink?view=rev&revision=196589
4 years, 11 months ago (2015-06-05 17:27:34 UTC) #19
Miyoung Shin(g)
Hi, I'm trying to move out the Selection codes from EventHandler at http://crrev.com/1113323002/. But my ...
4 years, 10 months ago (2015-06-08 05:16:15 UTC) #20
Miyoung Shin(g)
On 2015/06/08 05:16:15, Miyoung Shin(g) wrote: > Hi, I'm trying to move out the Selection ...
4 years, 10 months ago (2015-06-08 07:04:33 UTC) #21
Rick Byers
On 2015/06/08 05:16:15, Miyoung Shin(g) wrote: > Hi, I'm trying to move out the Selection ...
4 years, 10 months ago (2015-06-08 13:59:18 UTC) #22
lanwei
4 years, 10 months ago (2015-06-08 15:25:37 UTC) #23
Message was sent while issue was closed.
On 2015/06/08 13:59:18, Rick Byers wrote:
> On 2015/06/08 05:16:15, Miyoung Shin(g) wrote:
> > Hi, I'm trying to move out the Selection codes from EventHandler at
> > http://crrev.com/1113323002/.
> > But my patch is a conflict with this patch.
> > So, I have a few of question.
> > 
> > 1. Build 
> > IIUC, currently we compile core/page/EventHandler.cpp, but we see the header
> in
> > core/input/EventHandler.h.
> > When will you move core/page/EventHandler.cpp to core/input/EventHandler.cpp
> in
> > Source/core/core.gypi ?
> > 
> > 2. Remove
> > When will you remove core/page/EventHandler.cpp in repo ?
> > I'm not sure that I should change both of core/page/EventHandler.cpp and
> > core/input/EventHandler.cpp.
> > 
> > It would be great if I get your plan.
> 
> Darn, I totally missed these issues in review - I'm sorry!

I am very sorry about this, I did delete and change the core file, but I do not
know why it was lost when I rebased or uploaded, I will double check once I
upload all files.

Powered by Google App Engine
This is Rietveld 408576698