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
*
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
*
Implement Android shared memory data fetcher for Device Motion.
timvolodine@chromium.org
2013-07-13
12
-52
/
+447
*
Implement the content/renderer and content/browser part of the Device Motion ...
timvolodine@chromium.org
2013-07-11
4
-0
/
+228
*
Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-13
1
-2
/
+2
*
Additions to the Android java-side Device Motion/Orientation fetching
timvolodine@chromium.org
2013-06-13
2
-0
/
+8
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
5
-64
/
+66
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
2
-50
/
+49
*
content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-1
/
+1
*
Implement DeviceOrientation API on Windows
sail@chromium.org
2013-04-19
4
-0
/
+263
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
3
-4
/
+4
*
Move MessageLoop to base namespace.
brettw@chromium.org
2013-03-31
1
-1
/
+3
*
Implement the java-side browser sensor polling for device motion and device o...
timvolodine@chromium.org
2013-03-26
3
-16
/
+48
*
Fix the device orientation premature DeviceData deletion concurrency issue
timvolodine@chromium.org
2013-03-23
2
-6
/
+5
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Fix for a DCHECK in device orientation Android code.
jcivelli@chromium.org
2013-02-14
2
-17
/
+10
*
Linux/ChromeOS Chromium style checker cleanup, content/ edition.
rsleevi@chromium.org
2013-02-12
2
-4
/
+5
*
MotionAlwaysFires is FLAKY.
vitalybuka@chromium.org
2013-02-06
1
-1
/
+1
*
Preparing content/ for the removal of scoped_refptr::release()
piman@chromium.org
2012-12-06
1
-1
/
+2
*
Move debugger and appcache to the content namespace.
jam@chromium.org
2012-10-24
6
-13
/
+14
*
Android: lazy initialization for method id.
bulach@chromium.org
2012-10-16
1
-1
/
+0
*
Cleanup: IWYU for base/time.h. Also fix misc lint errors.
thestig@chromium.org
2012-10-10
1
-1
/
+0
*
Call Stop() from all destructors of base::Thread subclasses (except for a cou...
pkasting@chromium.org
2012-10-03
1
-1
/
+1
*
Implements part of DeviceMotion in the browser
aousterh@chromium.org
2012-08-16
8
-4
/
+428
*
Removes unnecessary namespace qualifier in device_orientation
aousterh@chromium.org
2012-08-16
5
-11
/
+5
*
Moves device_orientation to content namespace
aousterh@chromium.org
2012-08-15
20
-40
/
+40
*
AccelerometerMac::GetOrientation(): Fix return statement.
hans@chromium.org
2012-08-08
1
-1
/
+1
*
Refactors DeviceOrientation to make it more extensible
aousterh@chromium.org
2012-08-03
19
-471
/
+837
*
Changes ProviderImpl to use a single DataFetcherFactory instead of a
aousterh@chromium.org
2012-08-02
4
-29
/
+19
*
TSAN: Stop PollingThread before deleting it to avoid race on changing virtual...
paivanof@gmail.com
2012-08-01
1
-0
/
+1
*
TSAN: Speculative fix for race errors in DeviceOrientationProviderTest.
thestig@chromium.org
2012-07-31
1
-2
/
+3
*
device_orientation::ProviderImpl to stop polling thread asynchronously
paivanof@gmail.com
2012-07-31
3
-127
/
+192
*
Remove all the chrome exceptions in content's DEPS that were there for browse...
jam@chromium.org
2012-07-30
1
-3
/
+0
*
Move over a bunch of tests from browser_tests to content_browsertests.
jam@chromium.org
2012-07-26
1
-16
/
+9
*
Uses gyp "rules" rather than "actions" templates for the JNI generator.
bulach@chromium.org
2012-07-19
1
-1
/
+1
*
Remove #pragma once from content
ajwong@chromium.org
2012-07-11
2
-2
/
+0
[next]