summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-072-5/+4
* Revert "Revert r31175 r31176 r31187"hclam@chromium.org2009-11-061-1/+4
* Rever r31175 r31176 r31187hclam@chromium.org2009-11-061-4/+1
* Fifth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-1/+4
* Enable localization of default downloaded filename.tony@chromium.org2009-11-041-1/+2
* Unittest for fix to allow navigation when there is no history DB.pkasting@chromium.org2009-11-022-6/+6
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-0210-65/+70
* Fix for crash when a bookmark URL is an empty string tim@chromium.org2009-10-302-4/+6
* Changes bookmark html writer test to lookup string rather than hardsky@chromium.org2009-10-281-14/+9
* Fix browser crash on startup.ukai@chromium.org2009-10-271-1/+1
* Mark flaky tests as flaky:phajdan.jr@chromium.org2009-10-261-1/+2
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-1/+0
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-221-1/+1
* Make PNGCodec::Decode(...) not make an intermediary copy of the decoded data;erg@google.com2009-10-221-1/+1
* Lands http://codereview.chromium.org/272036 for Thiago:sky@chromium.org2009-10-195-25/+25
* Support the Bookmark bar and Other bookmarks titles in titlecase.thomasvl@chromium.org2009-10-191-0/+6
* Add NOTREACHED for someone trying to change the title on the bookmark bar fol...thomasvl@chromium.org2009-10-191-0/+5
* Makes canceling 'bookmark all tabs' delete the folder. Or rather,sky@chromium.org2009-10-164-66/+124
* More style nits.erg@google.com2009-10-141-1/+1
* Converts some uses of native_view to native_window. This is necessitatedsky@chromium.org2009-10-125-12/+11
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-114-4/+4
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-092-2/+2
* Allow the NTP to be bookmarked.pkasting@chromium.org2009-10-092-16/+7
* * Add ctrl-shift-d to bookmark all tabs.pkasting@chromium.org2009-10-082-13/+12
* Add the ability to unload the HistoryBackend.pkasting@chromium.org2009-10-083-3/+3
* Adds the ability to create a bookmark folder populated with a bookmarksky@chromium.org2009-10-083-7/+54
* Makes sure bookmark ids are unique on reading from file. If not uniquesky@chromium.org2009-10-073-8/+61
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-033-5/+5
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-3/+3
* Fixes bug in determining if we can paste from the clipboard. Need tosky@chromium.org2009-10-012-1/+40
* Coverity: check result of file_util::CopyFile.mattm@chromium.org2009-09-291-1/+1
* Reenables BookmarkHTMLWriterTest. I couldn't repro a failure on mysky@chromium.org2009-09-251-19/+60
* Lands http://codereview.chromium.org/214030 for Thiago:sky@chromium.org2009-09-253-8/+5
* Bookmark context menu: pass the correct parent to the bookmark editor.estade@chromium.org2009-09-121-1/+1
* Clipboard:estade@chromium.org2009-09-101-2/+6
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-081-1/+1
* Adds a FaviconService class tied to the profile.arv@google.com2009-08-282-14/+14
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-282-8/+2
* Fix a ton of compiler warnings.estade@chromium.org2009-08-282-2/+8
* Do at least some rudimentary sorting of bookmarked URLs in the omnibox dropdo...pkasting@chromium.org2009-08-284-30/+179
* Convert internal time format to Windows 1601 epoch on Linux & Mac.brettw@chromium.org2009-08-261-2/+16
* Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...jshin@chromium.org2009-08-181-5/+5
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-171-1/+2
* Refactors OSExchangeData for easier portability.sky@chromium.org2009-08-125-61/+63
* Revert of r22559.aa@chromium.org2009-08-062-2/+2
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-062-2/+2
* Adds a unit test for coverage of bug 15786.sky@chromium.org2009-08-051-1/+6
* Fix a DCHECK hit inside the bookmark matching code.evan@chromium.org2009-08-051-9/+10
* GTK: implement bookmark manager copy/paste.estade@chromium.org2009-08-043-46/+85