diff options
author | mrossetti@chromium.org <mrossetti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 00:06:04 +0000 |
---|---|---|
committer | mrossetti@chromium.org <mrossetti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 00:06:04 +0000 |
commit | 487bd7a0764234e6f88be3512a5acb6350e6de36 (patch) | |
tree | b932b91ea649454f5a1fe9ad16da5ddaeea36a74 /chrome/browser/cocoa/bookmark_editor_controller.h | |
parent | f950f9dd72164d51b03bf23fa51a49d23c04eaad (diff) | |
download | chromium_src-487bd7a0764234e6f88be3512a5acb6350e6de36.zip chromium_src-487bd7a0764234e6f88be3512a5acb6350e6de36.tar.gz chromium_src-487bd7a0764234e6f88be3512a5acb6350e6de36.tar.bz2 |
Change the folder presentation in the Bookmark Editor and the Bookmark All Tabs dialogs to a tree view.
Nib changes: Removed the NSBrowser and added an NSOutlineView.
BUG=26647,26643,26718,27634
TEST=Bring up the bookmark editor by control-clicking in the bookmarks bar and selecting Add Page... or by selecting the Bookmark this Page... menu item found in the Bookmarks menu. Observe that the folder presentation is now a tree view. Select any folder and click New Folder to verify that new folders can be added. Double-click on the newly created folder to change its name. Added folders will not commit until OK is pressed, which will require that a bookmark actually be added. Also bring up the Bookmark All Tabs dialog by control-clicking in the tab bar with more than one tab open and verify that the folder structure is shown in a tree view.
Review URL: http://codereview.chromium.org/393006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32441 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/bookmark_editor_controller.h')
-rw-r--r-- | chrome/browser/cocoa/bookmark_editor_controller.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/cocoa/bookmark_editor_controller.h b/chrome/browser/cocoa/bookmark_editor_controller.h index ff779b8..1fcf5f7 100644 --- a/chrome/browser/cocoa/bookmark_editor_controller.h +++ b/chrome/browser/cocoa/bookmark_editor_controller.h @@ -7,8 +7,9 @@ #import "chrome/browser/cocoa/bookmark_editor_base_controller.h" -// A controller for the bookmark editor, opened with Edit... from the -// context menu of a bookmark button. +// A controller for the bookmark editor, opened by 1) Edit... from the +// context menu of a bookmark button, and 2) Bookmark this Page...'s Edit +// button. @interface BookmarkEditorController : BookmarkEditorBaseController { @private const BookmarkNode* node_; // weak; owned by the model |