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

Issue 219037: Changes the main menu to do the following:... (Closed)

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

Description

Changes the main menu to do the following: . Creates a TabContents in CreateNewWindow rather than a RenderViewHost. We want to support the ability to open popups from this menu, so going with TabContents directly seemed the best option. . Showing the menu now does a keyboard grab. This is needed so that keyboard events go to the menu and focus doesn't remain whever it was when the menu was shown. BUG=22954 TEST=see bug Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27179

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -41 lines) Patch
M chrome/browser/chromeos/main_menu.h View 5 chunks +66 lines, -16 lines 0 comments Download
M chrome/browser/chromeos/main_menu.cc View 4 chunks +63 lines, -24 lines 0 comments Download
M chrome/browser/tab_contents/render_view_host_delegate_helper.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
sky
11 years, 3 months ago (2009-09-24 20:54:15 UTC) #1
brettw
11 years, 3 months ago (2009-09-25 03:22:49 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698