summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/bookmark_editor_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* Move chrome/browser/cocoa/bookmark_* to chrome/browser/cocoa/bookmarks/.viettrungluu@chromium.org2010-10-151-142/+0
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-301-1/+1
* Remove wstrings from bookmarks, part 8.viettrungluu@chromium.org2010-08-211-1/+1
* Remove wstrings in bookmarks, part 5.viettrungluu@chromium.org2010-08-201-1/+2
* Don't delete and re-add bookmark nodes which have been edited, instead, updat...mrossetti@chromium.org2010-05-181-17/+19
* Remove some more BookmarkEditor::Handlers (in Mac code this time).viettrungluu@chromium.org2010-04-291-9/+4
* Have the background for the URL text field in the bookmark editor present as ...mrossetti@chromium.org2010-03-301-0/+11
* Better cancel bookmark edit dialogs when needed.jrg@chromium.org2010-03-261-5/+3
* Mac: fix crash deleting bookmark while bookmark editor is open.snej@chromium.org2010-02-041-0/+10
* Change the folder presentation in the Bookmark Editor and the Bookmark All Ta...mrossetti@chromium.org2009-11-191-6/+7
* Implement Bookmark All Tabs... Added an abstraction of BookmarkEditorControll...mrossetti@chromium.org2009-11-061-385/+45
* Enable the OK button when editing a bookmark even when there is no text, and ...viettrungluu@chromium.org2009-11-051-3/+1
* Clean up bookmark_editor_controller to so that is closes consistently as both...dmaclach@chromium.org2009-11-041-20/+14
* Original discussion in CL for 337010. See http://codereview.chromium.org/337...mrossetti@chromium.org2009-10-291-59/+154
* Hook up the browser in the bookmark editor. Adjust the logic controlling the ...pinkerton@chromium.org2009-10-221-49/+192
* Makes canceling 'bookmark all tabs' delete the folder. Or rather,sky@chromium.org2009-10-161-7/+12
* Hook up "Bookmark All Tabs" on Mac as menu item in Bookmarks menu and tab con...pinkerton@chromium.org2009-10-151-1/+1
* Converts some uses of native_view to native_window. This is necessitatedsky@chromium.org2009-10-121-3/+2
* Disable "OK" button in edit dialog of bookmark button when name is not validjrg@chromium.org2009-09-291-2/+15
* Bookmark STAR bubble.jrg@chromium.org2009-08-201-7/+2
* On bookmark edit, the OK button is now disabled if the entered URL isjrg@chromium.org2009-08-051-7/+43
* Implement bookmark editor. No tree display or hierarchy movement, butjrg@chromium.org2009-07-211-0/+186