| Commit message (Expand) | Author | Age | Files | Lines |
* | Standardize usage of virtual/override/final in content/browser/ | dcheng | 2014-10-21 | 2 | -10/+10 |
* | Replace FINAL and OVERRIDE with their C++11 counterparts in content | mohan.reddy | 2014-10-09 | 4 | -12/+12 |
* | ScreenOrientationProvider coverts the platform agnositc logic around locking/... | jonross | 2014-10-08 | 6 | -309/+115 |
* | Explicitely unlock screen orientation when navigating. | mlamouri | 2014-09-19 | 2 | -0/+10 |
* | Export ScreenOrientationProvider | jonross | 2014-09-15 | 5 | -98/+35 |
* | Replace overdraw_bottom_height with top_controls_layout_height. | aelias@chromium.org | 2014-08-22 | 1 | -1/+1 |
* | Disable Screen Orientation API on Win8. | mlamouri@chromium.org | 2014-08-08 | 1 | -0/+30 |
* | Poll for Display rotation on Android 4.0 and 4.1 when needed. | mlamouri@chromium.org | 2014-08-08 | 4 | -0/+103 |
* | Fix screen.orientation.lock() rejection and an integration test. | mlamouri@chromium.org | 2014-08-07 | 3 | -3/+45 |
* | Use WaitForResizeComplete() instead of waiting for first paint. | mlamouri@chromium.org | 2014-08-05 | 1 | -8/+5 |
* | Add integration tests for window.orientation. | mlamouri@chromium.org | 2014-08-04 | 1 | -1/+38 |
* | Enable Screen Orientation integration tests for Chrome OS and Android. | mlamouri@chromium.org | 2014-08-04 | 1 | -5/+15 |
* | Reduce potential flakyness of test by not requesting resize_ack. | mlamouri@chromium.org | 2014-07-31 | 1 | -6/+1 |
* | Some Screen Orientation related tests. | mlamouri@chromium.org | 2014-07-29 | 1 | -0/+124 |
* | Make ScreenOrientationProvider (Java) a bag of static methods. | mlamouri@chromium.org | 2014-07-23 | 3 | -15/+5 |
* | Cleanups in ScreenOrientationDispatcherHost. | mlamouri@chromium.org | 2014-07-22 | 1 | -5/+5 |
* | [screen-orientation] Don't always unlock when fullscreen state is left. | mlamouri@chromium.org | 2014-07-22 | 1 | -4/+12 |
* | Don't use WebLockOrientationCallback::OnSuccess() with arguments. | mlamouri@chromium.org | 2014-07-21 | 1 | -10/+1 |
* | [screen-orientation] Support 'natural' lock on Android. | mlamouri@chromium.org | 2014-07-04 | 2 | -3/+49 |
* | Add a flag in ContentViewCore to know whether screen lock requires fullscreen. | mlamouri@chromium.org | 2014-07-01 | 1 | -1/+8 |
* | Successfuly resolve a screen lock request when the orientation has changed. | mlamouri@chromium.org | 2014-06-24 | 5 | -16/+120 |
* | Screen lock on Android is tight to the fullscreen state. | mlamouri@chromium.org | 2014-06-23 | 5 | -37/+179 |
* | Use WebLockOrientationError instead of WebLockOrientationCallbackErrorType. | mlamouri@chromium.org | 2014-06-23 | 1 | -1/+1 |
* | Add mlamouri@ to content/browser/screen_orientation/OWNERS. | mlamouri@chromium.org | 2014-06-17 | 1 | -0/+1 |
* | Properly route screen orientation IPC messages. | mlamouri@chromium.org | 2014-06-17 | 3 | -209/+36 |
* | Revert of Properly route screen orientation IPC messages. (https://codereview... | tkent@chromium.org | 2014-06-16 | 3 | -55/+36 |
* | Properly route screen orientation IPC messages. | mlamouri@chromium.org | 2014-06-15 | 3 | -36/+55 |
* | Basic Promise-based lockOrientation() implementation in content/. | mlamouri@chromium.org | 2014-06-05 | 3 | -17/+100 |
* | Revert of Basic Promise-based lockOrientation() implementation in content/. (... | machenbach@chromium.org | 2014-06-05 | 3 | -101/+10 |
* | Basic Promise-based lockOrientation() implementation in content/. | mlamouri@chromium.org | 2014-06-05 | 3 | -10/+101 |
* | Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th... | jam@chromium.org | 2014-05-16 | 3 | -16/+7 |
* | Update Chrome code to use new WebScreenOrientation types. | mlamouri@chromium.org | 2014-04-16 | 6 | -42/+35 |
* | Fix screen orientation headers guard names. | mlamouri@chromium.org | 2014-03-14 | 3 | -9/+9 |
* | Implement ScreenOrientationProvider for Chrome Android. | mlamouri@chromium.org | 2014-03-14 | 4 | -0/+89 |
* | Chromium plumbing for Screen Orientation API lock/unlock. | mlamouri@chromium.org | 2014-02-28 | 4 | -6/+214 |
* | Chromium plumbing for Screen Orientation API orientationchange events. | mlamouri@chromium.org | 2014-02-27 | 2 | -0/+57 |
* | Revert of Chromium plumbing for Screen Orientation API orientationchange even... | acleung@chromium.org | 2014-02-25 | 2 | -56/+0 |
* | Chromium plumbing for Screen Orientation API orientationchange events. | mlamouri@chromium.org | 2014-02-24 | 2 | -0/+56 |