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

Issue 2524873002: Rename WindowTreeHost G|SetBounds to indicate they are in pixels. (Closed)

Created:
4 years ago by riajiang
Modified:
4 years ago
Reviewers:
Mike West, sadrul, sky, nyquist
CC:
chromium-reviews, darin-cc_chromium.org, dtapuska+chromiumwatch_chromium.org, jam, jochen+watch_chromium.org, kalyank, mlamouri+watch-content_chromium.org, Peter Beverloo, sadrul, tfarina
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename WindowTreeHost G|SetBounds to indicate they are in pixels. BUG=664212 TEST=covered by tests Committed: https://crrev.com/dfdfc99ed90f23a71e37eca0320e2c2c687efa41 Cr-Commit-Position: refs/heads/master@{#434904}

Patch Set 1 #

Total comments: 9

Patch Set 2 : pixels; compiling errors #

Patch Set 3 : win #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -135 lines) Patch
M ash/display/display_manager_unittest.cc View 1 2 3 3 chunks +19 lines, -18 lines 0 comments Download
M ash/display/display_util.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M ash/display/extended_mouse_warp_controller.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ash/display/mirror_window_controller.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M ash/display/screen_position_controller.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M ash/display/screen_position_controller_unittest.cc View 1 2 chunks +10 lines, -8 lines 0 comments Download
M ash/display/unified_mouse_warp_controller.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M ash/display/window_tree_host_manager.cc View 1 2 3 3 chunks +6 lines, -3 lines 0 comments Download
M ash/host/ash_window_tree_host.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/host/ash_window_tree_host_platform.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/host/ash_window_tree_host_platform.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M ash/host/ash_window_tree_host_unified.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/host/ash_window_tree_host_unified.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ash/host/ash_window_tree_host_win.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/host/ash_window_tree_host_win.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ash/host/ash_window_tree_host_x11.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/host/ash_window_tree_host_x11.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ash/host/transformer_helper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/shell_unittest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M ash/wm/boot_splash_screen_chromeos.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M ash/wm/screen_dimmer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M blimp/engine/session/blimp_engine_session.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/touch_selection_controller_client_aura_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/shell_platform_data_aura.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/shell_views.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/mus/window_tree_client.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/mus/window_tree_client_unittest.cc View 1 2 3 5 chunks +6 lines, -6 lines 0 comments Download
M ui/aura/mus/window_tree_host_mus.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/mus/window_tree_host_mus.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M ui/aura/test/aura_test_helper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/window_tree_host.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/aura/window_tree_host.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M ui/aura/window_tree_host_platform.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/aura/window_tree_host_platform.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/aura/window_tree_host_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M ui/aura/window_tree_host_x11.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/aura/window_tree_host_x11.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/aura/window_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/mus/desktop_window_tree_host_mus.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/views/mus/desktop_window_tree_host_mus.cc View 1 2 3 5 chunks +7 lines, -6 lines 0 comments Download
M ui/views/mus/native_widget_mus.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/mus/native_widget_mus_unittest.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_native_widget_aura.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_win.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc View 1 2 3 5 chunks +9 lines, -9 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M ui/views/widget/desktop_aura/x11_desktop_window_move_client.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/widget/native_widget_aura_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/widget_interactive_uitest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/wm/core/capture_controller_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/wm/core/default_screen_position_client.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 35 (23 generated)
riajiang
Hi sky@, PTAL. Thanks!
4 years ago (2016-11-22 21:30:24 UTC) #4
sky
Can you add InPixels more widely? If you want to do this in steps, that's ...
4 years ago (2016-11-22 21:38:16 UTC) #8
riajiang
On 2016/11/22 21:38:16, sky wrote: > Can you add InPixels more widely? If you want ...
4 years ago (2016-11-22 22:33:21 UTC) #10
sky
LGTM
4 years ago (2016-11-22 23:33:32 UTC) #12
riajiang
+mkwst@ for content/shell and +dtrainor@ for blimp, thanks!
4 years ago (2016-11-22 23:36:06 UTC) #14
sadrul
> For other places in WindowTreeHost, I was > thinking > to have one CL ...
4 years ago (2016-11-23 03:08:20 UTC) #19
Mike West
//content/shell LGTM.
4 years ago (2016-11-23 09:43:30 UTC) #20
riajiang
-dtrainor@ and +nyquist@ as dtrainor@ is OOO
4 years ago (2016-11-23 15:34:55 UTC) #22
nyquist
blimp lgtm
4 years ago (2016-11-28 23:46:09 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2524873002/80001
4 years ago (2016-11-29 05:32:59 UTC) #30
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years ago (2016-11-29 05:38:23 UTC) #33
commit-bot: I haz the power
4 years ago (2016-11-29 05:40:24 UTC) #35
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/dfdfc99ed90f23a71e37eca0320e2c2c687efa41
Cr-Commit-Position: refs/heads/master@{#434904}

Powered by Google App Engine
This is Rietveld 408576698