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

Issue 10210005: Ash/aura split: NativeWidgetAura::GetWindowScreenBounds() should return screen bounds. (Closed)

Created:
8 years, 8 months ago by Elliot Glaysher
Modified:
8 years, 8 months ago
Reviewers:
oshima, sky
CC:
chromium-reviews, Avi (use Gerrit), creis+watch_chromium.org, yusukes+watch_chromium.org, ben+watch_chromium.org, tfarina, brettw-cc_chromium.org, jam, penghuang+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, ajwong+watch_chromium.org, sadrul, James Su
Visibility:
Public.

Description

Ash/aura split: NativeWidgetAura::GetWindowScreenBounds() should return screen bounds. - Renames aura::Window::GetScreenBounds() to ::GetBoundsInRootWindow(), which is what it really does. - NativeWidgetAura now gives its NativeWidgetHelperAura a chance to modify those bounds. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133831

Patch Set 1 #

Total comments: 6

Patch Set 2 : Add comment for oshima #

Patch Set 3 : sky+oshima stuff #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -34 lines) Patch
M ash/tooltips/tooltip_controller.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ash/wm/video_detector.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/tab_contents/chrome_web_contents_view_delegate_views.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/hung_renderer_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/window_sizer_ash.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_contents_view_aura.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/aura/root_window.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/aura/root_window.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/aura/window.h View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
M ui/aura/window.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/window_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ui/oak/oak_aura_window_display.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M ui/views/widget/desktop_native_widget_helper_aura.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M ui/views/widget/desktop_native_widget_helper_aura.cc View 1 2 1 chunk +16 lines, -6 lines 0 comments Download
M ui/views/widget/native_widget_aura.cc View 4 chunks +12 lines, -6 lines 0 comments Download
M ui/views/widget/native_widget_helper_aura.h View 1 2 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Elliot Glaysher
8 years, 8 months ago (2012-04-24 21:40:19 UTC) #1
Elliot Glaysher
+sky
8 years, 8 months ago (2012-04-24 22:06:49 UTC) #2
sky
LGTM http://codereview.chromium.org/10210005/diff/1/ui/aura/window.h File ui/aura/window.h (right): http://codereview.chromium.org/10210005/diff/1/ui/aura/window.h#newcode139 ui/aura/window.h:139: // Returns the window's bounds in screen coordinates. ...
8 years, 8 months ago (2012-04-24 22:42:28 UTC) #3
oshima
LGTM http://codereview.chromium.org/10210005/diff/1/ui/aura/root_window.h File ui/aura/root_window.h (right): http://codereview.chromium.org/10210005/diff/1/ui/aura/root_window.h#newcode111 ui/aura/root_window.h:111: gfx::Point GetHostOrigin() const; can this be const gfx::Point& ...
8 years, 8 months ago (2012-04-24 23:04:15 UTC) #4
Elliot Glaysher
http://codereview.chromium.org/10210005/diff/1/ui/aura/root_window.h File ui/aura/root_window.h (right): http://codereview.chromium.org/10210005/diff/1/ui/aura/root_window.h#newcode111 ui/aura/root_window.h:111: gfx::Point GetHostOrigin() const; On 2012/04/24 23:04:15, oshima wrote: > ...
8 years, 8 months ago (2012-04-24 23:20:18 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erg@chromium.org/10210005/8002
8 years, 8 months ago (2012-04-24 23:22:39 UTC) #6
commit-bot: I haz the power
8 years, 8 months ago (2012-04-25 01:12:30 UTC) #7
Change committed as 133831

Powered by Google App Engine
This is Rietveld 408576698