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

Issue 11030017: Add context to gfx::Screen calls in support of simultaneous desktop+ash (Closed)

Created:
8 years, 2 months ago by scottmg
Modified:
8 years, 2 months ago
CC:
chromium-reviews, sadrul, yusukes+watch_chromium.org, derat+watch_chromium.org, ben+watch_chromium.org, tfarina, mazda+watch_chromium.org, cpu_(ooo_6.6-7.5)
Visibility:
Public.

Description

Makes gfx::Screen an instance, rather than a collection of static methods. This is in support of supporting separate Screen implementations on Aura for desktop and metro on Windows. Some callsites are not yet correct, and noted with a reference to the http://crbug.com/133312. As-is those sites will behave the same as before this patch, but may not be correct once desktop/metro can run simultaneously. BUG=133312 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=161644

Patch Set 1 #

Patch Set 2 : wip, need to fix gfx::Screen next #

Patch Set 3 : oh my, gfx::Screen #

Patch Set 4 : tidy #

Total comments: 1

Patch Set 5 : remove browser related changes, to make it only Screen related #

Patch Set 6 : add missing file #

Patch Set 7 : fix other os's #

Total comments: 8

Patch Set 8 : mac compile fix #

Total comments: 1

Patch Set 9 : more other os fixes #

Patch Set 10 : make Screen an instance #

Patch Set 11 : gtk #

Patch Set 12 : mac and ios #

Patch Set 13 : android, remove screen_impl, x11, gtk, cros #

Patch Set 14 : unittest fixes #

Patch Set 15 : ios, mac, android, x11 fixes #

Patch Set 16 : more fixes #

Patch Set 17 : android and cros tests #

Patch Set 18 : . #

Patch Set 19 : include order, remove unrelated change #

Patch Set 20 : win fix #

Total comments: 4

Patch Set 21 : review fixes #

Patch Set 22 : re-add ash:: for some in anon namespaces #

Patch Set 23 : rebase #

Patch Set 24 : fix some new gfx::Screen additions #

Total comments: 48

Patch Set 25 : review fixes #

Total comments: 10

Patch Set 26 : further fixes #

Patch Set 27 : rebase #

Patch Set 28 : non-aura fix #

Total comments: 6

Patch Set 29 : new android code #

Total comments: 4

Patch Set 30 : no parent to NWA, GetAshScreen->GetScreen #

Patch Set 31 : fix a few missed #

Patch Set 32 : fix more new additions #

Patch Set 33 : fix tab drag #

Patch Set 34 : rebase #

Patch Set 35 : fix new addition #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1070 lines, -711 lines) Patch
M ash/accelerators/accelerator_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -1 line 0 comments Download
M ash/dip_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +4 lines, -2 lines 0 comments Download
M ash/display/display_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +2 lines, -2 lines 0 comments Download
M ash/display/display_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 12 chunks +39 lines, -30 lines 0 comments Download
M ash/display/mouse_cursor_event_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 5 chunks +8 lines, -5 lines 0 comments Download
M ash/display/mouse_cursor_event_filter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +3 lines, -3 lines 0 comments Download
M ash/display/multi_display_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -1 line 0 comments Download
M ash/display/screen_position_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 3 chunks +6 lines, -8 lines 0 comments Download
M ash/display/screen_position_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 3 chunks +7 lines, -5 lines 0 comments Download
M ash/display/shared_display_edge_indicator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -1 line 0 comments Download
M ash/extended_desktop_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 4 chunks +9 lines, -9 lines 0 comments Download
M ash/keyboard_overlay/keyboard_overlay_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +4 lines, -0 lines 0 comments Download
M ash/keyboard_overlay/keyboard_overlay_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 5 chunks +7 lines, -2 lines 0 comments Download
M ash/keyboard_overlay/keyboard_overlay_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +4 lines, -0 lines 0 comments Download
M ash/keyboard_overlay/keyboard_overlay_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +6 lines, -2 lines 0 comments Download
M ash/launcher/overflow_bubble.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 3 chunks +3 lines, -2 lines 0 comments Download
M ash/screen_ash.h View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -2 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 20 21 22 23 24 25 26 27 28 29 2 chunks +7 lines, -3 lines 0 comments Download
M ash/screensaver/screensaver_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -1 line 0 comments Download
M ash/shell.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +4 lines, -0 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 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +7 lines, -1 line 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 21 22 23 24 25 26 27 28 29 30 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_background_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +3 lines, -0 lines 0 comments Download
M ash/system/tray/tray_bubble_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -1 line 0 comments Download
M ash/system/web_notification/web_notification_tray.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -1 line 0 comments Download
M ash/test/ash_test_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +2 lines, -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 21 22 23 24 25 26 27 28 29 2 chunks +4 lines, -4 lines 0 comments Download
M ash/touch/touch_observer_hud.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -1 line 0 comments Download
M ash/ui_controls_ash.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/base_layout_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 4 chunks +16 lines, -14 lines 0 comments Download
M ash/wm/coordinate_conversion.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +3 lines, -2 lines 0 comments Download
M ash/wm/frame_painter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/frame_painter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +2 lines, -1 line 0 comments Download
M ash/wm/gestures/bezel_gesture_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +4 lines, -2 lines 0 comments Download
M ash/wm/gestures/long_press_affordance_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +2 lines, -1 line 0 comments Download
M ash/wm/maximize_bubble_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -1 line 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 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -1 line 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 20 21 22 23 24 25 26 27 28 29 7 chunks +17 lines, -12 lines 0 comments Download
M ash/wm/system_gesture_event_filter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/system_modal_container_layout_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +3 lines, -2 lines 0 comments Download
M ash/wm/toplevel_window_event_handler_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 4 chunks +8 lines, -8 lines 0 comments Download
M ash/wm/window_animations.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +3 lines, -3 lines 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 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +4 lines, -4 lines 0 comments Download
M ash/wm/window_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +2 lines, -1 line 0 comments Download
M ash/wm/workspace/frame_maximize_button.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/workspace/multi_window_resize_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_event_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +2 lines, -1 line 0 comments Download
M ash/wm/workspace/workspace_event_handler_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/workspace/workspace_manager2_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -1 line 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 16 17 18 19 20 21 22 23 24 25 26 27 28 29 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 16 17 18 19 20 21 22 23 24 25 26 27 28 29 3 chunks +7 lines, -5 lines 0 comments Download
M ash/wm/workspace/workspace_window_resizer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 9 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/display/primary_display_switch_observer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/wallpaper_manager_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +4 lines, -1 line 0 comments Download
chrome/browser/chromeos/input_method/candidate_window.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 3 chunks +4 lines, -3 lines 0 comments Download
chrome/browser/chromeos/login/helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +2 lines, -1 line 0 comments Download
chrome/browser/chromeos/login/webui_screen_locker.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +2 lines, -1 line 0 comments Download
chrome/browser/chromeos/media/media_player.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +3 lines, -1 line 0 comments Download
chrome/browser/download/download_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -1 line 0 comments Download
chrome/browser/metrics/metrics_log.cc View 1 2 3 4 5 6 7 8 9 1 chunk +5 lines, -3 lines 0 comments Download
chrome/browser/notifications/balloon_collection_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +3 lines, -1 line 0 comments Download
chrome/browser/speech/speech_recognition_bubble.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -2 lines 0 comments Download
chrome/browser/thumbnails/thumbnail_tab_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +2 lines, -1 line 0 comments Download
chrome/browser/ui/ash/ash_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -0 lines 0 comments Download
chrome/browser/ui/ash/chrome_shell_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +3 lines, -3 lines 0 comments Download
chrome/browser/ui/ash/window_positioner.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +2 lines, -2 lines 0 comments Download
chrome/browser/ui/ash/window_positioner_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 4 chunks +8 lines, -4 lines 0 comments Download
chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -1 line 0 comments Download
chrome/browser/ui/gtk/browser_window_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +2 lines, -2 lines 0 comments Download
chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +7 lines, -4 lines 0 comments Download
chrome/browser/ui/panels/display_settings_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +9 lines, -4 lines 0 comments Download
chrome/browser/ui/panels/panel_and_desktop_notification_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -1 line 0 comments Download
chrome/browser/ui/panels/panel_mouse_watcher_timer.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
chrome/browser/ui/pdf/pdf_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 chunk +2 lines, -1 line 0 comments Download
chrome/browser/ui/startup/startup_browser_creator_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -1 line 0 comments Download
chrome/browser/ui/views/app_list/app_list_controller_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 2 chunks +3 lines, -2 lines 0 comments Download
chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +22 lines, -1 line 0 comments Download
chrome/browser/ui/views/bookmarks/bookmark_bar_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +4 lines, -2 lines 0 comments Download
chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc View 1 2 3 4 5 6 7 8 9 2 chunks +6 lines, -4 lines 0 comments Download
chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 0 comments Download
chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
chrome/browser/ui/views/chrome_views_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +2 lines, -2 lines 0 comments Download
chrome/browser/ui/views/extensions/extension_dialog.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +3 lines, -2 lines 0 comments Download
chrome/browser/ui/views/frame/app_non_client_frame_view_aura_browsertest.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
chrome/browser/ui/views/fullscreen_exit_bubble_views.cc View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -2 lines 0 comments Download
chrome/browser/ui/views/notifications/balloon_collection_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -1 line 0 comments Download
chrome/browser/ui/views/panels/panel_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +2 lines, -2 lines 0 comments Download
chrome/browser/ui/views/status_bubble_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +3 lines, -3 lines 0 comments Download
chrome/browser/ui/views/status_icons/status_tray_win.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
chrome/browser/ui/views/tabs/dock_info_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -2 lines 0 comments Download
chrome/browser/ui/views/tabs/tab_drag_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +7 lines, -0 lines 0 comments Download
chrome/browser/ui/views/tabs/tab_drag_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 3 chunks +4 lines, -2 lines 0 comments Download
chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 4 chunks +8 lines, -6 lines 0 comments Download
chrome/browser/ui/views/tabs/tab_strip.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +2 lines, -1 line 0 comments Download
chrome/browser/ui/webui/options/chromeos/display_options_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -1 line 0 comments Download
chrome/browser/ui/window_sizer/window_sizer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +11 lines, -4 lines 0 comments Download
chrome/browser/ui/window_sizer/window_sizer_ash.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +2 lines, -3 lines 0 comments Download
chrome/browser/ui/window_sizer/window_sizer_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
content/browser/android/content_view_core_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -1 line 0 comments Download
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 21 22 23 24 25 26 27 28 29 30 31 32 33 4 chunks +8 lines, -6 lines 0 comments Download
content/browser/renderer_host/render_widget_host_view_base.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -1 line 0 comments Download
content/browser/renderer_host/render_widget_host_view_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +4 lines, -3 lines 0 comments Download
content/browser/renderer_host/render_widget_host_view_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -1 line 0 comments Download
content/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +2 lines, -1 line 0 comments Download
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 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -1 line 0 comments Download
content/browser/web_contents/web_contents_drag_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -1 line 0 comments Download
content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +2 lines, -1 line 0 comments Download
content/browser/web_contents/web_contents_view_aura.cc View 1 2 3 4 5 6 7 8 9 6 chunks +12 lines, -6 lines 0 comments Download
content/browser/web_contents/web_contents_view_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +5 lines, -3 lines 0 comments Download
content/shell/shell_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +2 lines, -1 line 0 comments Download
ui/aura/desktop/desktop_screen.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -3 lines 0 comments Download
ui/aura/desktop/desktop_screen_win.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -3 lines 0 comments Download
ui/aura/desktop/desktop_screen_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +6 lines, -2 lines 0 comments Download
ui/aura/desktop/desktop_screen_x11.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +10 lines, -5 lines 0 comments Download
ui/aura/root_window_host_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +4 lines, -3 lines 0 comments Download
ui/aura/test/aura_test_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -1 line 0 comments Download
ui/aura/test/test_screen.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -3 lines 0 comments Download
ui/aura/test/test_screen.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +5 lines, -1 line 0 comments Download
ui/aura/window.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +6 lines, -6 lines 0 comments Download
ui/aura/window_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 7 chunks +26 lines, -13 lines 0 comments Download
ui/base/layout.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -2 lines 0 comments Download
ui/gfx/screen.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +31 lines, -16 lines 0 comments Download
ui/gfx/screen.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +53 lines, -0 lines 0 comments Download
ui/gfx/screen_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +45 lines, -23 lines 0 comments Download
ui/gfx/screen_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -53 lines 0 comments Download
ui/gfx/screen_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +94 lines, -74 lines 0 comments Download
ui/gfx/screen_impl.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -36 lines 0 comments Download
ui/gfx/screen_ios.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +57 lines, -12 lines 0 comments Download
ui/gfx/screen_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +90 lines, -75 lines 0 comments Download
ui/gfx/screen_type_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +28 lines, -0 lines 0 comments Download
ui/gfx/screen_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -2 lines 0 comments Download
ui/gfx/screen_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +63 lines, -59 lines 0 comments Download
ui/ui.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -1 line 0 comments Download
ui/views/bubble/bubble_frame_view.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -1 line 0 comments Download
ui/views/controls/button/custom_button.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
ui/views/controls/menu/menu_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +6 lines, -0 lines 0 comments Download
ui/views/controls/menu/menu_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 4 chunks +13 lines, -5 lines 0 comments Download
ui/views/controls/scrollbar/base_scroll_bar_button.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -1 line 0 comments Download
ui/views/drag_utils.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -2 lines 0 comments Download
ui/views/examples/content_client/examples_browser_main_parts.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -1 line 0 comments Download
ui/views/mouse_watcher.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -1 line 0 comments Download
ui/views/mouse_watcher_view_host.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
ui/views/touchui/touch_selection_controller_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 chunk +2 lines, -2 lines 0 comments Download
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 21 22 23 24 25 26 27 28 29 30 5 chunks +9 lines, -6 lines 0 comments Download
ui/views/widget/native_widget_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 chunk +2 lines, -1 line 0 comments Download
ui/views/widget/tooltip_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +8 lines, -4 lines 0 comments Download
ui/views/widget/tooltip_manager.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -2 lines 0 comments Download
ui/views/widget/tooltip_manager_aura.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -2 lines 0 comments Download
ui/views/widget/tooltip_manager_win.cc View 1 2 3 4 5 6 7 8 9 3 chunks +7 lines, -4 lines 0 comments Download
ui/views/widget/widget.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 25 (0 generated)
scottmg
(not ready for full review, just looking for some feedback) Feeling optimistic today, I thought ...
8 years, 2 months ago (2012-10-04 00:15:37 UTC) #1
Ben Goodger (Google)
yeah i suppose this is fine. i'll defer to oshima though wrt screen stuff in ...
8 years, 2 months ago (2012-10-04 15:38:37 UTC) #2
scottmg
On 2012/10/04 15:38:37, Ben Goodger (Google) wrote: > yeah i suppose this is fine. i'll ...
8 years, 2 months ago (2012-10-04 16:36:53 UTC) #3
Ben Goodger (Google)
ic. On Thu, Oct 4, 2012 at 9:36 AM, <scottmg@chromium.org> wrote: > On 2012/10/04 15:38:37, ...
8 years, 2 months ago (2012-10-04 16:43:11 UTC) #4
oshima
Thanks for writing this up. After looking at this, I now feel that it may ...
8 years, 2 months ago (2012-10-04 20:18:26 UTC) #5
Ben Goodger (Google)
Yeah perhaps this is inevitable. -Ben On Thu, Oct 4, 2012 at 1:18 PM, <oshima@chromium.org> ...
8 years, 2 months ago (2012-10-04 20:28:50 UTC) #6
scottmg
On 2012/10/04 20:18:26, oshima wrote: > Thanks for writing this up. > > After looking ...
8 years, 2 months ago (2012-10-04 21:07:29 UTC) #7
oshima
On Thu, Oct 4, 2012 at 2:07 PM, <scottmg@chromium.org> wrote: > On 2012/10/04 20:18:26, oshima ...
8 years, 2 months ago (2012-10-04 22:09:40 UTC) #8
scottmg
Hi oshima, could you please take another look now? I've reworked this change to have ...
8 years, 2 months ago (2012-10-08 21:20:45 UTC) #9
oshima
I'm still halfway through and looked at just under ash/. Can you remove ash:: namespace ...
8 years, 2 months ago (2012-10-09 00:26:14 UTC) #10
scottmg
thanks > Can you remove ash:: namespace from ash/ ? Done. (and same for some ...
8 years, 2 months ago (2012-10-09 04:30:47 UTC) #11
oshima
Mostly good. http://codereview.chromium.org/11030017/diff/51338/ash/keyboard_overlay/keyboard_overlay_delegate.cc File ash/keyboard_overlay/keyboard_overlay_delegate.cc (right): http://codereview.chromium.org/11030017/diff/51338/ash/keyboard_overlay/keyboard_overlay_delegate.cc#newcode84 ash/keyboard_overlay/keyboard_overlay_delegate.cc:84: const gfx::Rect& rect = ash::Shell::GetAshScreen()->GetDisplayNearestWindow( this class ...
8 years, 2 months ago (2012-10-10 17:58:22 UTC) #12
scottmg
Thank you for your thorough review. I didn't rebase yet, so the diff from patchset ...
8 years, 2 months ago (2012-10-10 19:04:46 UTC) #13
oshima
lgtm with nits http://codereview.chromium.org/11030017/diff/48322/ash/keyboard_overlay/keyboard_overlay_view.cc File ash/keyboard_overlay/keyboard_overlay_view.cc (right): http://codereview.chromium.org/11030017/diff/48322/ash/keyboard_overlay/keyboard_overlay_view.cc#newcode72 ash/keyboard_overlay/keyboard_overlay_view.cc:72: ash::KeyboardOverlayDelegate* delegate = new ash::KeyboardOverlayDelegate( Move ...
8 years, 2 months ago (2012-10-10 20:08:38 UTC) #14
scottmg
Thanks! https://codereview.chromium.org/11030017/diff/48322/ash/keyboard_overlay/keyboard_overlay_view.cc File ash/keyboard_overlay/keyboard_overlay_view.cc (right): https://codereview.chromium.org/11030017/diff/48322/ash/keyboard_overlay/keyboard_overlay_view.cc#newcode72 ash/keyboard_overlay/keyboard_overlay_view.cc:72: ash::KeyboardOverlayDelegate* delegate = new ash::KeyboardOverlayDelegate( On 2012/10/10 20:08:39, ...
8 years, 2 months ago (2012-10-10 20:52:00 UTC) #15
scottmg
ben, for OWNERS +jam, just for content/shell/shell_aura.cc OWNERS stamp.
8 years, 2 months ago (2012-10-10 20:53:41 UTC) #16
jam
lgtm
8 years, 2 months ago (2012-10-10 21:46:48 UTC) #17
Ben Goodger (Google)
https://codereview.chromium.org/11030017/diff/15732/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc File chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc (right): https://codereview.chromium.org/11030017/diff/15732/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc#newcode23 chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc:23: #if defined(OS_WIN) if !defined(OS_CHROMEOS) ? https://codereview.chromium.org/11030017/diff/15732/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc#newcode27 chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc:27: gfx::ScreenType GetScreenTypeForNativeView(gfx::NativeView ...
8 years, 2 months ago (2012-10-10 22:52:09 UTC) #18
scottmg
https://codereview.chromium.org/11030017/diff/15732/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc File chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc (right): https://codereview.chromium.org/11030017/diff/15732/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc#newcode23 chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc:23: #if defined(OS_WIN) On 2012/10/10 22:52:09, Ben Goodger (Google) wrote: ...
8 years, 2 months ago (2012-10-11 00:22:28 UTC) #19
Ben Goodger (Google)
lgtm
8 years, 2 months ago (2012-10-12 16:25:33 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/11030017/40544
8 years, 2 months ago (2012-10-12 16:30:20 UTC) #21
commit-bot: I haz the power
Failed to apply patch for chrome/browser/chromeos/display/primary_display_switch_observer.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years, 2 months ago (2012-10-12 16:31:15 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/11030017/57001
8 years, 2 months ago (2012-10-12 16:44:11 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/11030017/58153
8 years, 2 months ago (2012-10-12 17:14:25 UTC) #24
commit-bot: I haz the power
8 years, 2 months ago (2012-10-12 19:51:24 UTC) #25
Change committed as 161644

Powered by Google App Engine
This is Rietveld 408576698