summaryrefslogtreecommitdiffstats
path: root/content/browser/device_orientation
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement Android shared memory data fetcher for Device Motion.timvolodine@chromium.org2013-07-1312-52/+447
* Implement the content/renderer and content/browser part of the Device Motion ...timvolodine@chromium.org2013-07-114-0/+228
* Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-131-2/+2
* Additions to the Android java-side Device Motion/Orientation fetchingtimvolodine@chromium.org2013-06-132-0/+8
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-025-64/+66
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-042-50/+49
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Implement DeviceOrientation API on Windowssail@chromium.org2013-04-194-0/+263
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-173-4/+4
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-1/+3
* Implement the java-side browser sensor polling for device motion and device o...timvolodine@chromium.org2013-03-263-16/+48
* Fix the device orientation premature DeviceData deletion concurrency issuetimvolodine@chromium.org2013-03-232-6/+5
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Fix for a DCHECK in device orientation Android code.jcivelli@chromium.org2013-02-142-17/+10
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-122-4/+5
* MotionAlwaysFires is FLAKY.vitalybuka@chromium.org2013-02-061-1/+1
* Preparing content/ for the removal of scoped_refptr::release()piman@chromium.org2012-12-061-1/+2
* Move debugger and appcache to the content namespace.jam@chromium.org2012-10-246-13/+14
* Android: lazy initialization for method id.bulach@chromium.org2012-10-161-1/+0
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* Call Stop() from all destructors of base::Thread subclasses (except for a cou...pkasting@chromium.org2012-10-031-1/+1
* Implements part of DeviceMotion in the browseraousterh@chromium.org2012-08-168-4/+428
* Removes unnecessary namespace qualifier in device_orientationaousterh@chromium.org2012-08-165-11/+5
* Moves device_orientation to content namespaceaousterh@chromium.org2012-08-1520-40/+40
* AccelerometerMac::GetOrientation(): Fix return statement.hans@chromium.org2012-08-081-1/+1
* Refactors DeviceOrientation to make it more extensibleaousterh@chromium.org2012-08-0319-471/+837
* Changes ProviderImpl to use a single DataFetcherFactory instead of aaousterh@chromium.org2012-08-024-29/+19
* TSAN: Stop PollingThread before deleting it to avoid race on changing virtual...paivanof@gmail.com2012-08-011-0/+1
* TSAN: Speculative fix for race errors in DeviceOrientationProviderTest.thestig@chromium.org2012-07-311-2/+3
* device_orientation::ProviderImpl to stop polling thread asynchronouslypaivanof@gmail.com2012-07-313-127/+192
* Remove all the chrome exceptions in content's DEPS that were there for browse...jam@chromium.org2012-07-301-3/+0
* Move over a bunch of tests from browser_tests to content_browsertests.jam@chromium.org2012-07-261-16/+9
* Uses gyp "rules" rather than "actions" templates for the JNI generator.bulach@chromium.org2012-07-191-1/+1
* Remove #pragma once from contentajwong@chromium.org2012-07-112-2/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-101-1/+5
* Device Orientation Cleanupaousterh@chromium.org2012-07-047-123/+203
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-1/+2
* Rename MessageFilter to OrientationMessageFilter in device_orientationaousterh@chromium.org2012-06-282-19/+19
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-1/+4
* Use IPC::Sender and IPC::Listener in content.brettw@chromium.org2012-06-251-3/+3