summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/bookmark_editor_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the wstring FormatUrl() functions (and convert remaining users to the ...viettrungluu@chromium.org2010-08-311-5/+5
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-301-3/+3
* Remove wstrings from bookmarks, part 17.viettrungluu@chromium.org2010-08-291-2/+3
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Remove wstrings from bookmarks, part 14.viettrungluu@chromium.org2010-08-251-1/+2
* Remove wstrings from bookmarks, part 3.viettrungluu@chromium.org2010-08-191-3/+4
* Remove the dead code in bookmark_editor_view.cc.tfarina@chromium.org2010-07-021-4/+1
* Change a bunch of string types.estade@chromium.org2010-06-291-1/+1
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-181-2/+1
* Misc. small cleanups I ran into while working on other changes.pkasting@chromium.org2010-06-021-1/+2
* Strip the trailing slash from URLs like "http://google.com/". This especiall...pkasting@chromium.org2010-06-021-2/+5
* Get rid of BookmarkEditor::Handler entirely.viettrungluu@chromium.org2010-04-291-2/+2
* Get rid of BookmarkEditor::Show()'s BookmarkEditor::Handler argument.viettrungluu@chromium.org2010-04-281-9/+6
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-231-3/+2
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-221-2/+3
* Strips http from the omniboxsky@chromium.org2010-04-091-3/+2
* views: [accessibility] Add support for Accessibility Value.ctguil@chromium.org2010-03-261-5/+14
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-4/+3
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-041-2/+3
* Remove the deprecated version of FixupURL and fix the callers.thakis@chromium.org2009-12-031-2/+1
* Fix style issues in View class.maruel@chromium.org2009-11-071-3/+3
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-4/+3
* Lands http://codereview.chromium.org/272036 for Thiago:sky@chromium.org2009-10-191-2/+2
* Makes canceling 'bookmark all tabs' delete the folder. Or rather,sky@chromium.org2009-10-161-20/+23
* Adds the ability to create a bookmark folder populated with a bookmarksky@chromium.org2009-10-081-10/+20
* Fix 9867: Activating the previous/next buttons with the keyboard in the find ...finnur@chromium.org2009-09-031-1/+2
* Headers cleanup:phajdan.jr@chromium.org2009-07-231-0/+1
* 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
* Lands http://codereview.chromium.org/155128 for Thiago.sky@chromium.org2009-07-081-5/+6
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-261-20/+20
* Remove the Menu object, converting all the remaining callers to use Menu2. I'...ben@chromium.org2009-06-121-15/+26
* Local text file with spaces in filename is urlencoded in tab titlemhm@chromium.org2009-06-031-1/+2
* Make Textfield more portable.ben@chromium.org2009-05-281-3/+3
* Move text_field.cc and rename the class to Textfield in preparation for porting.ben@chromium.org2009-05-271-4/+4
* Shows Unicode IDN instead of Punycode in the followings:brettw@google.com2009-05-221-1/+14
* 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-2/+1
* Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...ben@chromium.org2009-05-081-1/+1
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-7/+7
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Port the folder selector portion of the BookmarkEditor to GTK.erg@google.com2009-05-051-62/+5
* Create a bookmark editor dialog interface and implement a GTK version.erg@google.com2009-04-281-19/+20
* Reland r14146 which refactors DialogButton into cross platformtc@google.com2009-04-211-4/+6
* Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform"tc@google.com2009-04-211-6/+4
* Refactor DialogDelegate so the DialogButton enum is in cross platformtc@google.com2009-04-211-4/+6
* The death knell for the old native buttons, checkboxes and radio buttons.ben@chromium.org2009-03-231-3/+4
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-1/+1