summaryrefslogtreecommitdiffstats
path: root/content/browser/device_orientation
Commit message (Expand)AuthorAgeFilesLines
* Rename device_orientation to device_sensorsrijubrata.bhaumik@intel.com2014-04-2221-2750/+0
* Android: disable flaky device_inertial_sensor_browsertest.timvolodine@chromium.org2014-04-081-2/+8
* Android: disable failing device_inertial_sensor_browsertest.timvolodine@chromium.org2014-04-071-1/+7
* Add end-to-end browser tests for Device Motion/Orientation null-events.timvolodine@chromium.org2014-04-041-6/+104
* Mac: fix Device Orientation absolute property and handle the no-sensor case.timvolodine@chromium.org2014-03-271-11/+26
* Move ContentBrowserTest class to content/public, since it's used by component...jam@chromium.org2014-03-271-2/+2
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-262-2/+4
* Move DeviceMotionAndOrientation off Activity Contextdtrainor@chromium.org2014-02-211-1/+3
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-212-4/+2
* Remove --disable-device-motion and --disable-device-orientation flags from ch...timvolodine@chromium.org2014-02-181-6/+0
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-162-2/+4
* Android: rename DataFetcherImplAndroid -> SensorManagerAndroid.timvolodine@chromium.org2014-02-144-78/+74
* Android: remove device_data.h from browser/device_orientation/timvolodine@chromium.org2014-01-104-66/+30
* Win: add UMA instrumentation for inertial sensors.timvolodine@chromium.org2013-12-161-2/+10
* Mac&Linux: add UMA instrumentation for inertial sensors.timvolodine@chromium.org2013-12-132-0/+9
* Android: add UMA instrumentation for inertial sensors.timvolodine@chromium.org2013-12-101-1/+25
* Android: moves content/ to use long for JNI.bulach@chromium.org2013-11-181-1/+1
* Android: fix concurrency issue in DataFetcherImplAndroid.timvolodine@chromium.org2013-11-042-13/+51
* Android: set the "absolute" property for Device Orientation.timvolodine@chromium.org2013-10-252-7/+8
* Consolidate sensor fetch interval constant and increase fetch frequency to 20Hz.timvolodine@chromium.org2013-10-2110-84/+85
* Enable Device Orientation browser test.timvolodine@chromium.org2013-10-151-4/+1
* Delete unused code from browser/device_orientation.timvolodine@chromium.org2013-10-1522-2025/+14
* Move device_motion_hardware_buffer.h to device_orientation/ subdirectory.timvolodine@chromium.org2013-10-116-6/+6
* Fix Device Motion/Orientation browsertest flakyness.timvolodine@chromium.org2013-09-301-18/+17
* Disabled flaky DeviceInertialSensorBrowserTest.MotionTest.phoglund@chromium.org2013-09-301-1/+2
* New browser tests for Device Motion/Orientation.timvolodine@chromium.org2013-09-274-79/+194
* Mac: fix sensor data fetcher bug when accelerometer sensor is not available.timvolodine@chromium.org2013-09-241-2/+2
* Win: some fixes to the sensor data fetcher.timvolodine@chromium.org2013-09-192-74/+136
* Add zero-delay polling option to sensor data fetcher.timvolodine@chromium.org2013-09-173-3/+100
* Add default orientation data fetcher.timvolodine@chromium.org2013-09-171-7/+16
* Win: implement motion/orientation shared memory data fetcher.timvolodine@chromium.org2013-09-102-74/+210
* Win: implement shared memory Device Orientation fetcher.timvolodine@chromium.org2013-09-062-0/+215
* Fix TSan issues for data_fetcher_shared_memory_base_unittest.cc.timvolodine@chromium.org2013-09-051-7/+10
* Fix race condition in DataFetcherSharedMemoryBasetimvolodine@chromium.org2013-09-057-37/+35
* Make sure shared memory is always initialized after call to StartFetchingDevi...timvolodine@chromium.org2013-09-036-61/+85
* Mac: some fixes to make mac motion/orientation fetchers work.timvolodine@chromium.org2013-09-024-65/+142
* Mac: implement orientation/motion shared memory data fetcher.thakis@chromium.org2013-08-275-65/+257
* Android: implement Device Orientation shared memory fetcher.timvolodine@chromium.org2013-08-234-53/+164
* Implement inertial sensor service and shared memory data fetcher for device m...timvolodine@chromium.org2013-08-2215-510/+773
* [content shell] move browser process stuff into browser/ subdirjochen@chromium.org2013-08-201-1/+1
* Content changes for GetURL refactor.nasko@chromium.org2013-08-131-1/+1
* Fix |started_| variable for Device Motion Android data fetcher.timvolodine@chromium.org2013-08-091-2/+2
* Implement Device Orientation using shared memory in content/renderer.timvolodine@chromium.org2013-08-059-11/+217
* Remove unused Device Motion browser-side code.timvolodine@chromium.org2013-08-026-420/+1
* Implement PollingThread for Device Motion.timvolodine@chromium.org2013-07-316-17/+259
* Update include paths in content/browser for base/process changes.rsesek@chromium.org2013-07-231-1/+0
* Move Android data fetcher JNI registration to browser_jni_registrar.cc.timvolodine@chromium.org2013-07-193-7/+6
* Use a direct include of the message_loop header in content/, part 1.avi@chromium.org2013-07-182-2/+2
* Set Device Motion interval property for the Android platform.timvolodine@chromium.org2013-07-172-0/+8
* Use a direct include of the shared_memory header in content/browser/, content...avi@chromium.org2013-07-172-2/+2