summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/DeviceOrientationClientAndroid.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge WebKit at r75993: Move WebKit/android files to SourceBen Murdoch2011-05-161-84/+0
| | | | Change-Id: Ifa871f8320bdb3a09fe189fffecc23f702c394b9
* Rename DeviceOrientationManager to DeviceMotionAndOrientationManagerSteve Block2010-10-151-1/+1
| | | | | | | Requires a corresponding change in frameworks/base ... https://android-git.corp.google.com/g/74335 Change-Id: I8158a8a65e83fa1d0a80233250921dae2c2b4d76
* Prepare DeviceOrientationManager for implementation of DeviceMotionSteve Block2010-10-071-1/+1
| | | | | | | | To avoid additional boilerplate, this class will will be used for both DeviceOrientation and DeviceMotion. This change does not involve any change in behaviour, only renaming and adding stubs. Change-Id: I0d6c9e1c2fc8d919ccbd048b068d898110707f0e
* Merge WebKit at r68651 : Implement controller destroyed callbacks for ↵Steve Block2010-10-071-0/+5
| | | | | | | | DeviceOrientation and DeviceMotion See http://trac.webkit.org/changeset/67949 Change-Id: Ide94a861a7468d4eef3a238696aad754c8924aed
* Hook up DeviceOrientationClientMockSteve Block2010-08-101-1/+4
| | | | Change-Id: Ie21024238a88252cd668cbddb98643b142728cf1
* Implement DeviceOrientationClientAndroidSteve Block2010-08-051-0/+76
This class acts simply as a proxy to the real or mock client, which is owned by the WebView. DEVICE_ORIENTATION is eabled on Android, so we must implement the client before we pull in http://trac.webkit.org/changeset/64356, which calls DeviceOrientationClient::setController() from the Page constructor. Change-Id: Ie21957249e5bef7a58c51205732f4fb1b82fbbd3