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

Issue 7054052: Move more from Window onto Widget. (Closed)

Created:
9 years, 6 months ago by Ben Goodger (Google)
Modified:
9 years, 6 months ago
Reviewers:
sky
CC:
chromium-reviews
Visibility:
Public.

Description

Move more from Window onto Widget. BUG=72040 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88356

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+784 lines, -961 lines) Patch
M chrome/browser/accessibility/browser_views_accessibility_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/frame/browser_view.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/native_dialog_window.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/options/network_config_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/status/input_method_menu_button.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/panels/panel_browser_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/touch/tabs/touch_tab_strip.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/accessibility_event_router_views.cc View 1 2 3 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/browser_actions_container.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/browser_dialogs.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/first_run_search_engine_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_frame.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_frame.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 3 11 chunks +14 lines, -22 lines 0 comments Download
M chrome/browser/ui/views/hung_renderer_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/after_translate_infobar.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/before_translate_infobar.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/menu_item_view_test.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/profile_menu_button.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/base_tab_strip.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/tabs/dragged_tab_controller.cc View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/task_manager_view.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/toolbar_view.cc View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/wrench_menu.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M views/controls/button/button_dropdown.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M views/desktop/desktop_window.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M views/mouse_watcher.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M views/view.h View 1 2 3 1 chunk +0 lines, -8 lines 0 comments Download
M views/view.cc View 1 2 3 1 chunk +0 lines, -11 lines 0 comments Download
M views/view_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M views/widget/native_widget.h View 1 2 3 3 chunks +8 lines, -3 lines 0 comments Download
M views/widget/native_widget_delegate.h View 1 2 3 3 chunks +28 lines, -1 line 0 comments Download
M views/widget/native_widget_gtk.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M views/widget/native_widget_gtk.cc View 1 2 3 7 chunks +27 lines, -6 lines 0 comments Download
M views/widget/native_widget_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M views/widget/native_widget_views.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M views/widget/native_widget_views.cc View 1 2 3 4 chunks +12 lines, -2 lines 0 comments Download
M views/widget/native_widget_win.h View 1 2 3 7 chunks +35 lines, -0 lines 0 comments Download
M views/widget/native_widget_win.cc View 1 2 3 25 chunks +345 lines, -16 lines 0 comments Download
M views/widget/widget.h View 1 2 3 7 chunks +48 lines, -3 lines 0 comments Download
M views/widget/widget.cc View 1 2 3 15 chunks +143 lines, -6 lines 0 comments Download
M views/widget/widget_delegate.h View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M views/widget/widget_delegate.cc View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M views/window/client_view.h View 1 2 3 3 chunks +11 lines, -13 lines 0 comments Download
M views/window/client_view.cc View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M views/window/dialog_client_view.h View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
M views/window/dialog_client_view.cc View 1 2 3 11 chunks +13 lines, -13 lines 0 comments Download
M views/window/dialog_delegate.h View 1 2 3 1 chunk +2 lines, -4 lines 0 comments Download
M views/window/dialog_delegate.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M views/window/native_window.h View 1 2 3 2 chunks +0 lines, -16 lines 0 comments Download
M views/window/native_window_delegate.h View 1 2 3 1 chunk +0 lines, -30 lines 0 comments Download
M views/window/native_window_gtk.h View 1 2 3 2 chunks +0 lines, -7 lines 0 comments Download
M views/window/native_window_gtk.cc View 1 2 3 4 chunks +0 lines, -33 lines 0 comments Download
M views/window/native_window_views.h View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M views/window/native_window_views.cc View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
M views/window/native_window_win.h View 1 2 3 5 chunks +0 lines, -66 lines 0 comments Download
M views/window/native_window_win.cc View 1 2 3 12 chunks +0 lines, -410 lines 0 comments Download
M views/window/non_client_view.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M views/window/window.h View 1 2 3 3 chunks +2 lines, -49 lines 0 comments Download
M views/window/window.cc View 1 2 3 5 chunks +9 lines, -144 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Ben Goodger (Google)
This completes the public API transition. To make some stuff work, I had to remove ...
9 years, 6 months ago (2011-06-08 17:23:53 UTC) #1
sky
9 years, 6 months ago (2011-06-08 17:25:28 UTC) #2
Rubber stamp LGTM

Powered by Google App Engine
This is Rietveld 408576698