summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* Typo fixestade@chromium.org2009-07-311-1/+1
* Since bookmark copy/paste is not impl on non-Windows platforms, don't remove ...estade@chromium.org2009-07-311-0/+5
* Gtk: DnD extravaganzaestade@chromium.org2009-07-282-0/+15
* Removing unused forward declaration of StarredURLDatabase from bookmark_model.h.phajdan.jr@chromium.org2009-07-271-4/+0
* Headers cleanup:phajdan.jr@chromium.org2009-07-235-3/+7
* Disables BookmarkHTMLWriterTest for now, since it is very flaky on Windows. W...klink@chromium.org2009-07-231-1/+1
* Header cleanup in browser/importerphajdan.jr@chromium.org2009-07-202-48/+57
* Don't use ID generation logic always. Only reassign IDsmunjal@chromium.org2009-07-153-195/+94
* Lands http://codereview.chromium.org/155428 for Thiago, which changessky@chromium.org2009-07-153-11/+12
* Try the original CL "Always persist bookmark IDs" again with the fix tomunjal@chromium.org2009-07-1310-147/+106
* Revert "Always persist bookmark IDs."tc@google.com2009-07-1310-104/+146
* Always persist bookmark IDs.munjal@chromium.org2009-07-1310-146/+104
* Reverting 20468.glen@chromium.org2009-07-121-2/+1
* Commit for tfarinaglen@chromium.org2009-07-121-1/+2
* Lands http://codereview.chromium.org/155128 for Thiago.sky@chromium.org2009-07-086-48/+65
* Have the ApplyEdit* bookmark utilities return the BookmarkNode pointertim@chromium.org2009-07-072-37/+42
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-011-1/+1
* TBR:aa@chromium.org2009-07-011-1/+1
* Fix: Certain redirections remove sites from the historyyuzo@chromium.org2009-07-011-1/+1
* Lands http://codereview.chromium.org/126036 for Thiago.sky@chromium.org2009-06-302-6/+15
* Need to temporarily flip this back to gfx::NativeView since the other platfor...ben@chromium.org2009-06-272-3/+4
* First part of bookmark context menu reorg.ben@chromium.org2009-06-272-0/+659
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-2627-451/+525
* Fork bookmark context menu logic across platforms. There's too much crazy stu...ben@chromium.org2009-06-255-1081/+0
* Replace std:;wstring with std::string and string16 in locale-name related APIs.jshin@chromium.org2009-06-241-1/+1
* GTK: Fixes regression where "Add Page..." didn't work and printed a NOTIMPLEM...erg@google.com2009-06-221-3/+3
* Rebuild the bookmark context menu from scratch when selection changes.estade@chromium.org2009-06-221-6/+0
* Move TableModel out of views/ and into app/.estade@chromium.org2009-06-163-16/+8
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-1/+1
* Should provide checks while loading bookmarksmhm@chromium.org2009-06-091-12/+6
* GTK bookmark manager: organize menu and aesthetic improvements.estade@chromium.org2009-06-082-3/+9
* Fix toolkit_views build.ben@chromium.org2009-06-031-4/+4
* Linux bookmark manager first cut.estade@chromium.org2009-06-034-18/+46
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-031-0/+1
* Local text file with spaces in filename is urlencoded in tab titlemhm@chromium.org2009-06-031-1/+3
* Support for searching bookmarks for IDN.brettw@chromium.org2009-06-026-32/+94
* Fix the Windows build by adding necessary headers.brettw@chromium.org2009-05-311-0/+1
* Split out the views table functions into separate header files. Many users onlybrettw@chromium.org2009-05-312-5/+8
* Fixes a slew of random link/compile errors for views on gtk.sky@chromium.org2009-05-291-4/+8
* Properly display mnemonics in some gtk menus where they were not being escape...estade@chromium.org2009-05-291-12/+3
* Stub out a couple of methods in BookmarkDragData.sky@chromium.org2009-05-291-0/+9
* We need to save bookmarks file when the persist_ids settings changesmunjal@chromium.org2009-05-284-0/+42
* Converts a bunch things from NativeWindow to NativeView to make itsky@chromium.org2009-05-275-11/+11
* Add a preference to enable/disable ID persistence in bookmark model andmunjal@chromium.org2009-05-273-5/+53
* Fox some compilation problems for Linux. This also adds bookmark_bar_view andbrettw@chromium.org2009-05-261-1/+1
* Rename bookmark_context_menu_win to *_views instead since it's technicallybrettw@chromium.org2009-05-261-0/+0
* Fix more compilation errors in browser_view.cc and an error I introduced in abrettw@chromium.org2009-05-261-3/+3
* Make bookmark_bar_view.h hopefully compile on Linux.brettw@chromium.org2009-05-261-1/+1
* Move the BookmarkMenuController out of bookmarks to the platform-specific partbrettw@chromium.org2009-05-264-694/+0
* Don't allow duplicate bookmark node ids by always assigning ids with the ones...tim@chromium.org2009-05-225-11/+20