summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/bookmark_manager
Commit message (Collapse)AuthorAgeFilesLines
* Load the bookmark manager extension at Chrome startup.aa@chromium.org2010-03-041-0/+1
| | | | | | Review URL: http://codereview.chromium.org/660232 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40683 0039d316-1c4b-4281-b951-d872f2087c98
* Bookmark manager: Add drop down arrows to the drop down buttons.arv@chromium.org2010-03-034-259/+291
| | | | | | | | | | | | This also moves the CSS out of main.html BUG=4890 TEST=The "Organize" and "Tools" buttons should now have arrows next to them. Review URL: http://codereview.chromium.org/661427 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40471 0039d316-1c4b-4281-b951-d872f2087c98
* Add command line option to use a tabbed bookmark manager.arv@chromium.org2010-03-031-1/+4
| | | | | | | | | | | Start with --enable-tabbed-bookmark-manager. This will show chrome://bookmarks in a tab instead of the old bookmark manager. However, to get the bookmark manager extension to show you need to use --load-extension=path_to_extension. The extension uses the chrome_url_override to show the extension instead of the bookmark manager. BUG=4890 TEST=See description Review URL: http://codereview.chromium.org/661019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40468 0039d316-1c4b-4281-b951-d872f2087c98
* Bookmark manager fixesarv@chromium.org2010-03-0215-162/+1106
| | | | | | | | | | | | | | | | | | | 1. Implement "Add page" and "Add folder". 2. Fix issue where dragging a folder to a subfolder regressed. 3. Disable "Open ..." on folders that have no bookmark descendandts. 4. Add bmm.TreeLoader so we can reuse the call to getTree. 5. Add bmm.TreeIterator so we do not have to duplicate tree traversal code. 6. Fix issue where fast changes in the tree caused infinite navigation hangs. 7. Add some more strings. 8. Remove old temporary hack for the strings since we really need the experimental API at this point anyway. 9. Prevent system beep on copy and cut. BUG=32194, 36457, 36459 TEST=None Review URL: http://codereview.chromium.org/660196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40433 0039d316-1c4b-4281-b951-d872f2087c98
* Bookmark Manager: Set the direction and the font size based on the language.arv@chromium.org2010-02-231-6/+7
| | | | | | | | | BUG=36457 TEST=Change the language to Hebrew (for example) and notice the RTL UI. Review URL: http://codereview.chromium.org/652079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39748 0039d316-1c4b-4281-b951-d872f2087c98
* Bookmark manager drag and drop.arv@chromium.org2010-02-223-159/+164
| | | | | | | | | | | | | | | This is the HTML part of http://codereview.chromium.org/596105 BUG=4890 TEST=Try the following: Dragging and dropping within the bookmark manager Dragging and dropping from/to the bookmark bar Dragging and dropping from/to the old bookmark manager Dragging and dropping from/to the bookmark manager from another instance of Chrome. This should copy the items instead of moving them. Review URL: http://codereview.chromium.org/646076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39631 0039d316-1c4b-4281-b951-d872f2087c98
* Updating the bookmark manager icons.arv@chromium.org2010-02-172-0/+0
| | | | | | | | | | TBR=glen BUG=34618 TEST=Look and behold. The section image is now showing a star. Review URL: http://codereview.chromium.org/618013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39248 0039d316-1c4b-4281-b951-d872f2087c98
* Bookmark Manager: Hook up edit and rename commands.arv@chromium.org2010-02-117-8/+432
| | | | | | | | | | | This adds support for rename/edit to the tree and list. BUG=4890 TEST=Right click and rename folders. Right click to edit bookmarks. Review URL: http://codereview.chromium.org/600025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38736 0039d316-1c4b-4281-b951-d872f2087c98
* Move bookmark managerarv@chromium.org2010-02-0335-0/+5783
BUG=None TEST=None Review URL: http://codereview.chromium.org/560023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37980 0039d316-1c4b-4281-b951-d872f2087c98