summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_model.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename IndexOfChild to GetIndexOf. Part 1tfarina@chromium.org2011-03-081-5/+5
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Move l10n_util to ui/baseben@chromium.org2011-01-211-2/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-8/+8
* Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage.thestig@chromium.org2011-01-151-1/+3
* Remove wstring from l10n_util. Part 8, the last part.avi@chromium.org2011-01-071-3/+2
* Move:ben@chromium.org2010-12-021-1/+1
* Rename BookmarkDragData to BookmarkNodeData. Part 1.tfarina@chromium.org2010-11-201-2/+2
* Rename CloneDragData to CloneBookmarkNode.tfarina@chromium.org2010-11-131-2/+2
* FBTF: Small nits; moving virtual methods to implementation.erg@google.com2010-10-081-0/+9
* FBTF: Move ctors/dtors into cc files.erg@google.com2010-09-131-0/+3
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-301-4/+4
* bookmarks: Add HasBookmarks() method to BookmarkModel API.tfarina@chromium.org2010-08-271-0/+5
* Remove wstrings from bookmarks, part 16.viettrungluu@chromium.org2010-08-261-3/+4
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Remove wstrings from bookmarks, part 11.viettrungluu@chromium.org2010-08-221-2/+1
* Remove wstrings from bookmarks, part 7.viettrungluu@chromium.org2010-08-211-4/+6
* Remove wstrings from bookmarks, part 6.viettrungluu@chromium.org2010-08-211-6/+0
* Remove wstrings in bookmarks, part 5.viettrungluu@chromium.org2010-08-201-8/+0
* Remove wstrings from bookmarks, part 3.viettrungluu@chromium.org2010-08-191-7/+0
* Convert strings in bookmarks, part 2.viettrungluu@chromium.org2010-08-181-9/+2
* Remove wstrings from bookmarks, part 1 (of many).viettrungluu@chromium.org2010-08-181-19/+1
* 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