index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
device_orientation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename device_orientation to device_sensors
rijubrata.bhaumik@intel.com
2014-04-22
21
-2750
/
+0
*
Android: disable flaky device_inertial_sensor_browsertest.
timvolodine@chromium.org
2014-04-08
1
-2
/
+8
*
Android: disable failing device_inertial_sensor_browsertest.
timvolodine@chromium.org
2014-04-07
1
-1
/
+7
*
Add end-to-end browser tests for Device Motion/Orientation null-events.
timvolodine@chromium.org
2014-04-04
1
-6
/
+104
*
Mac: fix Device Orientation absolute property and handle the no-sensor case.
timvolodine@chromium.org
2014-03-27
1
-11
/
+26
*
Move ContentBrowserTest class to content/public, since it's used by component...
jam@chromium.org
2014-03-27
1
-2
/
+2
*
Allow MessageFilters to restrict listening to specific message classes
jdduke@chromium.org
2014-02-26
2
-2
/
+4
*
Move DeviceMotionAndOrientation off Activity Context
dtrainor@chromium.org
2014-02-21
1
-1
/
+3
*
Revert "Allow MessageFilters to restrict listening to specific message classes"
jdduke@chromium.org
2014-02-21
2
-4
/
+2
*
Remove --disable-device-motion and --disable-device-orientation flags from ch...
timvolodine@chromium.org
2014-02-18
1
-6
/
+0
*
Allow MessageFilters to restrict listening to specific message classes
jdduke@chromium.org
2014-02-16
2
-2
/
+4
*
Android: rename DataFetcherImplAndroid -> SensorManagerAndroid.
timvolodine@chromium.org
2014-02-14
4
-78
/
+74
*
Android: remove device_data.h from browser/device_orientation/
timvolodine@chromium.org
2014-01-10
4
-66
/
+30
*
Win: add UMA instrumentation for inertial sensors.
timvolodine@chromium.org
2013-12-16
1
-2
/
+10
*
Mac&Linux: add UMA instrumentation for inertial sensors.
timvolodine@chromium.org
2013-12-13
2
-0
/
+9
*
Android: add UMA instrumentation for inertial sensors.
timvolodine@chromium.org
2013-12-10
1
-1
/
+25
*
Android: moves content/ to use long for JNI.
bulach@chromium.org
2013-11-18
1
-1
/
+1
*
Android: fix concurrency issue in DataFetcherImplAndroid.
timvolodine@chromium.org
2013-11-04
2
-13
/
+51
*
Android: set the "absolute" property for Device Orientation.
timvolodine@chromium.org
2013-10-25
2
-7
/
+8
*
Consolidate sensor fetch interval constant and increase fetch frequency to 20Hz.
timvolodine@chromium.org
2013-10-21
10
-84
/
+85
*
Enable Device Orientation browser test.
timvolodine@chromium.org
2013-10-15
1
-4
/
+1
*
Delete unused code from browser/device_orientation.
timvolodine@chromium.org
2013-10-15
22
-2025
/
+14
*
Move device_motion_hardware_buffer.h to device_orientation/ subdirectory.
timvolodine@chromium.org
2013-10-11
6
-6
/
+6
*
Fix Device Motion/Orientation browsertest flakyness.
timvolodine@chromium.org
2013-09-30
1
-18
/
+17
*
Disabled flaky DeviceInertialSensorBrowserTest.MotionTest.
phoglund@chromium.org
2013-09-30
1
-1
/
+2
*
New browser tests for Device Motion/Orientation.
timvolodine@chromium.org
2013-09-27
4
-79
/
+194
*
Mac: fix sensor data fetcher bug when accelerometer sensor is not available.
timvolodine@chromium.org
2013-09-24
1
-2
/
+2
*
Win: some fixes to the sensor data fetcher.
timvolodine@chromium.org
2013-09-19
2
-74
/
+136
*
Add zero-delay polling option to sensor data fetcher.
timvolodine@chromium.org
2013-09-17
3
-3
/
+100
*
Add default orientation data fetcher.
timvolodine@chromium.org
2013-09-17
1
-7
/
+16
*
Win: implement motion/orientation shared memory data fetcher.
timvolodine@chromium.org
2013-09-10
2
-74
/
+210
*
Win: implement shared memory Device Orientation fetcher.
timvolodine@chromium.org
2013-09-06
2
-0
/
+215
*
Fix TSan issues for data_fetcher_shared_memory_base_unittest.cc.
timvolodine@chromium.org
2013-09-05
1
-7
/
+10
*
Fix race condition in DataFetcherSharedMemoryBase
timvolodine@chromium.org
2013-09-05
7
-37
/
+35
*
Make sure shared memory is always initialized after call to StartFetchingDevi...
timvolodine@chromium.org
2013-09-03
6
-61
/
+85
*
Mac: some fixes to make mac motion/orientation fetchers work.
timvolodine@chromium.org
2013-09-02
4
-65
/
+142
*
Mac: implement orientation/motion shared memory data fetcher.
thakis@chromium.org
2013-08-27
5
-65
/
+257
*
Android: implement Device Orientation shared memory fetcher.
timvolodine@chromium.org
2013-08-23
4
-53
/
+164
*
Implement inertial sensor service and shared memory data fetcher for device m...
timvolodine@chromium.org
2013-08-22
15
-510
/
+773
*
[content shell] move browser process stuff into browser/ subdir
jochen@chromium.org
2013-08-20
1
-1
/
+1
*
Content changes for GetURL refactor.
nasko@chromium.org
2013-08-13
1
-1
/
+1
*
Fix |started_| variable for Device Motion Android data fetcher.
timvolodine@chromium.org
2013-08-09
1
-2
/
+2
*
Implement Device Orientation using shared memory in content/renderer.
timvolodine@chromium.org
2013-08-05
9
-11
/
+217
*
Remove unused Device Motion browser-side code.
timvolodine@chromium.org
2013-08-02
6
-420
/
+1
*
Implement PollingThread for Device Motion.
timvolodine@chromium.org
2013-07-31
6
-17
/
+259
*
Update include paths in content/browser for base/process changes.
rsesek@chromium.org
2013-07-23
1
-1
/
+0
*
Move Android data fetcher JNI registration to browser_jni_registrar.cc.
timvolodine@chromium.org
2013-07-19
3
-7
/
+6
*
Use a direct include of the message_loop header in content/, part 1.
avi@chromium.org
2013-07-18
2
-2
/
+2
*
Set Device Motion interval property for the Android platform.
timvolodine@chromium.org
2013-07-17
2
-0
/
+8
*
Use a direct include of the shared_memory header in content/browser/, content...
avi@chromium.org
2013-07-17
2
-2
/
+2
[next]