From ee01535e43949832b8fb57a74d892390e01d36dd Mon Sep 17 00:00:00 2001 From: "jrg@chromium.org" Date: Tue, 21 Jul 2009 23:57:19 +0000 Subject: Implement bookmark editor. No tree display or hierarchy movement, but name/url editing works. Get to the edotir from a context menu (Edit, Add Page). Also Implement Open All Bookmarks menu item. BUG=http://crbug.com/8381, http://crbug.com/17006 TEST=Add some bookmarks. Right-click on a bookmark and pick Edit. Test editing the name and URL. Make sure you can't add a bogus URL. Right-click on a bookmark or the bar and Add Page. Fill in name and URL fields to add a new bookmark. Right-click Open All Bookmarks and make sure it hoses your machine. Review URL: http://codereview.chromium.org/155874 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21241 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/nibs/BookmarkBar.xib | 78 ++++++++++++++++++++++------------------- 1 file changed, 42 insertions(+), 36 deletions(-) (limited to 'chrome/app/nibs/BookmarkBar.xib') diff --git a/chrome/app/nibs/BookmarkBar.xib b/chrome/app/nibs/BookmarkBar.xib index 2002d9b..4abb7d0 100644 --- a/chrome/app/nibs/BookmarkBar.xib +++ b/chrome/app/nibs/BookmarkBar.xib @@ -8,9 +8,9 @@ 353.00 YES - - + + YES @@ -301,14 +301,6 @@ commandDispatch: - - - 32 - - - - commandDispatch: - 33 @@ -341,14 +333,6 @@ commandDispatch: - - - 37 - - - - commandDispatch: - 38 @@ -373,22 +357,6 @@ commandDispatch: - - - 44 - - - - commandDispatch: - - - - 46 - - - - commandDispatch: - 47 @@ -441,6 +409,38 @@ 55 + + + editBookmark: + + + + 56 + + + + openAllBookmarks: + + + + 57 + + + + addPage: + + + + 58 + + + + addPage: + + + + 59 + @@ -735,7 +735,7 @@ - 55 + 59 @@ -755,7 +755,10 @@ YES YES + addPage: deleteBookmark: + editBookmark: + openAllBookmarks: openBookmark: openBookmarkInIncognitoWindow: openBookmarkInNewForegroundTab: @@ -768,6 +771,9 @@ id id id + id + id + id @@ -848,7 +854,7 @@ 0 - ../../../chrome.xcodeproj + ../../chrome.xcodeproj 3 -- cgit v1.1