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

Issue 9960042: Refactor screen/monitor so that gfx::Screen returns monitor object. (Closed)

Created:
8 years, 8 months ago by oshima
Modified:
8 years, 8 months ago
CC:
chromium-reviews, MAD, jennb, sadrul, nkostylev+watch_chromium.org, ben+watch_chromium.org, yusukes+watch_chromium.org, Ilya Sherman, jam, Dmitry Titov, dcheng, penghuang+watch_chromium.org, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, jianli, Dmitry Lomov (no reviews), James Su, stevenjb+watch_chromium.org, Andrei, davemoore+watch_chromium.org, jar (doing other things)
Visibility:
Public.

Description

* Separated implementation class from gfx::Screen * Moved Monitor class to gfx/. * Converted all use of gfx::Screen to match new API BUG=115347, 111990 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=133961

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : DeviceScaleFactor #

Total comments: 2

Patch Set 5 : cleanup #

Patch Set 6 : fix command line #

Total comments: 20

Patch Set 7 : addressed comment, sync #

Patch Set 8 : sync #

Total comments: 2

Patch Set 9 : sync #

Patch Set 10 : for try #

Patch Set 11 : . #

Total comments: 9

Patch Set 12 : fix #

Patch Set 13 : sync #

Patch Set 14 : fix test #

Patch Set 15 : adjust tests #

Patch Set 16 : . #

Patch Set 17 : sync #

Patch Set 18 : sync #

Patch Set 19 : cleanup #

Total comments: 18

Patch Set 20 : . #

Patch Set 21 : sync #

Patch Set 22 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+949 lines, -922 lines) Patch
M ash/app_list/app_list.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M ash/app_list/app_list_view.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -2 lines 0 comments Download
M ash/monitor/monitor_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +7 lines, -4 lines 0 comments Download
M ash/monitor/monitor_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +17 lines, -18 lines 0 comments Download
M ash/monitor/multi_monitor_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +19 lines, -11 lines 0 comments Download
M ash/monitor/multi_monitor_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 6 chunks +76 lines, -61 lines 0 comments Download
M ash/monitor/multi_monitor_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 8 chunks +28 lines, -29 lines 0 comments Download
M ash/screen_ash.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +12 lines, -14 lines 0 comments Download
M ash/screen_ash.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +25 lines, -32 lines 0 comments Download
M ash/shell.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +6 lines, -5 lines 0 comments Download
M ash/system/tray/system_tray.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M ash/tooltips/tooltip_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/base_layout_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +6 lines, -6 lines 0 comments Download
M ash/wm/base_layout_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +15 lines, -10 lines 0 comments Download
M ash/wm/root_window_event_filter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -2 lines 0 comments Download
M ash/wm/shelf_layout_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +3 lines, -2 lines 0 comments Download
M ash/wm/shelf_layout_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 10 chunks +22 lines, -19 lines 0 comments Download
M ash/wm/toplevel_window_event_filter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +5 lines, -4 lines 0 comments Download
M ash/wm/window_animations.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -1 line 0 comments Download
M ash/wm/window_resizer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +4 lines, -4 lines 0 comments Download
M ash/wm/workspace/maximized_workspace.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/snap_sizer.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_event_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/workspace/workspace_event_filter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -3 lines 0 comments Download
M ash/wm/workspace/workspace_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_window_resizer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/input_method/candidate_window.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/helper.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/webui_screen_locker.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/media/media_player.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/ui/setting_level_bubble.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/metrics/metrics_log.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/balloon_collection_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/browser_window_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/panels/display_settings_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/panels/panel_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/pdf/pdf_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/tabs/dock_info_win.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/accessibility_event_router_views_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/ash/window_positioner.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/ash/window_positioner_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/chrome_views_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_dialog.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/fullscreen_exit_bubble_views.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/keyboard_overlay_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/keyboard_overlay_dialog_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/status_bubble_views.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/default_tab_drag_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller2.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller2_interactive_uitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/virtual_keyboard/virtual_keyboard_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/window_sizer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/window_sizer_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/browser_with_test_window_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -6 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +7 lines, -11 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/test_renderer_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -6 lines 0 comments Download
M ui/aura/aura.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
D ui/aura/monitor.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -72 lines 0 comments Download
D ui/aura/monitor.cc View 1 2 3 4 5 6 1 chunk +0 lines, -24 lines 0 comments Download
M ui/aura/monitor_change_observer_x11.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 5 chunks +14 lines, -10 lines 0 comments Download
M ui/aura/monitor_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +17 lines, -25 lines 0 comments Download
M ui/aura/monitor_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 4 chunks +9 lines, -8 lines 0 comments Download
A ui/aura/monitor_observer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +35 lines, -0 lines 0 comments Download
A ui/aura/monitor_observer.cc View 1 2 3 4 5 6 7 8 1 chunk +12 lines, -0 lines 0 comments Download
M ui/aura/root_window.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -2 lines 0 comments Download
M ui/aura/root_window_host_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -2 lines 0 comments Download
M ui/aura/single_monitor_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +10 lines, -8 lines 0 comments Download
M ui/aura/single_monitor_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +20 lines, -24 lines 0 comments Download
M ui/aura/test/aura_test_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -6 lines 0 comments Download
M ui/aura/test/test_screen.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +13 lines, -18 lines 0 comments Download
M ui/aura/test/test_screen.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +16 lines, -25 lines 0 comments Download
M ui/aura/window_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +4 lines, -3 lines 0 comments Download
A ui/gfx/monitor.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +76 lines, -0 lines 0 comments Download
A ui/gfx/monitor.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +45 lines, -0 lines 0 comments Download
A ui/gfx/monitor_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +29 lines, -0 lines 0 comments Download
M ui/gfx/screen.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +15 lines, -49 lines 0 comments Download
M ui/gfx/screen_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +3 lines, -2 lines 0 comments Download
D ui/gfx/screen_ash.cc View 1 chunk +0 lines, -104 lines 0 comments Download
A ui/gfx/screen_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +67 lines, -0 lines 0 comments Download
M ui/gfx/screen_aurax11.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +36 lines, -47 lines 0 comments Download
M ui/gfx/screen_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +56 lines, -61 lines 0 comments Download
A ui/gfx/screen_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +33 lines, -0 lines 0 comments Download
M ui/gfx/screen_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 4 chunks +33 lines, -26 lines 0 comments Download
M ui/gfx/screen_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -3 lines 0 comments Download
M ui/gfx/screen_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 4 chunks +34 lines, -51 lines 0 comments Download
M ui/ui.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +4 lines, -1 line 0 comments Download
M ui/ui_unittests.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/bubble/bubble_frame_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/menu/menu_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/test/views_test_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +2 lines, -6 lines 0 comments Download
M ui/views/touchui/touch_selection_controller_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/native_widget_aura.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -2 lines 0 comments Download
M ui/views/widget/native_widget_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 5 chunks +12 lines, -14 lines 0 comments Download
M ui/views/widget/native_widget_aura_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -6 lines 0 comments Download
M ui/views/widget/native_widget_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/tooltip_manager_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/tooltip_manager_win.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/widget.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 19 (0 generated)
oshima
David, Elliot can you review screen_mac/screen_gtk changes? I'm changing gfx::Screen to return Monitor object and ...
8 years, 8 months ago (2012-04-09 21:08:39 UTC) #1
Elliot Glaysher
lgtm, i guess I'm a bit worried about users grabbing the Monitor object and using ...
8 years, 8 months ago (2012-04-09 21:42:23 UTC) #2
dhollowa
LGTM w/ question. https://chromiumcodereview.appspot.com/9960042/diff/3054/ui/gfx/screen_mac.mm File ui/gfx/screen_mac.mm (right): https://chromiumcodereview.appspot.com/9960042/diff/3054/ui/gfx/screen_mac.mm#newcode45 ui/gfx/screen_mac.mm:45: static gfx::SimpleMonitor* monitor = new gfx::SimpleMonitor(); ...
8 years, 8 months ago (2012-04-09 23:41:36 UTC) #3
oshima
>I'm a bit worried about users grabbing the Monitor object and using it after >bounds ...
8 years, 8 months ago (2012-04-10 00:09:07 UTC) #4
oshima
Ben, please review the entire CL except for screen_mac.mm and screen_gtk.cc.
8 years, 8 months ago (2012-04-10 00:21:34 UTC) #5
Ben Goodger (Google)
https://chromiumcodereview.appspot.com/9960042/diff/2006/ui/gfx/monitor.h File ui/gfx/monitor.h (right): https://chromiumcodereview.appspot.com/9960042/diff/2006/ui/gfx/monitor.h#newcode29 ui/gfx/monitor.h:29: // standard monitors (which is around 100~120dpi.) For aura, ...
8 years, 8 months ago (2012-04-10 16:37:20 UTC) #6
Fady Samuel
A couple of drive-by general comments. They're not necessary related to this particular change. Feel ...
8 years, 8 months ago (2012-04-10 16:58:09 UTC) #7
oshima
Uploaded new patch. PTAL. http://codereview.chromium.org/9960042/diff/2006/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (left): http://codereview.chromium.org/9960042/diff/2006/content/browser/renderer_host/render_widget_host_view_aura.cc#oldcode1256 content/browser/renderer_host/render_widget_host_view_aura.cc:1256: // TODO(derat): Don't hardcode this? ...
8 years, 8 months ago (2012-04-10 21:31:46 UTC) #8
Ben Goodger (Google)
http://codereview.chromium.org/9960042/diff/14001/ui/gfx/screen_win.cc File ui/gfx/screen_win.cc (right): http://codereview.chromium.org/9960042/diff/14001/ui/gfx/screen_win.cc#newcode23 ui/gfx/screen_win.cc:23: gfx::Monitor* GetEmptyMonitor() { So even though you say it's ...
8 years, 8 months ago (2012-04-11 21:05:58 UTC) #9
oshima
http://codereview.chromium.org/9960042/diff/14001/ui/gfx/screen_win.cc File ui/gfx/screen_win.cc (right): http://codereview.chromium.org/9960042/diff/14001/ui/gfx/screen_win.cc#newcode23 ui/gfx/screen_win.cc:23: gfx::Monitor* GetEmptyMonitor() { On 2012/04/11 21:05:58, Ben Goodger (Google) ...
8 years, 8 months ago (2012-04-11 22:05:06 UTC) #10
oshima
Uploaded new patch. PTAL. * Made gfx::Monitor POD like object. * Moved MonitorObserver back to ...
8 years, 8 months ago (2012-04-13 19:43:01 UTC) #11
Ben Goodger (Google)
http://codereview.chromium.org/9960042/diff/32002/ui/aura/monitor_aura.h File ui/aura/monitor_aura.h (right): http://codereview.chromium.org/9960042/diff/32002/ui/aura/monitor_aura.h#newcode20 ui/aura/monitor_aura.h:20: class AURA_EXPORT MonitorAura { What's the purpose of this ...
8 years, 8 months ago (2012-04-13 19:57:19 UTC) #12
oshima
http://codereview.chromium.org/9960042/diff/32002/ui/aura/monitor_aura.h File ui/aura/monitor_aura.h (right): http://codereview.chromium.org/9960042/diff/32002/ui/aura/monitor_aura.h#newcode20 ui/aura/monitor_aura.h:20: class AURA_EXPORT MonitorAura { On 2012/04/13 19:57:19, Ben Goodger ...
8 years, 8 months ago (2012-04-13 21:18:40 UTC) #13
oshima
Uploaded new patch. PTAL. - I kept Monitor class as discussed. - aura::MonitorAura is merged ...
8 years, 8 months ago (2012-04-14 15:23:36 UTC) #14
oshima
Ping? I updated screen_aurax11 to match new API. This needs to be converted to a ...
8 years, 8 months ago (2012-04-24 16:28:17 UTC) #15
Elliot Glaysher
On 2012/04/24 16:28:17, oshima wrote: > Ping? I updated screen_aurax11 to match new API. This ...
8 years, 8 months ago (2012-04-24 16:48:24 UTC) #16
Ben Goodger (Google)
My general comment given the simplicity of Monitor is to make it a type that ...
8 years, 8 months ago (2012-04-24 21:17:07 UTC) #17
oshima
http://codereview.chromium.org/9960042/diff/57001/ui/aura/monitor_manager.cc File ui/aura/monitor_manager.cc (right): http://codereview.chromium.org/9960042/diff/57001/ui/aura/monitor_manager.cc#newcode73 ui/aura/monitor_manager.cc:73: void MonitorManager::NotifyBoundsChanged(const gfx::Monitor* monitor) { On 2012/04/24 21:17:08, Ben ...
8 years, 8 months ago (2012-04-25 02:38:01 UTC) #18
Ben Goodger (Google)
8 years, 8 months ago (2012-04-25 19:38:03 UTC) #19
LGTM

Powered by Google App Engine
This is Rietveld 408576698