summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/bookmark_manager
Commit message (Expand)AuthorAgeFilesLines
* Fix a typoisherman@chromium.org2010-12-161-1/+1
* Remove CSS vendor prefixes where not needed.arv@chromium.org2010-12-081-4/+4
* Bookmarks manager: Use onsearch and incremental instead of a timer.arv@chromium.org2010-12-061-13/+3
* Bookmark manager: Fix middle click regression.arv@chromium.org2010-10-191-8/+35
* Bookmark manager: Make Enter do rename on Mac.arv@chromium.org2010-10-181-8/+4
* Make bookmark manager work in incognitio mode.skerner@chromium.org2010-10-111-0/+1
* Bookmark manager: Fix canceling of add pagearv@chromium.org2010-09-252-5/+14
* DOMUI etc. Use the built in bind method of Function now that V8 supports it.arv@chromium.org2010-09-133-12/+12
* Bookmark manager: Fix issue where the name of the newly created folder was notarv@chromium.org2010-09-111-3/+3
* Don't offer to translate the bookmark manager page.jcivelli@chromium.org2010-08-241-0/+2
* Bookmark manager: Fix error which prevented middle clicking from opening a bo...arv@chromium.org2010-08-091-1/+1
* Bookmarks manager: Polish the edit mode CSS a little to make the text inputs ...arv@chromium.org2010-08-091-22/+14
* Selection model refactoring.arv@chromium.org2010-07-301-0/+1
* Bookmarks: Remove the link from the bookmark list items.arv@chromium.org2010-07-172-26/+9
* Bookmarks: Persist expanded state of the tree items across sessions.arv@chromium.org2010-07-161-1/+78
* Clean up bookmark_manager_resources.grd:pkasting@chromium.org2010-07-123-6/+6
* Restore the bookmark manager favicon.tony@chromium.org2010-07-091-1/+1
* Bookmarks: Select items after user actions such as copy and paste, drag and d...arv@chromium.org2010-07-081-0/+64
* Bookmarks: Show a drop down arrow on the list items on hover.arv@chromium.org2010-07-013-23/+77
* Fix BMM paste on mac and list hover artifact.feldstein@chromium.org2010-06-241-1/+2
* Bookmarks/DOMUI JS: Refactor the list to use a data model.arv@chromium.org2010-06-212-176/+247
* Bookmarks: Make sure we remove the tree item from the tree lookup cache when ...arv@chromium.org2010-06-072-25/+53
* Bookmarks: Make sure that middle click to open works instead of autoscroll.arv@chromium.org2010-06-041-1/+19
* Bookmarks: Fix a script error when deleting multiple folders.arv@chromium.org2010-06-041-2/+1
* Bookmarks: Disable the sort command when there are no items to sort.arv@chromium.org2010-06-021-33/+48
* Bookmarks: Make sure we update the UI on importarv@chromium.org2010-06-023-18/+53
* Bookmarks: Reorganize the HTML a bit to reduce loading flicker.arv@chromium.org2010-05-191-109/+99
* Bookmarks: Localize Recent and Search tree items.arv@chromium.org2010-05-171-4/+5
* Make sure we don't "hang" when the bookmarks extension API does not work. Als...arv@chromium.org2010-05-141-1/+1
* Add smarter popup position code to DOM UI Shared Resources.arv@chromium.org2010-05-131-0/+1
* Move cr.Event into cr.js since that file should not depend on any other files.arv@chromium.org2010-05-071-1/+0
* Tabbed Bookmark Manager: match the context menu items with the bookmarks bar.arv@chromium.org2010-05-051-3/+5
* Bookmark manager: Don't update the input text if the input is focused/arv@chromium.org2010-05-041-1/+4
* Fix race condition in find as you type.arv@chromium.org2010-05-041-6/+16
* Rename a bunch of DOMUI shared resources.arv@chromium.org2010-04-305-12/+12
* Fix Dropping in the bookmark managerfeldstein@chromium.org2010-04-291-3/+8
* Bookmark manager: Tweak the top bar behavior a bit.arv@chromium.org2010-04-291-13/+18
* Add shared images from bookmark manager to chrome://resources/images/arv@chromium.org2010-04-296-5/+5
* Bookmark manager: Update layout of the header part.arv@chromium.org2010-04-293-8/+7
* Rework of the shared resources patch for checkinfeldstein@chromium.org2010-04-2829-5097/+27
* Bookmark manager: partial fix position of context menu for trees.arv@chromium.org2010-04-261-1/+1
* Bookmark manager: Make sure we do not collapse whitespace in bookmark names.arv@chromium.org2010-04-263-12/+14
* Bookmark manager: Fix issue with mouse events on the scrollbar as well as cli...arv@chromium.org2010-04-232-21/+34
* Bookmark manager: Make sure that commands can be prevented by stopping the ke...arv@chromium.org2010-04-231-1/+3
* Revert 41461 - Bookmark manager: Remove find as you typearv@chromium.org2010-04-231-0/+14
* Refactor the split pane element into a splitter element.arv@chromium.org2010-04-222-39/+48
* Bookmark Manager: Fix issue where we the user could drop text on the bmm.arv@chromium.org2010-04-211-22/+15
* Bookmark manager: Partial fix for RTL bookmark list items.arv@chromium.org2010-04-192-1/+2
* Bookmark manager: Middle click, Ctrl click, Shift+Control click should open b...arv@chromium.org2010-04-147-118/+657
* Bookmark manager: More workarounds for buggy flex box layout code.arv@chromium.org2010-04-131-1/+52