summaryrefslogtreecommitdiffstats
path: root/chrome/browser/device_orientation
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-4/+4
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Almost done deinlining virtual methods.erg@google.com2010-12-162-7/+4
* Cleanup: Remove unneeded browser_thread.h usage.thestig@chromium.org2010-12-131-2/+4
* Switch a bunch of remaining filters to derive from BrowserMessageFilters so t...jam@chromium.org2010-12-132-42/+34
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+2
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-2/+1
* Cleanup: Include browser.h -> ui/browser.h [Part 3].jhawkins@chromium.org2010-11-161-1/+1
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-093-5/+5
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-123-3/+3
* Rename ChromeThread to BrowserThread Part9:tfarina@chromium.org2010-10-092-4/+4
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-232-6/+10
* Fix DeviceOrientationProviderTest.ObserverNotRemoved.hans@chromium.org2010-09-021-0/+4
* Added tested and corrected accelerometer support for the following MacBook / ...hans@chromium.org2010-08-272-47/+69
* Fix DeviceOrientationProviderTest.hans@chromium.org2010-08-275-92/+95
* Enable device orientation by default.hans@chromium.org2010-08-272-35/+1
* Mark test as DISABLED after it crashed twice.dmazzoni@chromium.org2010-08-261-1/+2
* Adding MacBook Pro accelerometer support.hans@chromium.org2010-08-263-1/+448
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* device_orientation::DispatcherHost: one Provider observer per render_view_id.hans@chromium.org2010-08-243-39/+74
* Implement device_orientation::Provider.hans@chromium.org2010-08-237-8/+697
* Chromium plumbing for Device Orientation.hans@chromium.org2010-08-116-0/+320
* Fix win build errors. Don't initialize FilePath with const char*.hans@chromium.org2010-07-221-3/+3
* Add --enable-device-orientation switch and set ENABLE_DEVICE_ORIENTATION=1hans@chromium.org2010-07-221-0/+34