summaryrefslogtreecommitdiffstats
path: root/content/browser/screen_orientation
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-212-10/+10
* Replace FINAL and OVERRIDE with their C++11 counterparts in contentmohan.reddy2014-10-094-12/+12
* ScreenOrientationProvider coverts the platform agnositc logic around locking/...jonross2014-10-086-309/+115
* Explicitely unlock screen orientation when navigating.mlamouri2014-09-192-0/+10
* Export ScreenOrientationProviderjonross2014-09-155-98/+35
* Replace overdraw_bottom_height with top_controls_layout_height.aelias@chromium.org2014-08-221-1/+1
* Disable Screen Orientation API on Win8.mlamouri@chromium.org2014-08-081-0/+30
* Poll for Display rotation on Android 4.0 and 4.1 when needed.mlamouri@chromium.org2014-08-084-0/+103
* Fix screen.orientation.lock() rejection and an integration test.mlamouri@chromium.org2014-08-073-3/+45
* Use WaitForResizeComplete() instead of waiting for first paint.mlamouri@chromium.org2014-08-051-8/+5
* Add integration tests for window.orientation.mlamouri@chromium.org2014-08-041-1/+38
* Enable Screen Orientation integration tests for Chrome OS and Android.mlamouri@chromium.org2014-08-041-5/+15
* Reduce potential flakyness of test by not requesting resize_ack.mlamouri@chromium.org2014-07-311-6/+1
* Some Screen Orientation related tests.mlamouri@chromium.org2014-07-291-0/+124
* Make ScreenOrientationProvider (Java) a bag of static methods.mlamouri@chromium.org2014-07-233-15/+5
* Cleanups in ScreenOrientationDispatcherHost.mlamouri@chromium.org2014-07-221-5/+5
* [screen-orientation] Don't always unlock when fullscreen state is left.mlamouri@chromium.org2014-07-221-4/+12
* Don't use WebLockOrientationCallback::OnSuccess() with arguments.mlamouri@chromium.org2014-07-211-10/+1
* [screen-orientation] Support 'natural' lock on Android.mlamouri@chromium.org2014-07-042-3/+49
* Add a flag in ContentViewCore to know whether screen lock requires fullscreen.mlamouri@chromium.org2014-07-011-1/+8
* Successfuly resolve a screen lock request when the orientation has changed.mlamouri@chromium.org2014-06-245-16/+120
* Screen lock on Android is tight to the fullscreen state.mlamouri@chromium.org2014-06-235-37/+179
* Use WebLockOrientationError instead of WebLockOrientationCallbackErrorType.mlamouri@chromium.org2014-06-231-1/+1
* Add mlamouri@ to content/browser/screen_orientation/OWNERS.mlamouri@chromium.org2014-06-171-0/+1
* Properly route screen orientation IPC messages.mlamouri@chromium.org2014-06-173-209/+36
* Revert of Properly route screen orientation IPC messages. (https://codereview...tkent@chromium.org2014-06-163-55/+36
* Properly route screen orientation IPC messages.mlamouri@chromium.org2014-06-153-36/+55
* Basic Promise-based lockOrientation() implementation in content/.mlamouri@chromium.org2014-06-053-17/+100
* Revert of Basic Promise-based lockOrientation() implementation in content/. (...machenbach@chromium.org2014-06-053-101/+10
* Basic Promise-based lockOrientation() implementation in content/.mlamouri@chromium.org2014-06-053-10/+101
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-163-16/+7
* Update Chrome code to use new WebScreenOrientation types.mlamouri@chromium.org2014-04-166-42/+35
* Fix screen orientation headers guard names.mlamouri@chromium.org2014-03-143-9/+9
* Implement ScreenOrientationProvider for Chrome Android.mlamouri@chromium.org2014-03-144-0/+89
* Chromium plumbing for Screen Orientation API lock/unlock.mlamouri@chromium.org2014-02-284-6/+214
* Chromium plumbing for Screen Orientation API orientationchange events. mlamouri@chromium.org2014-02-272-0/+57
* Revert of Chromium plumbing for Screen Orientation API orientationchange even...acleung@chromium.org2014-02-252-56/+0
* Chromium plumbing for Screen Orientation API orientationchange events.mlamouri@chromium.org2014-02-242-0/+56