diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-08 14:46:36 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-08 14:46:36 +0000 |
commit | 2e1f49096ed49419de8c740a20ab106c14ffbf44 (patch) | |
tree | 787ff8465a8c859105a38b155ce89057c13ea8ce /AUTHORS | |
parent | 30039e6ec600f1ac2a34e0881f4c0c10ee6f80cd (diff) | |
download | chromium_src-2e1f49096ed49419de8c740a20ab106c14ffbf44.zip chromium_src-2e1f49096ed49419de8c740a20ab106c14ffbf44.tar.gz chromium_src-2e1f49096ed49419de8c740a20ab106c14ffbf44.tar.bz2 |
This patch is from Andrew Brampton <me@bramp.net>.
This patches allows menu items in PopUpMenus to be clicked with the right mouse
button.
menu.cc controls the web content popup menus, and some others
chrome_menu{.cc,.h} controls popup menu on the chrome, for example right
clicking on a tab.
BUG=718
TEST=Bring up any menu (wrench/document) and right click on one of the items. This should select the item. Try the same with any of the bookmark menus.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1838 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,3 +4,4 @@ Google Inc. Alex Scheele <alexscheele@gmail.com> Seo Sanghyeon <sanxiyn@gmail.com> +Andrew Brampton <me@bramp.net>
\ No newline at end of file |