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

Issue 14472006: Move DeviceMotion related classes from core/dom to modules/device_orientation. (Closed)

Created:
7 years, 8 months ago by timvolodine
Modified:
7 years, 8 months ago
CC:
blink-reviews, haraken, Nate Chapin
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Move DeviceMotion related classes from core/dom to modules/device_orientation. BUG=135804 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=149213

Patch Set 1 #

Patch Set 2 : patch2 #

Patch Set 3 : patch3 #

Patch Set 4 : rebased #

Patch Set 5 : rebase retry #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -928 lines) Patch
M Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/core.gypi View 1 2 3 2 chunks +0 lines, -14 lines 0 comments Download
D Source/core/dom/DeviceAcceleration.h View 1 chunk +0 lines, -53 lines 0 comments Download
D Source/core/dom/DeviceAcceleration.cpp View 1 chunk +0 lines, -63 lines 0 comments Download
D Source/core/dom/DeviceAcceleration.idl View 1 chunk +0 lines, -32 lines 0 comments Download
D Source/core/dom/DeviceMotionClient.h View 1 2 3 1 chunk +0 lines, -50 lines 0 comments Download
D Source/core/dom/DeviceMotionController.h View 1 2 3 1 chunk +0 lines, -59 lines 0 comments Download
D Source/core/dom/DeviceMotionController.cpp View 1 2 3 1 chunk +0 lines, -91 lines 0 comments Download
D Source/core/dom/DeviceMotionData.h View 1 chunk +0 lines, -110 lines 0 comments Download
D Source/core/dom/DeviceMotionData.cpp View 1 chunk +0 lines, -93 lines 0 comments Download
D Source/core/dom/DeviceMotionEvent.h View 1 chunk +0 lines, -73 lines 0 comments Download
D Source/core/dom/DeviceMotionEvent.cpp View 1 chunk +0 lines, -113 lines 0 comments Download
D Source/core/dom/DeviceMotionEvent.idl View 1 chunk +0 lines, -38 lines 0 comments Download
D Source/core/dom/DeviceRotationRate.h View 1 chunk +0 lines, -53 lines 0 comments Download
D Source/core/dom/DeviceRotationRate.cpp View 1 chunk +0 lines, -63 lines 0 comments Download
D Source/core/dom/DeviceRotationRate.idl View 1 chunk +0 lines, -32 lines 0 comments Download
A + Source/modules/device_orientation/DeviceAcceleration.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/device_orientation/DeviceAcceleration.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/device_orientation/DeviceAcceleration.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/device_orientation/DeviceMotionClient.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/device_orientation/DeviceMotionController.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/device_orientation/DeviceMotionController.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/device_orientation/DeviceMotionData.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/device_orientation/DeviceMotionData.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/device_orientation/DeviceMotionEvent.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/modules/device_orientation/DeviceMotionEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/modules/device_orientation/DeviceMotionEvent.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/device_orientation/DeviceRotationRate.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/device_orientation/DeviceRotationRate.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/device_orientation/DeviceRotationRate.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
M Source/modules/modules.gypi View 1 2 3 3 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
timvolodine
7 years, 8 months ago (2013-04-24 15:09:24 UTC) #1
timvolodine
7 years, 8 months ago (2013-04-24 15:15:25 UTC) #2
abarth-chromium
LGTM
7 years, 8 months ago (2013-04-24 16:32:59 UTC) #3
abarth-chromium
Either in this CL or another CL, you should create a DOMWindowDeviceOrientation.idl file to hold: ...
7 years, 8 months ago (2013-04-24 16:34:43 UTC) #4
abarth-chromium
[EnabledAtRuntime] attribute EventListener ondevicemotion; [EnabledAtRuntime] attribute EventListener ondeviceorientation; These too. :)
7 years, 8 months ago (2013-04-24 16:35:22 UTC) #5
timvolodine
On 2013/04/24 16:35:22, abarth wrote: > [EnabledAtRuntime] attribute EventListener ondevicemotion; > [EnabledAtRuntime] attribute EventListener ondeviceorientation; ...
7 years, 8 months ago (2013-04-24 18:57:40 UTC) #6
abarth-chromium
On 2013/04/24 18:57:40, timvolodine wrote: > It seems I need to create the corresponding DOMWindowDeviceOrientation ...
7 years, 8 months ago (2013-04-24 19:03:14 UTC) #7
timvolodine
On 2013/04/24 19:03:14, abarth wrote: > On 2013/04/24 18:57:40, timvolodine wrote: > > It seems ...
7 years, 8 months ago (2013-04-25 11:01:29 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timvolodine@chromium.org/14472006/7002
7 years, 8 months ago (2013-04-25 12:35:12 UTC) #9
commit-bot: I haz the power
Presubmit check for 14472006-7002 failed and returned exit status -2001. The presubmit check was hung. ...
7 years, 8 months ago (2013-04-25 12:41:18 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timvolodine@chromium.org/14472006/7002
7 years, 8 months ago (2013-04-25 16:15:36 UTC) #11
commit-bot: I haz the power
Presubmit check for 14472006-7002 failed and returned exit status -2001. The presubmit check was hung. ...
7 years, 8 months ago (2013-04-25 16:21:45 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timvolodine@chromium.org/14472006/7002
7 years, 8 months ago (2013-04-26 04:05:41 UTC) #13
commit-bot: I haz the power
Presubmit check for 14472006-7002 failed and returned exit status -2001. The presubmit check was hung. ...
7 years, 8 months ago (2013-04-26 04:11:47 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timvolodine@chromium.org/14472006/7002
7 years, 8 months ago (2013-04-26 10:02:24 UTC) #15
commit-bot: I haz the power
Presubmit check for 14472006-7002 failed and returned exit status -2001. The presubmit check was hung. ...
7 years, 8 months ago (2013-04-26 10:08:31 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timvolodine@chromium.org/14472006/7002
7 years, 8 months ago (2013-04-26 11:51:19 UTC) #17
commit-bot: I haz the power
Presubmit check for 14472006-7002 failed and returned exit status -2001. The presubmit check was hung. ...
7 years, 8 months ago (2013-04-26 11:57:27 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timvolodine@chromium.org/14472006/7002
7 years, 8 months ago (2013-04-26 13:18:10 UTC) #19
commit-bot: I haz the power
Presubmit check for 14472006-7002 failed and returned exit status -2001. The presubmit check was hung. ...
7 years, 8 months ago (2013-04-26 13:24:18 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timvolodine@chromium.org/14472006/7002
7 years, 8 months ago (2013-04-26 15:39:17 UTC) #21
commit-bot: I haz the power
Presubmit check for 14472006-7002 failed and returned exit status -2001. The presubmit check was hung. ...
7 years, 8 months ago (2013-04-26 15:45:23 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timvolodine@chromium.org/14472006/28001
7 years, 8 months ago (2013-04-26 16:44:59 UTC) #23
commit-bot: I haz the power
Presubmit check for 14472006-28001 failed and returned exit status -2001. The presubmit check was hung. ...
7 years, 8 months ago (2013-04-26 16:51:07 UTC) #24
Peter Beverloo
Committed patchset #5 manually as r149213 (presubmit successful).
7 years, 8 months ago (2013-04-26 17:30:04 UTC) #25
Nico
what about Source/core/platform/mock/DeviceMotionClientMock.h? (also, holy merge conflicts batman :-/)
7 years, 8 months ago (2013-04-26 19:01:15 UTC) #26
eseidel
7 years, 8 months ago (2013-04-27 05:15:56 UTC) #27
Message was sent while issue was closed.
We'll be able to enforce includes much better soon. :)  One of us (probably me)
just needs to beat "checkdeps.py" with a case-sensitivity stick first.

Powered by Google App Engine
This is Rietveld 408576698