summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_codec.h
Commit message (Expand)AuthorAgeFilesLines
* Makes sure bookmark ids are unique on reading from file. If not uniquesky@chromium.org2009-10-071-2/+8
* Fixing potential memory leak in BookmarkCodec::DecodeNode.finnur@chromium.org2009-08-041-2/+3
* Don't use ID generation logic always. Only reassign IDsmunjal@chromium.org2009-07-151-37/+12
* Try the original CL "Always persist bookmark IDs" again with the fix tomunjal@chromium.org2009-07-131-18/+20
* Revert "Always persist bookmark IDs."tc@google.com2009-07-131-20/+18
* Always persist bookmark IDs.munjal@chromium.org2009-07-131-18/+20
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-261-3/+3
* Don't allow duplicate bookmark node ids by always assigning ids with the ones...tim@chromium.org2009-05-221-1/+1
* Moves decoding and population of bookmark index to background thread.sky@chromium.org2009-05-221-10/+15
* Move the bookmark node iD generation to bookmark model isntead ofmunjal@chromium.org2009-05-121-1/+8
* Implement ID persistence for bookmarks:munjal@chromium.org2009-04-301-4/+45
* Add a way to checksum bookmark data to help determine if themunjal@chromium.org2009-04-271-0/+42
* Adds import/export of bookmarks to bookmarks.html file.sky@google.com2008-11-071-0/+16
* Renames BoomarkBarModel to BookmarkModel.sky@google.com2008-09-111-13/+13
* Moves bookmark related classes into bookmarks directory. There are nosky@google.com2008-09-091-0/+67