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

Issue 122027: Remove the Menu object, converting all the remaining callers to use Menu2. I'... (Closed)

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

Description

Remove the Menu object, converting all the remaining callers to use Menu2. I'll rename Menu2->Menu afterwards. TEST=none BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=18315

Patch Set 1 #

Total comments: 7

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 1

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+342 lines, -248 lines) Patch
M chrome/browser/autocomplete/autocomplete_edit_view_win.h View 1 2 3 4 5 6 5 chunks +15 lines, -7 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_win.cc View 1 2 3 4 5 6 7 chunks +62 lines, -49 lines 0 comments Download
M chrome/browser/autocomplete/search_provider.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/external_tab_container.cc View 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu_external_win.h View 6 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu_external_win.cc View 6 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu_win.h View 1 2 3 4 5 6 2 chunks +25 lines, -21 lines 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu_win.cc View 1 2 3 4 5 6 2 chunks +80 lines, -65 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_view_win.h View 1 2 3 4 5 6 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/tab_contents/tab_contents_view_win.cc View 1 2 3 4 5 6 2 chunks +3 lines, -8 lines 0 comments Download
M chrome/browser/views/bookmark_bar_view.h View 1 2 3 4 5 6 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/views/bookmark_editor_view.h View 1 2 3 4 5 6 4 chunks +10 lines, -9 lines 0 comments Download
M chrome/browser/views/bookmark_editor_view.cc View 1 2 3 4 5 6 2 chunks +26 lines, -15 lines 0 comments Download
M chrome/browser/views/bookmark_table_view.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/views/frame/browser_view.cc View 2 3 4 5 6 2 chunks +14 lines, -1 line 0 comments Download
M chrome/browser/views/tabs/tab_renderer.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/views/tabs/tab_strip.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/views/toolbar_view.h View 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/views/toolbar_view.cc View 2 3 4 5 6 5 chunks +22 lines, -25 lines 0 comments Download
M views/controls/menu/menu_2.h View 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M views/controls/menu/menu_2.cc View 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M views/controls/menu/native_menu_win.cc View 2 3 4 5 6 3 chunks +5 lines, -2 lines 0 comments Download
M views/controls/textfield/native_textfield_win.h View 1 2 3 4 5 6 6 chunks +15 lines, -7 lines 0 comments Download
M views/controls/textfield/native_textfield_win.cc View 1 2 3 4 5 6 5 chunks +45 lines, -22 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Ben Goodger (Google)
Scott, I'm going to unwind the Menu.h removal from this and just checkin the conversions, ...
11 years, 6 months ago (2009-06-11 23:25:37 UTC) #1
sky
http://codereview.chromium.org/122027/diff/1/11 File chrome/browser/autocomplete/autocomplete_edit_view_win.cc (right): http://codereview.chromium.org/122027/diff/1/11#newcode972 Line 972: return command_id == IDS_PASTE_AND_GO && !model_->is_paste_and_search(); You need ...
11 years, 6 months ago (2009-06-11 23:48:37 UTC) #2
Ben Goodger (Google)
Updated. See my email about async.
11 years, 6 months ago (2009-06-12 01:13:50 UTC) #3
sky
http://codereview.chromium.org/122027/diff/1/11 File chrome/browser/autocomplete/autocomplete_edit_view_win.cc (right): http://codereview.chromium.org/122027/diff/1/11#newcode972 Line 972: return command_id == IDS_PASTE_AND_GO && !model_->is_paste_and_search(); On 2009/06/11 ...
11 years, 6 months ago (2009-06-12 14:45:13 UTC) #4
Ben Goodger (Google)
Actually I don't think you're looking at the latest. This works for me. On 2009/06/12 ...
11 years, 6 months ago (2009-06-12 17:27:08 UTC) #5
sky
11 years, 6 months ago (2009-06-12 18:44:53 UTC) #6
LGTM with the following change.

http://codereview.chromium.org/122027/diff/2068/2084
File chrome/browser/views/toolbar_view.cc (right):

http://codereview.chromium.org/122027/diff/2068/2084#newcode175
Line 175: profiles_helper_(new GetProfilesHelper(this)) {
ALLOW_THIS_IN_INITIALIZER_LIST

Powered by Google App Engine
This is Rietveld 408576698