summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_model.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix various uses of release() that did not check its valueestade@chromium.org2010-05-041-4/+3
* Remove extra notification from BookmarkModel::Copy.skrul@chromium.org2010-04-161-3/+2
* Remove bookmarks log message.dhollowa@chromium.org2010-04-021-2/+0
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-181-1/+1
* Change so that the extension favicon is read on the UI thread since extension...arv@chromium.org2010-03-171-1/+1
* Add bookmark copying while dragging by holding down the <option> key.mrossetti@chromium.org2010-03-111-0/+27
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Implement BookmarkModel::SetUrlarv@chromium.org2010-02-091-0/+40
* Add import/export extension apisfeldstein@chromium.org2010-01-281-0/+10
* remove ICU includes from l10n_util.hevan@chromium.org2010-01-251-0/+1
* Use string16 instead of wstring in bookmark data model.munjal@chromium.org2010-01-111-2/+48
* Lands http://codereview.chromium.org/469009 for Thiago:sky@chromium.org2009-12-161-9/+9
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-021-4/+5
* Fix browser crash on startup.ukai@chromium.org2009-10-271-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-191-6/+6
* Add NOTREACHED for someone trying to change the title on the bookmark bar fol...thomasvl@chromium.org2009-10-191-0/+5
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-3/+3
* Adds a FaviconService class tied to the profile.arv@google.com2009-08-281-12/+11
* Do at least some rudimentary sorting of bookmarked URLs in the omnibox dropdo...pkasting@chromium.org2009-08-281-4/+4
* Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...jshin@chromium.org2009-08-181-5/+5
* Revert of r22559.aa@chromium.org2009-08-061-1/+1
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-061-1/+1
* Try the original CL "Always persist bookmark IDs" again with the fix tomunjal@chromium.org2009-07-131-45/+14
* Revert "Always persist bookmark IDs."tc@google.com2009-07-131-14/+45
* Always persist bookmark IDs.munjal@chromium.org2009-07-131-45/+14
* Lands http://codereview.chromium.org/155128 for Thiago.sky@chromium.org2009-07-081-12/+25
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-261-68/+78
* Replace std:;wstring with std::string and string16 in locale-name related APIs.jshin@chromium.org2009-06-241-1/+1
* We need to save bookmarks file when the persist_ids settings changesmunjal@chromium.org2009-05-281-0/+16
* Add a preference to enable/disable ID persistence in bookmark model andmunjal@chromium.org2009-05-271-0/+32
* Moves decoding and population of bookmark index to background thread.sky@chromium.org2009-05-221-24/+42
* More NotificationRegistrar conversions.pkasting@chromium.org2009-05-221-11/+3
* Moves GetFavIcon from BookmarkNode to BookmarkModel. I'm doing thissky@chromium.org2009-05-201-21/+20
* Adds an index over bookmark titles for fast look up.sky@chromium.org2009-05-191-0/+17
* Move the bookmark node iD generation to bookmark model isntead ofmunjal@chromium.org2009-05-121-19/+12
* Converted BookmarkStorage to use ImportantFileWriterphajdan.jr@chromium.org2009-05-081-77/+3
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Implement ID persistence for bookmarks:munjal@chromium.org2009-04-301-8/+22
* Fixes bug were sorting bookmarks wouldn't trigger a save.sky@google.com2009-03-121-0/+3
* Adds support for BlockTillLoaded to Linux.markus@chromium.org2009-03-091-17/+4
* Changes bookmark sorting to sort folders first.sky@google.com2009-03-051-3/+38
* Adds ability to sort the children of a node in the bookmark model. Isky@google.com2009-02-251-0/+15
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-2/+1
* Re-check in some of my dynamic linking change.evan@chromium.org2009-02-101-7/+23
* Revert basically everything I've done today as it fails mysteriouslyevan@chromium.org2009-02-101-23/+7
* Bring a bunch more headers into the non-Windows build:evan@chromium.org2009-02-101-7/+23
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-12/+15