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_tests.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_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 54acc0c..8e9c106 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1727,9 +1727,6 @@ 'browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm', 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell_unittest.mm', 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller_unittest.mm', - 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_hover_state_unittest.mm', - 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_view_unittest.mm', - 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_window_unittest.mm', 'browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view_unittest.mm', 'browser/ui/cocoa/bookmarks/bookmark_bar_unittest_helper.h', 'browser/ui/cocoa/bookmarks/bookmark_bar_unittest_helper.mm', |