summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_codec.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename GetStringAsUTF16() to GetString() (and overload), etc.viettrungluu@chromium.org2010-08-041-13/+13
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-041-2/+2
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-5/+7
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-5/+6
* More bookmarks string1t work.munjal@chromium.org2010-01-211-26/+26
* Fix for crash when a bookmark URL is an empty string tim@chromium.org2009-10-301-2/+3
* Lands http://codereview.chromium.org/272036 for Thiago:sky@chromium.org2009-10-191-5/+5
* Makes sure bookmark ids are unique on reading from file. If not uniquesky@chromium.org2009-10-071-6/+15
* Convert internal time format to Windows 1601 epoch on Linux & Mac.brettw@chromium.org2009-08-261-2/+16
* Fixing potential memory leak in BookmarkCodec::DecodeNode.finnur@chromium.org2009-08-041-2/+9
* Don't use ID generation logic always. Only reassign IDsmunjal@chromium.org2009-07-151-69/+31
* Try the original CL "Always persist bookmark IDs" again with the fix tomunjal@chromium.org2009-07-131-24/+23
* Revert "Always persist bookmark IDs."tc@google.com2009-07-131-23/+24
* Always persist bookmark IDs.munjal@chromium.org2009-07-131-24/+23
* Lands http://codereview.chromium.org/155128 for Thiago.sky@chromium.org2009-07-081-5/+6
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-261-11/+11
* Should provide checks while loading bookmarksmhm@chromium.org2009-06-091-12/+6
* Don't allow duplicate bookmark node ids by always assigning ids with the ones...tim@chromium.org2009-05-221-6/+5
* Moves decoding and population of bookmark index to background thread.sky@chromium.org2009-05-221-20/+22
* Moves GetFavIcon from BookmarkNode to BookmarkModel. I'm doing thissky@chromium.org2009-05-201-2/+2
* Move the bookmark node iD generation to bookmark model isntead ofmunjal@chromium.org2009-05-121-7/+38
* Move l10n_util to app/ben@chromium.org2009-05-051-2/+1
* Implement ID persistence for bookmarks:munjal@chromium.org2009-04-301-9/+71
* Add a way to checksum bookmark data to help determine if themunjal@chromium.org2009-04-271-23/+85
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* revert broken change 10833nsylvain@chromium.org2009-03-031-47/+38
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-38/+47
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-42/+34
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-34/+42
* Get rid of wstring variants of StringToFoo.dsh@google.com2009-02-281-4/+4
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-2/+1
* Port some files in chrome/browser/ - part 1.deanm@chromium.org2008-11-251-2/+1
* Adds import/export of bookmarks to bookmarks.html file.sky@google.com2008-11-071-15/+12
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-1/+2
* Port some more of chrome/ to Linux.deanm@google.com2008-10-021-0/+1
* 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/+195