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

Issue 26510003: Moving all the PlatformEvent subclasses from core/platform to platform (Closed)

Created:
7 years, 2 months ago by atreat
Modified:
7 years, 2 months ago
CC:
blink-reviews, shans, eae+blinkwatch, apavlov+blink_chromium.org, adamk+blink_chromium.org, pdr, rjwright, aandrey+blink_chromium.org, dino_apple.com, vsevik+blink_chromium.org, caseq+blink_chromium.org, Steve Block, alancutter (OOO until 2018), Mike Lawther (Google), yurys+blink_chromium.org, Timothy Loh, dstockwell, dglazkov+blink, jchaffraix+rendering, devtools-reviews_chromium.org, Eric Willigers, kenneth.christiansen, loislo+blink_chromium.org, lushnikov+blink_chromium.org, eustas+blink_chromium.org, paulirish+reviews_chromium.org, darktears, alph+blink_chromium.org, leviw+renderwatch, blink-layers+watch_chromium.org, pfeldman+blink_chromium.org, f(malita), groby+blinkspell_chromium.org, Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/blink@master
Visibility:
Public.

Description

Moving all the PlatformEvent subclasses from core/platform to platform BUG=297477 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=159263

Patch Set 1 #

Total comments: 2

Patch Set 2 : Move PlatformKeyboardEventChromium.cpp to platform/PlatformKeyboardEvent.cpp #

Total comments: 1

Patch Set 3 : Fix exports #

Total comments: 1

Patch Set 4 : Better fix for exports #

Patch Set 5 : Rebase to apply cleanly #

Patch Set 6 : Rebase again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+381 lines, -771 lines) Patch
M Source/core/core.gypi View 1 2 3 4 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/events/GestureEvent.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/events/KeyboardEvent.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/events/MouseEvent.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/events/WheelEvent.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLAnchorElement.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLInputElement.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLSelectElement.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/RangeInputType.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorDOMAgent.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorInputAgent.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/inspector/InspectorOverlay.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/EventHandler.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/EventHandler.cpp View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/page/MouseEventWithHitTestResults.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/PointerLockController.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/scrolling/ScrollingCoordinator.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/scrolling/ScrollingCoordinator.cpp View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
D Source/core/platform/PlatformGestureEvent.h View 1 chunk +0 lines, -82 lines 0 comments Download
D Source/core/platform/PlatformKeyboardEvent.h View 1 chunk +0 lines, -107 lines 0 comments Download
D Source/core/platform/PlatformMouseEvent.h View 1 chunk +0 lines, -77 lines 0 comments Download
D Source/core/platform/PlatformTouchEvent.h View 1 chunk +0 lines, -45 lines 0 comments Download
D Source/core/platform/PlatformTouchPoint.h View 1 chunk +0 lines, -73 lines 0 comments Download
D Source/core/platform/PlatformWheelEvent.h View 1 chunk +0 lines, -160 lines 0 comments Download
M Source/core/platform/ScrollAnimator.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/ScrollAnimator.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/Scrollbar.cpp View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M Source/core/platform/ScrollbarThemeAuraOrGtk.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/ScrollbarThemeMacCommon.mm View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/platform/ScrollbarThemeNonMacCommon.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/ScrollbarThemeOverlay.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/ScrollbarThemeWin.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/chromium/PlatformKeyboardEventChromium.cpp View 1 1 chunk +0 lines, -109 lines 0 comments Download
M Source/core/platform/mac/ScrollAnimatorMac.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/platform/mac/ScrollElasticityController.mm View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderLayerScrollableArea.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderTextControlSingleLine.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGAElement.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/PlatformEvent.h View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
A + Source/platform/PlatformGestureEvent.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A Source/platform/PlatformKeyboardEvent.h View 1 2 3 1 chunk +109 lines, -0 lines 0 comments Download
A + Source/platform/PlatformKeyboardEvent.cpp View 1 3 chunks +5 lines, -5 lines 0 comments Download
A + Source/platform/PlatformMouseEvent.h View 2 chunks +27 lines, -33 lines 0 comments Download
A + Source/platform/PlatformTouchEvent.h View 1 chunk +1 line, -2 lines 0 comments Download
A + Source/platform/PlatformTouchPoint.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A Source/platform/PlatformWheelEvent.h View 1 chunk +160 lines, -0 lines 0 comments Download
M Source/platform/blink_platform.gypi View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M Source/web/EditorClientImpl.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/web/PopupContainer.cpp View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
M Source/web/PopupListBox.cpp View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M Source/web/WebAXObject.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebInputEventConversion.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/web/WebInputEventConversion.cpp View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M Source/web/WebPluginContainerImpl.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M Source/web/WebPopupMenuImpl.cpp View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M Source/web/WebViewImpl.cpp View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M Source/web/tests/PopupMenuTest.cpp View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
atreat
Moving all the Platform*Event classes to Source/platform.
7 years, 2 months ago (2013-10-08 17:07:12 UTC) #1
abarth-chromium
Please move core/platform/chromium/PlatformKeyboardEventChromium.cpp to platform/PlatformKeyboardEvent.cpp at the same time because it implements a few functions ...
7 years, 2 months ago (2013-10-08 17:11:54 UTC) #2
atreat
On 2013/10/08 17:11:54, abarth wrote: > Please move core/platform/chromium/PlatformKeyboardEventChromium.cpp to > platform/PlatformKeyboardEvent.cpp at the same ...
7 years, 2 months ago (2013-10-08 17:39:43 UTC) #3
abarth-chromium
https://codereview.chromium.org/26510003/diff/6001/Source/platform/PlatformKeyboardEvent.h File Source/platform/PlatformKeyboardEvent.h (right): https://codereview.chromium.org/26510003/diff/6001/Source/platform/PlatformKeyboardEvent.h#newcode35 Source/platform/PlatformKeyboardEvent.h:35: class PlatformKeyboardEvent : public PlatformEvent { class PLATFORM_EXPORT PlatformKeyboardEvent ...
7 years, 2 months ago (2013-10-08 21:13:16 UTC) #4
abarth-chromium
On 2013/10/08 17:39:43, atreat wrote: > On 2013/10/08 17:11:54, abarth wrote: > > Please move ...
7 years, 2 months ago (2013-10-08 21:16:36 UTC) #5
abarth-chromium
You'll also need to export PlatformEvent because it's a base class. You might need to ...
7 years, 2 months ago (2013-10-08 21:17:35 UTC) #6
atreat
On 2013/10/08 21:17:35, abarth wrote: > You'll also need to export PlatformEvent because it's a ...
7 years, 2 months ago (2013-10-08 22:00:30 UTC) #7
jamesr
https://codereview.chromium.org/26510003/diff/14001/Source/platform/PlatformEvent.h File Source/platform/PlatformEvent.h (right): https://codereview.chromium.org/26510003/diff/14001/Source/platform/PlatformEvent.h#newcode133 Source/platform/PlatformEvent.h:133: ~PlatformEvent(); why do you need to make the destructor ...
7 years, 2 months ago (2013-10-08 22:05:05 UTC) #8
abarth-chromium
On 2013/10/08 22:05:05, jamesr wrote: > why do you need to make the destructor out-of-line? ...
7 years, 2 months ago (2013-10-08 22:06:06 UTC) #9
abarth-chromium
On 2013/10/08 22:06:06, abarth wrote: > On 2013/10/08 22:05:05, jamesr wrote: > > why do ...
7 years, 2 months ago (2013-10-08 22:06:58 UTC) #10
jamesr
On 2013/10/08 22:06:58, abarth wrote: > On 2013/10/08 22:06:06, abarth wrote: > > On 2013/10/08 ...
7 years, 2 months ago (2013-10-08 22:15:31 UTC) #11
atreat
On 2013/10/08 22:15:31, jamesr wrote: > If the d'tor is inline, as it was before, ...
7 years, 2 months ago (2013-10-09 14:58:53 UTC) #12
abarth-chromium
LGTM assuming it builds. :)
7 years, 2 months ago (2013-10-09 15:00:16 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adam.treat@samsung.com/26510003/22001
7 years, 2 months ago (2013-10-09 15:00:38 UTC) #14
commit-bot: I haz the power
Failed to apply patch for Source/core/events/KeyboardEvent.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 2 months ago (2013-10-09 15:00:58 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adam.treat@samsung.com/26510003/27001
7 years, 2 months ago (2013-10-09 16:45:52 UTC) #16
commit-bot: I haz the power
Failed to apply patch for Source/core/platform/ScrollbarThemeAuraOrGtk.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 2 months ago (2013-10-09 16:46:12 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adam.treat@samsung.com/26510003/31001
7 years, 2 months ago (2013-10-09 17:04:31 UTC) #18
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=9863
7 years, 2 months ago (2013-10-09 19:53:03 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adam.treat@samsung.com/26510003/31001
7 years, 2 months ago (2013-10-09 19:59:24 UTC) #20
commit-bot: I haz the power
7 years, 2 months ago (2013-10-09 22:15:48 UTC) #21
Message was sent while issue was closed.
Change committed as 159263

Powered by Google App Engine
This is Rietveld 408576698