summaryrefslogtreecommitdiffstats
path: root/content/browser/screen_orientation
Commit message (Expand)AuthorAgeFilesLines
* [Android] Disable ScreenOrientationLockDisabledBrowserTest.NotSupportedjbudorick2015-06-131-1/+3
* Update Blink's screen orientation path in Chromium.mlamouri2015-06-082-3/+3
* Rename content::RenderWidget::is_fullscreen() methodmikhail.pozdnyakov2015-04-141-1/+1
* Disable Screen Orientation API locking ability for WebView.mlamouri2015-03-261-0/+26
* Disable ScreenOrientationBrowserTest.[Screen,Window]OrientationChangekjellander2015-03-181-2/+16
* Add WaitForResizeComplete for Androidjaekyun2015-03-111-6/+4
* Cleanup: Fix content header include guards.tfarina2015-02-272-4/+4
* cc: Remove the unused compositor thread variable and interface.danakj2015-02-231-8/+0
* Disables ScreenOrientationBrowserTest.LockSmoke test due to flakes on multipl...dewittj2015-02-111-8/+2
* Update {virtual,override,final} to follow C++11 style.dcheng2015-02-042-3/+3
* Disable ScreenOrientationBrowserTest.LockSmoke on Android.fdegans2015-01-201-3/+3
* Re-enable ScreenOrientationBrowserTest.LockSmoke on non-Mac targets.mlamouri2015-01-151-1/+9
* Disable ScreenOrientationBrowserTest.LockSmokezmo2015-01-141-1/+1
* Allow changing top controls heightdtrainor2014-12-041-1/+2
* Reland ScreenOrientationDelegate on ChromeOSjonross2014-11-132-6/+7
* Revert "Implement ScreenOrientationDelegate on ChromeOS"tbarzic2014-11-122-7/+6
* Implement ScreenOrientationDelegate on ChromeOSjonross2014-11-122-6/+7
* Tests for CL 647933003.mlamouri2014-11-011-5/+26
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-1/+1
* 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