Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Issue 8402002: Reenable triggering of screen rotations by sensors. (Closed)

Created:
9 years, 1 month ago by Ian Vollick
Modified:
9 years, 1 month ago
Reviewers:
sadrul, sky
CC:
chromium-reviews, nkostylev+watch_chromium.org, jonathan.backer, tfarina, piman+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, dhollowa
Visibility:
Public.

Description

Reenable triggering of screen rotations by sensors. Depends on http://codereview.chromium.org/8395046 BUG=None TEST=Visiting about:rotate?right, about:rotate?left, etc. should cause the appropriate screen rotations. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108889

Patch Set 1 : . #

Patch Set 2 : Added missing files. #

Total comments: 3

Patch Set 3 : Address reviewer comments. #

Patch Set 4 : Merge. #

Patch Set 5 : Merge #

Total comments: 1

Patch Set 6 : Address reviewer comments. #

Total comments: 1

Patch Set 7 : Address reviewer comments. #

Patch Set 8 : Gardening #

Unified diffs Side-by-side diffs Delta from patch set Stats (+305 lines, -257 lines) Patch
M build/common.gypi View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/chrome_browser_parts_touch.h View 1 2 3 4 5 1 chunk +29 lines, -0 lines 0 comments Download
A chrome/browser/chrome_browser_parts_touch.cc View 1 2 3 4 5 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 2 chunks +7 lines, -0 lines 0 comments Download
A chrome/browser/ui/touch/sensors/screen_orientation_listener.h View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/browser/ui/touch/sensors/screen_orientation_listener.cc View 1 2 1 chunk +106 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 2 chunks +4 lines, -0 lines 0 comments Download
M ui/aura/aura.gyp View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M ui/aura/desktop.cc View 1 2 3 4 4 chunks +29 lines, -47 lines 0 comments Download
D ui/aura/screen_rotation.h View 1 chunk +0 lines, -54 lines 0 comments Download
D ui/aura/screen_rotation.cc View 1 2 3 4 1 chunk +0 lines, -120 lines 0 comments Download
M ui/gfx/compositor/compositor.gyp View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gfx/compositor/layer_animator.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
A + ui/gfx/compositor/screen_rotation.h View 1 2 chunks +13 lines, -11 lines 0 comments Download
A + ui/gfx/compositor/screen_rotation.cc View 1 2 3 4 6 chunks +20 lines, -20 lines 0 comments Download
M views/desktop/desktop_window_view.h View 1 2 3 2 chunks +15 lines, -1 line 0 comments Download
M views/desktop/desktop_window_view.cc View 1 2 3 4 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Ian Vollick
9 years, 1 month ago (2011-10-26 20:16:36 UTC) #1
sadrul
I reviewed the changes in chrome/ and views/. Left some nits. Is the move of ...
9 years, 1 month ago (2011-10-28 16:24:18 UTC) #2
Ian Vollick
On 2011/10/28 16:24:18, sadrul wrote: > I reviewed the changes in chrome/ and views/. Left ...
9 years, 1 month ago (2011-10-28 17:07:27 UTC) #3
sadrul
On 2011/10/28 17:07:27, vollick wrote: > On 2011/10/28 16:24:18, sadrul wrote: > > I reviewed ...
9 years, 1 month ago (2011-10-28 17:17:17 UTC) #4
Ian Vollick
Will keep the screen_rotation code in ui/gfx/compositor so that it is available when USE_AURA == ...
9 years, 1 month ago (2011-10-28 20:51:51 UTC) #5
sky
On Fri, Oct 28, 2011 at 10:07 AM, <vollick@chromium.org> wrote: > On 2011/10/28 16:24:18, sadrul ...
9 years, 1 month ago (2011-10-28 21:42:34 UTC) #6
Ian Vollick
> >> Is the move of screen_rotation from aura/ to gfx/ necessary for this CL? ...
9 years, 1 month ago (2011-10-31 15:01:35 UTC) #7
sky
http://codereview.chromium.org/8402002/diff/14001/chrome/browser/ui/views/frame/opaque_browser_frame_view.cc File chrome/browser/ui/views/frame/opaque_browser_frame_view.cc (right): http://codereview.chromium.org/8402002/diff/14001/chrome/browser/ui/views/frame/opaque_browser_frame_view.cc#newcode229 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc:229: ScreenOrientationListener::GetInstance(); Could this (and the keyboard) be triggered from ...
9 years, 1 month ago (2011-11-03 22:34:04 UTC) #8
Ian Vollick
On 2011/11/03 22:34:04, sky wrote: > http://codereview.chromium.org/8402002/diff/14001/chrome/browser/ui/views/frame/opaque_browser_frame_view.cc > File chrome/browser/ui/views/frame/opaque_browser_frame_view.cc (right): > > http://codereview.chromium.org/8402002/diff/14001/chrome/browser/ui/views/frame/opaque_browser_frame_view.cc#newcode229 > ...
9 years, 1 month ago (2011-11-04 00:49:23 UTC) #9
sky
http://codereview.chromium.org/8402002/diff/18002/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): http://codereview.chromium.org/8402002/diff/18002/chrome/chrome_browser.gypi#newcode358 chrome/chrome_browser.gypi:358: 'browser/chrome_browser_parts_touch.cc', I think you'll need to exclude these for ...
9 years, 1 month ago (2011-11-04 04:15:29 UTC) #10
Ian Vollick
On 2011/11/04 04:15:29, sky wrote: > http://codereview.chromium.org/8402002/diff/18002/chrome/chrome_browser.gypi > File chrome/chrome_browser.gypi (right): > > http://codereview.chromium.org/8402002/diff/18002/chrome/chrome_browser.gypi#newcode358 > ...
9 years, 1 month ago (2011-11-04 05:07:58 UTC) #11
sky
LGTM
9 years, 1 month ago (2011-11-04 14:58:16 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vollick@chromium.org/8402002/25001
9 years, 1 month ago (2011-11-07 17:48:07 UTC) #13
commit-bot: I haz the power
9 years, 1 month ago (2011-11-07 19:26:32 UTC) #14
Change committed as 108889

Powered by Google App Engine
This is Rietveld 408576698