RESOLVED FIXED 102578
Apply DeviceController as parent class of DeviceMotionController.
https://bugs.webkit.org/show_bug.cgi?id=102578
Summary Apply DeviceController as parent class of DeviceMotionController.
Kihong Kwon
Reported 2012-11-16 20:50:54 PST
DeviceOrientationController and DeviceMotionController have almost same structure. Therefore DeviceController which is extracted as parent class of them is added. In this patch, I apply DeviceController as parent class of DeviceMotionController.
Attachments
Patch (14.54 KB, patch)
2012-11-16 21:15 PST, Kihong Kwon
no flags
Patch (14.56 KB, patch)
2012-11-19 20:07 PST, Kihong Kwon
no flags
Kihong Kwon
Comment 1 2012-11-16 21:15:01 PST
Kentaro Hara
Comment 2 2012-11-19 03:25:33 PST
Comment on attachment 174802 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=174802&action=review Looks reasonable to me but I'm not familiar with this area. I'd be happy if morrita@ could take a look. > Source/WebCore/ChangeLog:11 > + Therfore duplicated implementation can be removed. Typo: Therefore
Hajime Morrita
Comment 3 2012-11-19 18:49:16 PST
Comment on attachment 174802 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=174802&action=review Looks good. Please fix some nit-picky bits on ChangeLog before landing. > Source/WebCore/ChangeLog:8 > + DeviceController need to be applied as parent class of DeviceMotionController s/need/needs/
Kihong Kwon
Comment 4 2012-11-19 20:07:59 PST
Kihong Kwon
Comment 5 2012-11-20 03:06:26 PST
Comment on attachment 175125 [details] Patch Thank you for your review, morrita. :)
WebKit Review Bot
Comment 6 2012-11-20 03:10:05 PST
Comment on attachment 175125 [details] Patch Clearing flags on attachment: 175125 Committed r135268: <http://trac.webkit.org/changeset/135268>
WebKit Review Bot
Comment 7 2012-11-20 03:10:08 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.