RESOLVED FIXED 51742
Add DeviceOrientationEvent.absolute
https://bugs.webkit.org/show_bug.cgi?id=51742
Summary Add DeviceOrientationEvent.absolute
Steve Block
Reported 2010-12-30 04:24:41 PST
This property indicates whether the angle data in the event is absolute, and was recently added to the spec
Attachments
Patch (15.93 KB, patch)
2012-01-12 18:23 PST, Xinchao He
no flags
Rebase the patch, since it's conflicted with the latest update. (16.13 KB, patch)
2012-01-13 08:01 PST, Xinchao He
no flags
Patch for passing commit bot (16.10 KB, patch)
2012-01-13 19:00 PST, Xinchao He
no flags
Xinchao He
Comment 1 2012-01-12 18:23:39 PST
WebKit Review Bot
Comment 2 2012-01-12 18:25:28 PST
Please wait for approval from fishd@chromium.org before submitting because this patch contains changes to the Chromium public API.
Darin Fisher (:fishd, Google)
Comment 3 2012-01-12 21:44:44 PST
Comment on attachment 122356 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=122356&action=review > Source/WebKit/chromium/public/WebDeviceOrientation.h:38 > + WebDeviceOrientation(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma, bool canProvideAbsolute = false, bool absolute = false) Do you intend to make a corresponding change in the Chromium repository? If so, would you consider making these parameters non-optional after those changes are complete?
Xinchao He
Comment 4 2012-01-12 22:22:11 PST
(In reply to comment #3) > (From update of attachment 122356 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=122356&action=review > > > Source/WebKit/chromium/public/WebDeviceOrientation.h:38 > > + WebDeviceOrientation(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma, bool canProvideAbsolute = false, bool absolute = false) > > Do you intend to make a corresponding change in the Chromium repository? If so, would you > consider making these parameters non-optional after those changes are complete? Yes, I'm also doing corresponding on Chromium repository, and will upstream the patch. The parameters will be changed to non-optional ones when the bug is fixed in WebKit and Chromium.
Xinchao He
Comment 5 2012-01-13 08:01:40 PST
Created attachment 122430 [details] Rebase the patch, since it's conflicted with the latest update.
Steve Block
Comment 6 2012-01-13 08:50:16 PST
Comment on attachment 122430 [details] Rebase the patch, since it's conflicted with the latest update. lgtm
WebKit Review Bot
Comment 7 2012-01-13 11:15:56 PST
Comment on attachment 122430 [details] Rebase the patch, since it's conflicted with the latest update. Rejecting attachment 122430 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: t/git/webkit-commit-queue/Source/WebKit/chromium/v8 --revision 10339 --non-interactive --force --accept theirs-conflict --ignore-externals' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' 46>At revision 10339. ________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' ________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' Updating webkit projects from gyp files... Full output: http://queues.webkit.org/results/11157693
Xinchao He
Comment 8 2012-01-13 19:00:24 PST
Created attachment 122530 [details] Patch for passing commit bot
WebKit Review Bot
Comment 9 2012-01-15 23:33:47 PST
Comment on attachment 122530 [details] Patch for passing commit bot Clearing flags on attachment: 122530 Committed r105036: <http://trac.webkit.org/changeset/105036>
WebKit Review Bot
Comment 10 2012-01-15 23:33:52 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.