summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/bookmark_bar_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Have any open folder menu go away if the bookmark bar is hidden.mrossetti@chromium.org2010-03-151-0/+1
* [Mac] Do not lock bar visibility when the bookmark bar is detached.rohitrao@chromium.org2010-03-151-7/+14
* Mac: Clicking bookmark bar should dismiss open folder menus as well.thakis@chromium.org2010-03-121-4/+7
* Mac: Clicking a bookmark bar folder should close its menu if it's open.thakis@chromium.org2010-03-121-6/+6
* Same as http://codereview.chromium.org/836004 but without extra crap falling in.jrg@chromium.org2010-03-121-0/+13
* Revert 41392 - Cancel drag if the bookmark model changes.jrg@chromium.org2010-03-121-37/+18
* Cancel drag if the bookmark model changes.jrg@chromium.org2010-03-121-18/+37
* Only create bookmark bar buttons that we need, not "for all".jrg@chromium.org2010-03-121-53/+45
* Add bookmark copying while dragging by holding down the <option> key.mrossetti@chromium.org2010-03-111-4/+12
* Revert 41245 - [Mac] Allow the overlay to animate out when a bookmarkbar fold...rohitrao@chromium.org2010-03-111-2/+2
* [Mac] Allow the overlay to animate out when a bookmarkbar folder closes. Thi...rohitrao@chromium.org2010-03-111-2/+2
* [Mac] Lock open the fullscreen overlay when browsing bookmark folders.rohitrao@chromium.org2010-03-051-0/+22