summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/bookmark_editor_view.h
Commit message (Expand)AuthorAgeFilesLines
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Get rid of BookmarkEditor::Show()'s BookmarkEditor::Handler argument.viettrungluu@chromium.org2010-04-281-4/+1
* views: [accessibility] Add support for Accessibility Value.ctguil@chromium.org2010-03-261-1/+8
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-3/+2
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-041-5/+6
* Makes canceling 'bookmark all tabs' delete the folder. Or rather,sky@chromium.org2009-10-161-8/+5
* Adds the ability to create a bookmark folder populated with a bookmarksky@chromium.org2009-10-081-31/+29
* Fix 9867: Activating the previous/next buttons with the keyboard in the find ...finnur@chromium.org2009-09-031-1/+1
* Headers cleanup:phajdan.jr@chromium.org2009-07-231-1/+2
* Try the original CL "Always persist bookmark IDs" again with the fix tomunjal@chromium.org2009-07-131-2/+2
* Revert "Always persist bookmark IDs."tc@google.com2009-07-131-2/+2
* Always persist bookmark IDs.munjal@chromium.org2009-07-131-2/+2
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-261-15/+15
* Remove the Menu object, converting all the remaining callers to use Menu2. I'...ben@chromium.org2009-06-121-9/+10
* Move text_field.cc and rename the class to Textfield in preparation for porting.ben@chromium.org2009-05-271-9/+9
* Try to make TextField::Controller implementors cross-platform by abstractingbrettw@chromium.org2009-05-211-2/+3
* Refactors menus so that I can create a MenuGtk implementation, and moves it intosky@chromium.org2009-05-141-2/+2
* Move tree-related classes that Linux code depends on from views/ to app/phajdan.jr@chromium.org2009-05-131-6/+5
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-6/+6
* Create a bookmark editor dialog interface and implement a GTK version.erg@google.com2009-04-281-30/+6
* Reland r14146 which refactors DialogButton into cross platformtc@google.com2009-04-211-2/+3
* Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform"tc@google.com2009-04-211-2/+2
* Refactor DialogDelegate so the DialogButton enum is in cross platformtc@google.com2009-04-211-2/+2
* When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...finnur@chromium.org2009-04-081-3/+3
* The death knell for the old native buttons, checkboxes and radio buttons.ben@chromium.org2009-03-231-5/+5
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-6/+6
* Move windowing related objects into chrome/views/window subdir.ben@chromium.org2009-03-171-1/+1
* Wires up sorting of bookmarks to the 'organize menu' in the bookmarksky@google.com2009-02-271-0/+2
* Port some files in chrome/browser/agl@chromium.org2008-11-141-0/+1
* Miscellaneous bookmark manager polish:sky@google.com2008-11-031-9/+23
* First cut at the bookmark manager. There are still a fair number ofsky@google.com2008-10-291-6/+21
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-23/+23
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-161-1/+0
* Convert GetPreferredSize from:beng@google.com2008-10-151-1/+1
* Changes the bookmark model to allow more than one bookmark tosky@google.com2008-09-191-15/+16
* Renames BoomarkBarModel to BookmarkModel.sky@google.com2008-09-111-42/+40
* Moves bookmark related classes into bookmarks directory. There are nosky@google.com2008-09-091-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Moves bookmarks out of history into its own file (JSON).sky@google.com2008-08-211-3/+2
* Tests for BookmarkEditorView.sky@google.com2008-08-131-1/+16
* Window Delegate Improvements:beng@google.com2008-07-301-3/+1
* Add chrome to the repository.initial.commit2008-07-261-0/+269