diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-05 13:54:20 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-05 13:54:20 +0000 |
commit | c537af2830db945423b9bc2061b14c4e51bd9b1e (patch) | |
tree | 0e5c655f96f8607310cf0d0bb533f6897b4798c5 /chrome/chrome_dll.gypi | |
parent | a007e737fd2fd716291a43c9ae24335769994692 (diff) | |
download | chromium_src-c537af2830db945423b9bc2061b14c4e51bd9b1e.zip chromium_src-c537af2830db945423b9bc2061b14c4e51bd9b1e.tar.gz chromium_src-c537af2830db945423b9bc2061b14c4e51bd9b1e.tar.bz2 |
[Mac] Replace the custom bookmark menus with native NSMenus.
This replaces a lot of custom code with an implementation that reuses the
architecture of the menubar Bookmarks menu.
This CL introduces two minor regressions (bugs pending):
* Hover state is lost after menu is opened. Mousing out/back over fixes.
* The off-the-side menu contains all items from the bookmark bar.
BUG=78151
TEST=Click on a bookmark folder button. A menu opens.
Review URL: http://codereview.chromium.org/7465090
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index acf0cfd..5737f8f 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -205,7 +205,6 @@ 'app/nibs/AboutIPC.xib', 'app/nibs/BookmarkAllTabs.xib', 'app/nibs/BookmarkBar.xib', - 'app/nibs/BookmarkBarFolderWindow.xib', 'app/nibs/BookmarkBubble.xib', 'app/nibs/BookmarkEditor.xib', 'app/nibs/BookmarkNameFolder.xib', @@ -249,9 +248,6 @@ 'app/theme/chevron.pdf', 'app/theme/find_next_Template.pdf', 'app/theme/find_prev_Template.pdf', - 'app/theme/menu_hierarchy_arrow.pdf', - 'app/theme/menu_overflow_down.pdf', - 'app/theme/menu_overflow_up.pdf', 'app/theme/nav.pdf', 'app/theme/newtab.pdf', 'app/theme/newtab_h.pdf', |