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

Issue 246633004: Remove non USE_AURA code from views files. (Closed)

Created:
6 years, 8 months ago by Elliot Glaysher
Modified:
6 years, 8 months ago
CC:
chromium-reviews, asanka, extensions-reviews_chromium.org, jennb, sadrul, derat+watch_chromium.org, chrome-apps-syd-reviews_chromium.org, benjhayden+dwatch_chromium.org, tfarina, jianli, Dmitry Titov, dcheng, benquan, Dane Wallinga, dyu1, estade+watch_chromium.org, chromium-apps-reviews_chromium.org, James Su, Ilya Sherman, rouslan+autofillwatch_chromium.org, yusukes+watch_chromium.org
Visibility:
Public.

Description

Remove non USE_AURA code from views files. BUG=330735 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266059

Patch Set 1 #

Patch Set 2 : Rebase to ToT and throw away conflicting files; I'll redo them in another patch. #

Total comments: 3

Patch Set 3 : Revert a few places. #

Total comments: 2

Patch Set 4 : Just revert changes to ui/app_list/. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -317 lines) Patch
M apps/ui/views/app_window_frame_view.cc View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/download/drag_download_item_views.cc View 4 chunks +3 lines, -18 lines 0 comments Download
M chrome/browser/first_run/try_chrome_dialog_view.cc View 3 chunks +2 lines, -9 lines 0 comments Download
D chrome/browser/ui/views/accelerator_utils_views.cc View 1 chunk +0 lines, -27 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_popup_base_view.cc View 2 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/ui/views/certificate_viewer_win.cc View 3 chunks +1 line, -12 lines 0 comments Download
M chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h View 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/desktop_media_picker_views.cc View 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/dropdown_bar_host.cc View 6 chunks +5 lines, -22 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 5 chunks +4 lines, -15 lines 0 comments Download
M chrome/browser/ui/views/keyboard_access_browsertest.cc View 3 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_result_view.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views.cc View 1 5 chunks +3 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views_browsertest.cc View 5 chunks +3 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/panels/panel_frame_view.cc View 4 chunks +1 line, -6 lines 0 comments Download
M chrome/browser/ui/views/select_file_dialog_extension.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/status_bubble_views.cc View 3 chunks +1 line, -6 lines 0 comments Download
M chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/base/view_event_test_base.cc View 4 chunks +7 lines, -18 lines 0 comments Download
M ui/base/cursor/cursor_loader_win.h View 1 chunk +0 lines, -2 lines 0 comments Download
M ui/base/cursor/cursor_loader_win.cc View 4 chunks +0 lines, -11 lines 0 comments Download
M ui/base/default_theme_provider.h View 1 chunk +0 lines, -2 lines 0 comments Download
M ui/base/default_theme_provider.cc View 3 chunks +0 lines, -14 lines 0 comments Download
M ui/base/dragdrop/drag_utils_win.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M ui/base/dragdrop/os_exchange_data_provider_win.h View 1 chunk +0 lines, -4 lines 0 comments Download
M ui/base/dragdrop/os_exchange_data_provider_win.cc View 1 2 chunks +0 lines, -3 lines 0 comments Download
M ui/base/theme_provider.h View 1 2 chunks +0 lines, -15 lines 0 comments Download
M ui/base/x/x11_util.cc View 1 8 chunks +3 lines, -10 lines 0 comments Download
M ui/gfx/screen_win.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M ui/message_center/views/notification_view.cc View 1 2 3 3 chunks +1 line, -9 lines 0 comments Download
M ui/message_center/views/notifier_settings_view.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M ui/message_center/views/toast_contents_view.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ui/shell_dialogs/select_file_dialog_win.cc View 4 chunks +4 lines, -14 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Elliot Glaysher
6 years, 8 months ago (2014-04-23 20:15:20 UTC) #1
Ben Goodger (Google)
So I think some of this cleanup is good, but with some amount of it ...
6 years, 8 months ago (2014-04-23 20:26:18 UTC) #2
tapted
On 2014/04/23 20:26:18, Ben Goodger (Google) wrote: > So I think some of this cleanup ...
6 years, 8 months ago (2014-04-23 23:38:08 UTC) #3
Elliot Glaysher
ptal
6 years, 8 months ago (2014-04-24 00:13:51 UTC) #4
tapted
https://codereview.chromium.org/246633004/diff/40001/ui/app_list/views/app_list_view.cc File ui/app_list/views/app_list_view.cc (right): https://codereview.chromium.org/246633004/diff/40001/ui/app_list/views/app_list_view.cc#newcode27 ui/app_list/views/app_list_view.cc:27: #include "ui/aura/window.h" oops - sorry I was a bit ...
6 years, 8 months ago (2014-04-24 01:20:23 UTC) #5
Elliot Glaysher
https://codereview.chromium.org/246633004/diff/40001/ui/app_list/views/app_list_view.cc File ui/app_list/views/app_list_view.cc (right): https://codereview.chromium.org/246633004/diff/40001/ui/app_list/views/app_list_view.cc#newcode27 ui/app_list/views/app_list_view.cc:27: #include "ui/aura/window.h" On 2014/04/24 01:20:24, tapted wrote: > oops ...
6 years, 8 months ago (2014-04-24 20:51:06 UTC) #6
Ben Goodger (Google)
lgtm
6 years, 8 months ago (2014-04-24 21:34:39 UTC) #7
Elliot Glaysher
The CQ bit was checked by erg@chromium.org
6 years, 8 months ago (2014-04-24 21:36:06 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erg@chromium.org/246633004/60001
6 years, 8 months ago (2014-04-24 22:02:16 UTC) #9
commit-bot: I haz the power
6 years, 8 months ago (2014-04-25 00:08:53 UTC) #10
Message was sent while issue was closed.
Change committed as 266059

Powered by Google App Engine
This is Rietveld 408576698