From 7b2b99405d3f5c413cae047291a8c75176f5850d Mon Sep 17 00:00:00 2001 From: "jrg@chromium.org" Date: Thu, 20 Aug 2009 21:24:29 +0000 Subject: Bookmark STAR bubble. BUG=http://crbug.com/14929 Sample image attached to bug. TEST=Click the STAR to add a bookmark. Watch bubble come up. Title is "Bookmark added!" Confirm fields are OK. Switch tabs and see bubble go away. Click STAR again. Watch bubble come up. Title is "Bookmark" Make sure all the buttons work (Edit, Close, Remove). Make sure you can change the title and parent folder. Make sure "Choose another folder..." opens edit window. Review URL: http://codereview.chromium.org/171016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23886 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/cocoa/toolbar_controller.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chrome/browser/cocoa/toolbar_controller.h') diff --git a/chrome/browser/cocoa/toolbar_controller.h b/chrome/browser/cocoa/toolbar_controller.h index c5135d3..31aafc4 100644 --- a/chrome/browser/cocoa/toolbar_controller.h +++ b/chrome/browser/cocoa/toolbar_controller.h @@ -128,6 +128,10 @@ class ToolbarView; - (IBAction)showPageMenu:(id)sender; - (IBAction)showWrenchMenu:(id)sender; +// The bookmark bubble (when you click the star) needs to know where to go. +// Somewhere near the star button seems like a good start. +- (NSRect)starButtonInWindowCoordinates; + @end // A set of private methods used by tests, in the absence of "friends" in ObjC. -- cgit v1.1