summaryrefslogtreecommitdiffstats
path: root/content/browser/sensors
Commit message (Collapse)AuthorAgeFilesLines
* Move sensors::Provider to content/public/browser and put it in the content ↵tfarina@chromium.org2012-02-104-115/+38
| | | | | | | | | | | | namespace. BUG=98716 R=jam@chromium.org TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9370031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121465 0039d316-1c4b-4281-b951-d872f2087c98
* Move sensors interface into content/public/browser (since it's only used by ↵jam@chromium.org2011-11-233-12/+15
| | | | | | | | | browser directory). Move everything into the content namespace and make the enums conform to the Content API convention. BUG=98716 Review URL: http://codereview.chromium.org/8678019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111417 0039d316-1c4b-4281-b951-d872f2087c98
* Export RenderWidgetHostViewAura and sensors::Provider to fix component build.sadrul@chromium.org2011-11-111-1/+2
| | | | | | | | | | TBR=ben@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8539013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109624 0039d316-1c4b-4281-b951-d872f2087c98
* Initial sensor event provider for testing views screen rotationcwolfe@chromium.org2011-07-264-0/+155
| | | | | | | | | | | | | | | | | | The sensors API will unify various types of sensor data into a set of channels, each of which provides change events and periodic updates. This version of the API is intended only to support the experimental screen rotation code and is not for general use. In particular, the final listener will declare generic |OnSensorChanged| and |OnSensorUpdated| methods, rather than the special-purpose |OnScreenOrientationChanged|. BUG=none TEST=manual with http://codereview.chromium.org/7273073/ Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93094 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93480 Review URL: http://codereview.chromium.org/7366011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94181 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 93480 - Initial sensor event provider for testing views screen rotationdmichael@chromium.org2011-07-214-155/+0
| | | | | | | | | | | | | | | | | | | The sensors API will unify various types of sensor data into a set of channels, each of which provides change events and periodic updates. This version of the API is intended only to support the experimental screen rotation code and is not for general use. In particular, the final listener will declare generic |OnSensorChange| and |OnSensorUpdate| methods, rather than the special-purpose |OnScreenOrientationChange|. BUG=none TEST=manual with http://codereview.chromium.org/7273073/ Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93094 Review URL: http://codereview.chromium.org/7366011 TBR=cwolfe@chromium.org Review URL: http://codereview.chromium.org/7479010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93491 0039d316-1c4b-4281-b951-d872f2087c98
* Initial sensor event provider for testing views screen rotationcwolfe@chromium.org2011-07-214-0/+155
| | | | | | | | | | | | | | | | The sensors API will unify various types of sensor data into a set of channels, each of which provides change events and periodic updates. This version of the API is intended only to support the experimental screen rotation code and is not for general use. In particular, the final listener will declare generic |OnSensorChange| and |OnSensorUpdate| methods, rather than the special-purpose |OnScreenOrientationChange|. BUG=none TEST=manual with http://codereview.chromium.org/7273073/ Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93094 Review URL: http://codereview.chromium.org/7366011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93480 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 93094 - Initial sensor event provider for testing views screen rotationrobertshield@chromium.org2011-07-194-155/+0
| | | | | | | | | | | | | | | | | The sensors API will unify various types of sensor data into a set of channels, each of which provides change events and periodic updates. This version of the API is intended only to support the experimental screen rotation code and is not for general use. In particular, the final listener will declare generic |OnSensorChange| and |OnSensorUpdate| methods, rather than the special-purpose |OnScreenOrientationChange|. BUG=none TEST=manual with http://codereview.chromium.org/7273073/ Review URL: http://codereview.chromium.org/7366011 TBR=cwolfe@chromium.org Review URL: http://codereview.chromium.org/7455002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93097 0039d316-1c4b-4281-b951-d872f2087c98
* Initial sensor event provider for testing views screen rotationcwolfe@chromium.org2011-07-194-0/+155
The sensors API will unify various types of sensor data into a set of channels, each of which provides change events and periodic updates. This version of the API is intended only to support the experimental screen rotation code and is not for general use. In particular, the final listener will declare generic |OnSensorChange| and |OnSensorUpdate| methods, rather than the special-purpose |OnScreenOrientationChange|. BUG=none TEST=manual with http://codereview.chromium.org/7273073/ Review URL: http://codereview.chromium.org/7366011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93094 0039d316-1c4b-4281-b951-d872f2087c98