summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/bookmark_bar_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* Tweak OffTheSide bookmark delete.jrg@chromium.org2010-07-201-0/+8
* Send away bookmark bar folder when going fullscreen with menu.jrg@chromium.org2010-07-201-0/+30
* [Mac]Implement ViewID support. (third approach)suzhe@chromium.org2010-07-201-1/+3
* Give imported bookmarks the properly themed button text.jrg@chromium.org2010-07-151-2/+16
* Create a new type of button cell for bookmark bar buttons that don't darken w...pinkerton@chromium.org2010-06-291-0/+1
* Toolbar facelift. Main buttons larger and more spread out, only get borders w...pinkerton@chromium.org2010-06-291-1/+1
* Stop tracking a drag after the user drops the dragged item.mrossetti@chromium.org2010-06-291-1/+1
* When using context menu on bookmark bar folder item, have "open in newjrg@chromium.org2010-06-221-0/+1
* Check for bookmark bar visibility before showing any deletion animations.mrossetti@chromium.org2010-05-271-1/+1
* Resize the "For quick access..." and "Import bookmarks now..." components sho...mrossetti@chromium.org2010-05-261-0/+49
* Re-evaluate the visibility of the "Bookmarks go here..." text visibility when...mrossetti@chromium.org2010-05-241-0/+3
* Don't populate WebDropData with file URLs when dragging files.dcheng@chromium.org2010-05-241-5/+1
* Simple code rearranging to better group by function area and protocol.mrossetti@chromium.org2010-05-201-1156/+1168
* Prevent valgrind errors due to incomplete animations by providing a test sett...mrossetti@chromium.org2010-05-201-4/+8
* Another bookmark sync issue.jrg@chromium.org2010-05-191-0/+4
* Speculative bookmark crash fix.jrg@chromium.org2010-05-191-0/+24
* If the off-the-side menu is showing and one of its bookmarks is removed then ...mrossetti@chromium.org2010-05-181-0/+6
* Implement drag from bookmark manager to bookmark bar or a folder thereof. Imp...mrossetti@chromium.org2010-05-181-74/+121
* Discontinue tracking folder menus as soon as any bookmark is clicked.mrossetti@chromium.org2010-05-101-10/+21
* Crashes, bookmark text, menu hiding.jrg@chromium.org2010-05-071-2/+31
* Mousing over the bookmark bar now behaves properly when traversing a non-fold...mrossetti@chromium.org2010-05-061-6/+13
* Should not just always close a folder menu unless there is a true need to cha...mrossetti@chromium.org2010-05-041-1/+0
* Pasting on a folder now puts the pasted bookmark item in the folder as the la...mrossetti@chromium.org2010-04-301-12/+13
* Remove accidental #if's. Make old folder window menu go away when mousing ove...mrossetti@chromium.org2010-04-291-4/+4
* Add and implement cut/copy/paste to the bookmark bar and folder context menus...mrossetti@chromium.org2010-04-291-87/+323
* Get rid of BookmarkEditor::Show()'s BookmarkEditor::Handler argument.viettrungluu@chromium.org2010-04-281-4/+2
* Improve bookmark bar folder scroll.jrg@chromium.org2010-04-161-5/+0
* Mac: Improve behavior of "Add Folder" contextual menu item.jeremy@chromium.org2010-04-151-3/+7
* Implement cut and paste and rework copy and delete bookmark actions from cont...mrossetti@chromium.org2010-04-141-13/+47
* [Mac] Adds a BookmarkButtonDelegate method to retrieve the top-level browser ...rohitrao@chromium.org2010-04-141-0/+4
* Share pasteboard population code between the BookmarkBarController and the Bo...pinkerton@chromium.org2010-04-131-47/+3
* Once the initial URL is opened in a new window, insure that subsequent URLs a...mrossetti@chromium.org2010-04-131-24/+16
* Revert 44201 - Once the initial URL is opened in a new window, insure that su...mrossetti@chromium.org2010-04-111-16/+24
* Once the initial URL is opened in a new window, insure that subsequent URLs a...mrossetti@chromium.org2010-04-111-24/+16
* When doing bookmark sync and nodes are deleted, close any open bookmarkjrg@chromium.org2010-04-081-0/+6
* Remove the themeing from the folder menu background, text in the folder menu ...mrossetti@chromium.org2010-04-021-23/+17
* Keyboard events of any kind end bookmark bar folder menus.jrg@chromium.org2010-04-021-14/+19
* Fix bookmarks on subfolder. Introduced with http://codereview.chromium.org/1...jrg@chromium.org2010-04-011-3/+2
* Make the "off the side" menu (chevron) behave like the other bookmarkjrg@chromium.org2010-03-311-59/+43
* Dragging a file from desktop to bookmark bar should now create a bookmark.jrg@chromium.org2010-03-291-6/+21
* New folders in the bookmarks bar are created at the end of itjrg@chromium.org2010-03-261-2/+17
* Fix bookmarks in the chevron "off the side" menu.jrg@chromium.org2010-03-241-0/+6
* Cmd-click in bookmark subfolders will open all.jrg@chromium.org2010-03-241-44/+25
* Add "import bookmarks" link to bookmark bar when it is devoid of folders or l...mirandac@chromium.org2010-03-241-8/+15
* Open bookmarks from clicks in background windows in the correct window, not t...pinkerton@chromium.org2010-03-241-2/+1
* UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.evan@chromium.org2010-03-231-4/+7
* Don't touch the pasteboard when the browser may be shutting downjrg@chromium.org2010-03-221-1/+3
* Command-click on a bookmark folder button will now open all injrg@chromium.org2010-03-221-11/+38
* Drop bookmark onto a folder --> goes in folder.jrg@chromium.org2010-03-181-13/+21
* Bookmark context menus reference bookmark IDs, not pointers, in casejrg@chromium.org2010-03-181-36/+64