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

Issue 1608733002: Remove ui/gfx/screen_type_delegate.h (Closed)

Created:
4 years, 11 months ago by scottmg
Modified:
4 years, 11 months ago
CC:
asvitkine+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, dcheng, extensions-reviews_chromium.org, feature-media-reviews_chromium.org, groby+bubble_chromium.org, hcarmona+bubble_chromium.org, jbauman+watch_chromium.org, jochen+watch_chromium.org, kalyank, maxbogue+watch_chromium.org, mcasas+watch_chromium.org, miu+watch_chromium.org, mkwst+moarreviews-shell_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-notifications_chromium.org, msw+watch_chromium.org, nona+watch_chromium.org, Peter Beverloo, piman+watch_chromium.org, plaree+watch_chromium.org, posciak+watch_chromium.org, rouslan+bubble_chromium.org, sadrul, shuchen+watch_chromium.org, sievers+watch_chromium.org, James Su, tdanderson+views_chromium.org, tdanderson+overview_chromium.org, tdresser+watch_chromium.org, tfarina, tim+watch_chromium.org, yusukes+watch_chromium.org, zea+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@metro-mode-4
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove ui/gfx/screen_type_delegate.h This removes gfx::SCREEN_TYPE_NATIVE/SCREEN_TYPE_ALTERNATE, and there is now only one Screen instance. It's still a runtime-installed thing for test purposes. TBR=various owners for trivial changes R=oshima@chromium.org, sky@chromium.org BUG=558054 Committed: https://crrev.com/fb33c340bd50b0e8a5c874e5d7c10a6361cee126 Cr-Commit-Position: refs/heads/master@{#371676}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : rebase #

Patch Set 5 : GetNativeScreen #

Total comments: 17

Patch Set 6 : fixes #

Total comments: 18

Patch Set 7 : fixes2 #

Patch Set 8 : linux #

Patch Set 9 : cros #

Patch Set 10 : . #

Patch Set 11 : . #

Patch Set 12 : rebase #

Patch Set 13 : fix rebase #

Patch Set 14 : linux #

Patch Set 15 : fix rebase win #

Patch Set 16 : more fixes #

Patch Set 17 : more #

Patch Set 18 : another linux #

Patch Set 19 : ash cros #

Patch Set 20 : . #

Patch Set 21 : . #

Patch Set 22 : mac #

Patch Set 23 : mac2 #

Patch Set 24 : ash #

Patch Set 25 : android #

Patch Set 26 : and another rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+385 lines, -648 lines) Patch
M ash/display/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 2 chunks +4 lines, -15 lines 0 comments Download
M ash/display/display_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +5 lines, -11 lines 0 comments Download
M ash/display/unified_mouse_warp_controller_unittest.cc View 1 2 4 chunks +4 lines, -8 lines 0 comments Download
M ash/host/ash_window_tree_host_x11.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M ash/magnifier/magnification_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -2 lines 0 comments Download
M ash/shelf/shelf_widget_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M ash/test/display_manager_test_api.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M ash/wm/overview/window_grid.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/window_state.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -2 lines 0 comments Download
M ash/wm/workspace/multi_window_resize_controller.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M blimp/engine/browser/blimp_engine_session.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/android/banners/app_banner_data_fetcher_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +6 lines, -11 lines 0 comments Download
M chrome/browser/banners/app_banner_data_fetcher.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/display/display_preferences_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 13 chunks +16 lines, -18 lines 0 comments Download
M chrome/browser/chromeos/display/output_protection_delegate.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -3 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, -2 lines 0 comments Download
M chrome/browser/chromeos/login/lock/webui_screen_locker.cc View 1 2 3 4 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/ui/login_display_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/chromeos/power/extension_event_observer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/ui/accessibility_focus_ring_controller.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/chromeos/ui/accessibility_focus_ring_layer.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/download/drag_download_item_views.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/display_info_provider_aura.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/display_info_provider_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/extensions/display_info_provider_mac.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/display_info_provider_win.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/manifest/manifest_icon_downloader.cc View 1 2 3 4 5 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/manifest/manifest_icon_selector.h View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/manifest/manifest_icon_selector.cc View 1 2 3 4 5 6 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/manifest/manifest_icon_selector_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/plugins/plugin_power_saver_browsertest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_error_notifier_ash_unittest.cc View 1 2 5 chunks +2 lines, -20 lines 0 comments Download
M chrome/browser/sync/sync_error_notifier_ash_unittest.cc View 1 2 3 5 chunks +2 lines, -22 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_service_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/app_list_shower_views.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M 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 16 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/autofill/popup_view_common.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/panels/display_settings_provider.cc View 1 2 3 chunks +5 lines, -10 lines 0 comments Download
M chrome/browser/ui/panels/panel_mouse_watcher_timer.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/views/app_list/linux/app_list_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/app_list/win/app_list_win.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M 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 3 chunks +0 lines, -19 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -2 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 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/exclusive_access_bubble_views.cc View 1 2 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_dialog.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view_interactive_uitest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/link_disambiguation/link_disambiguation_popup.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/message_center/web_notification_tray.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/panels/panel_frame_view.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/panels/panel_view.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/profiles/user_manager_view.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/screen_capture_notification_ui_views.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/status_bubble_views.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/status_icons/status_tray_win.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller.h View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller.cc View 1 2 3 4 5 6 5 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc View 1 2 3 4 8 chunks +27 lines, -19 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.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/window_finder_x11.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_button.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/window_sizer/window_sizer.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/test/base/view_event_test_platform_part_default.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/browser/cast_browser_main_parts.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -3 lines 0 comments Download
M chromecast/browser/cast_content_window.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M components/autofill/content/browser/risk/fingerprint.cc View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M components/dom_distiller/content/browser/distiller_page_web_contents.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/ui/screen_info_metrics_provider.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M content/browser/media/capture/web_contents_video_capture_device_unittest.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 4 3 chunks +3 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 14 chunks +20 lines, -31 lines 0 comments Download
M 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 2 chunks +2 lines, -3 lines 0 comments Download
M 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 5 chunks +5 lines, -5 lines 0 comments Download
M content/browser/web_contents/web_contents_view_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +5 lines, -10 lines 0 comments Download
M content/common/page_state_serialization.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M content/shell/browser/shell_aura.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/shell_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 25 1 chunk +2 lines, -3 lines 0 comments Download
M extensions/browser/api/capture_web_contents_function.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/system_display/display_info_provider.cc View 1 chunk +1 line, -2 lines 0 comments Download
M extensions/browser/api/system_display/system_display_apitest.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M extensions/browser/app_window/app_window.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M extensions/shell/browser/shell_desktop_controller_aura.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M extensions/shell/browser/shell_desktop_controller_mac.mm View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M media/capture/video/linux/video_capture_device_chromeos.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -4 lines 0 comments Download
M ui/aura/bench/bench_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/demo/demo_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/test/aura_test_helper.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/aura/window.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ui/aura/window_tree_host.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/aura/window_tree_host_platform.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/window_tree_host_x11.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 2 chunks +5 lines, -4 lines 0 comments Download
M ui/aura/window_unittest.cc View 8 chunks +14 lines, -16 lines 0 comments Download
M ui/base/layout.cc View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M ui/base/resource/resource_bundle.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M ui/chromeos/ime/candidate_window_view.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M ui/chromeos/ime/mode_indicator_view.cc View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M ui/events/event_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/events/gesture_detection/gesture_provider_config_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/font_render_params_linux.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/screen.h View 1 2 3 4 5 6 2 chunks +9 lines, -28 lines 0 comments Download
M 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 2 chunks +10 lines, -31 lines 0 comments Download
D ui/gfx/screen_type_delegate.h View 1 chunk +0 lines, -33 lines 0 comments Download
M ui/gfx/screen_unittest.cc View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M ui/message_center/views/toast_contents_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/mojo/init/ui_init.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M ui/snapshot/snapshot_android.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M ui/views/bubble/bubble_frame_view.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/cocoa/bridged_native_widget.mm View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M ui/views/cocoa/tooltip_manager_mac.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -2 lines 0 comments Download
M ui/views/cocoa/tooltip_manager_mac.mm View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -2 lines 0 comments Download
M ui/views/controls/button/custom_button_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 2 chunks +2 lines, -4 lines 0 comments Download
M ui/views/controls/menu/menu_controller.h View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M ui/views/controls/menu/menu_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +10 lines, -13 lines 0 comments Download
M ui/views/controls/scrollbar/base_scroll_bar_button.cc View 1 chunk +1 line, -3 lines 0 comments Download
M ui/views/controls/textfield/textfield.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/corewm/tooltip.h View 1 chunk +1 line, -2 lines 0 comments Download
M ui/views/corewm/tooltip_aura.h View 2 chunks +1 line, -3 lines 0 comments Download
M ui/views/corewm/tooltip_aura.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M ui/views/corewm/tooltip_controller.h View 1 chunk +1 line, -2 lines 0 comments Download
M ui/views/corewm/tooltip_controller.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M ui/views/corewm/tooltip_controller_unittest.cc View 3 chunks +3 lines, -6 lines 0 comments Download
M ui/views/corewm/tooltip_win.h View 1 chunk +1 line, -2 lines 0 comments Download
M ui/views/corewm/tooltip_win.cc View 4 chunks +4 lines, -7 lines 0 comments Download
M ui/views/drag_utils.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 +2 lines, -2 lines 0 comments Download
M ui/views/examples/examples_main.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, -2 lines 0 comments Download
M ui/views/mouse_watcher_view_host.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/mus/screen_mus.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 +1 line, -1 line 0 comments Download
M ui/views/test/desktop_screen_x11_test_api.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/view.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_native_widget_aura.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_screen_x11.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +6 lines, -6 lines 0 comments Download
M ui/views/widget/desktop_aura/x11_window_event_filter.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M ui/views/widget/native_widget_aura.cc View 4 chunks +6 lines, -7 lines 0 comments Download
M ui/views/widget/tooltip_manager.h View 1 2 3 4 5 6 2 chunks +2 lines, -5 lines 0 comments Download
M ui/views/widget/tooltip_manager_aura.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M ui/views/widget/tooltip_manager_aura.cc View 1 2 3 4 5 2 chunks +5 lines, -5 lines 0 comments Download
M ui/views/widget/widget.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_content_client/views_content_client_main_parts_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M ui/views_content_client/views_content_client_main_parts_desktop_aura.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ui/wm/core/default_screen_position_client.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M ui/wm/public/tooltip_client.h View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 87 (43 generated)
scottmg
Sorry it got so big, but most of it is very simple. The removal is ...
4 years, 11 months ago (2016-01-19 19:53:43 UTC) #6
oshima
lgtm with nits https://codereview.chromium.org/1608733002/diff/80001/ash/shell.cc File ash/shell.cc (right): https://codereview.chromium.org/1608733002/diff/80001/ash/shell.cc#newcode245 ash/shell.cc:245: gfx::Screen* Shell::GetScreen() { This is no ...
4 years, 11 months ago (2016-01-19 20:44:32 UTC) #7
scottmg
https://codereview.chromium.org/1608733002/diff/80001/ash/shell.cc File ash/shell.cc (right): https://codereview.chromium.org/1608733002/diff/80001/ash/shell.cc#newcode245 ash/shell.cc:245: gfx::Screen* Shell::GetScreen() { On 2016/01/19 20:44:31, oshima wrote: > ...
4 years, 11 months ago (2016-01-19 21:55:58 UTC) #8
scottmg
https://codereview.chromium.org/1608733002/diff/80001/chrome/browser/extensions/display_info_provider_aura.cc File chrome/browser/extensions/display_info_provider_aura.cc (right): https://codereview.chromium.org/1608733002/diff/80001/chrome/browser/extensions/display_info_provider_aura.cc#newcode35 chrome/browser/extensions/display_info_provider_aura.cc:35: gfx::Screen* DisplayInfoProviderAura::GetActiveScreen() { On 2016/01/19 21:55:57, scottmg wrote: > ...
4 years, 11 months ago (2016-01-19 21:58:32 UTC) #9
sky
If any of these are too big for this patch, feel free to push to ...
4 years, 11 months ago (2016-01-19 22:47:55 UTC) #10
scottmg
https://codereview.chromium.org/1608733002/diff/100001/ash/display/display_manager.cc File ash/display/display_manager.cc (right): https://codereview.chromium.org/1608733002/diff/100001/ash/display/display_manager.cc#newcode152 ash/display/display_manager.cc:152: if (!current || current == screen_for_shutdown) { On 2016/01/19 ...
4 years, 11 months ago (2016-01-20 00:52:57 UTC) #11
sky
LGTM
4 years, 11 months ago (2016-01-20 00:58:14 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608733002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608733002/120001
4 years, 11 months ago (2016-01-20 01:04:23 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/104145) chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 11 months ago (2016-01-20 01:19:41 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608733002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608733002/140001
4 years, 11 months ago (2016-01-20 01:34:23 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/81564) chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 11 months ago (2016-01-20 01:45:09 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608733002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608733002/240001
4 years, 11 months ago (2016-01-25 21:44:00 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608733002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608733002/260001
4 years, 11 months ago (2016-01-25 21:54:58 UTC) #26
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/83993) chromeos_daisy_chromium_compile_only_ng on ...
4 years, 11 months ago (2016-01-25 22:11:27 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608733002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608733002/280001
4 years, 11 months ago (2016-01-25 22:28:02 UTC) #30
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/57092)
4 years, 11 months ago (2016-01-25 22:47:07 UTC) #32
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608733002/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608733002/300001
4 years, 11 months ago (2016-01-25 23:11:41 UTC) #34
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/84053) chromeos_daisy_chromium_compile_only_ng on ...
4 years, 11 months ago (2016-01-25 23:28:52 UTC) #36
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608733002/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608733002/320001
4 years, 11 months ago (2016-01-26 00:15:07 UTC) #38
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/84090) chromeos_x86-generic_chromium_compile_only_ng on ...
4 years, 11 months ago (2016-01-26 00:28:37 UTC) #41
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608733002/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608733002/340001
4 years, 11 months ago (2016-01-26 00:30:47 UTC) #43
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608733002/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608733002/360001
4 years, 11 months ago (2016-01-26 00:44:57 UTC) #45
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/147579) linux_chromium_chromeos_ozone_rel_ng on ...
4 years, 11 months ago (2016-01-26 01:07:44 UTC) #48
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608733002/380001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608733002/380001
4 years, 11 months ago (2016-01-26 01:08:02 UTC) #49
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608733002/400001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608733002/400001
4 years, 11 months ago (2016-01-26 01:33:28 UTC) #51
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/121646)
4 years, 11 months ago (2016-01-26 02:11:38 UTC) #53
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608733002/420001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608733002/420001
4 years, 11 months ago (2016-01-26 06:07:31 UTC) #55
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/115971)
4 years, 11 months ago (2016-01-26 06:40:33 UTC) #57
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608733002/440001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608733002/440001
4 years, 11 months ago (2016-01-26 16:22:29 UTC) #59
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608733002/460001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608733002/460001
4 years, 11 months ago (2016-01-26 16:47:52 UTC) #61
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608733002/220002 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608733002/220002
4 years, 11 months ago (2016-01-26 17:55:18 UTC) #63
scottmg
+jam for toplevel owners. There's some files I'm missing owners for, but they're all just ...
4 years, 11 months ago (2016-01-26 18:40:01 UTC) #65
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-26 19:35:45 UTC) #67
jam
On 2016/01/26 18:40:01, scottmg wrote: > +jam for toplevel owners. > > There's some files ...
4 years, 11 months ago (2016-01-26 23:44:16 UTC) #68
scottmg
On 2016/01/26 23:44:16, jam wrote: > On 2016/01/26 18:40:01, scottmg wrote: > > +jam for ...
4 years, 11 months ago (2016-01-26 23:47:55 UTC) #69
scottmg
tbr'ing for a bunch of trivial changes: wez: blimp/ gunsch: chromecast/ gcasto: components/autofill nyquist: components\dom_distiller ...
4 years, 11 months ago (2016-01-26 23:52:49 UTC) #71
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608733002/220002 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608733002/220002
4 years, 11 months ago (2016-01-26 23:56:45 UTC) #75
tommi (sloooow) - chröme
lgtm
4 years, 11 months ago (2016-01-27 00:01:53 UTC) #76
Wez
lgtm
4 years, 11 months ago (2016-01-27 00:02:17 UTC) #77
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/139311)
4 years, 11 months ago (2016-01-27 00:09:22 UTC) #79
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608733002/490001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608733002/490001
4 years, 11 months ago (2016-01-27 00:21:37 UTC) #82
nyquist
components/dom_distiller lgtm
4 years, 11 months ago (2016-01-27 01:17:27 UTC) #83
commit-bot: I haz the power
Committed patchset #26 (id:490001)
4 years, 11 months ago (2016-01-27 01:30:47 UTC) #85
commit-bot: I haz the power
4 years, 11 months ago (2016-01-27 01:32:07 UTC) #87
Message was sent while issue was closed.
Patchset 26 (id:??) landed as
https://crrev.com/fb33c340bd50b0e8a5c874e5d7c10a6361cee126
Cr-Commit-Position: refs/heads/master@{#371676}

Powered by Google App Engine
This is Rietveld 408576698