summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_codec_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Componentize bookmarks_codec_unittestblundell@chromium.org2014-05-061-467/+0
* Move bookmarks' test support file to the bookmarks componentsdefresne@chromium.org2014-05-051-1/+1
* Move bookmarks' production code to components/bookmarkssdefresne@chromium.org2014-04-301-2/+2
* Introduce BookmarkClient interface to abstract embeddersdefresne@chromium.org2014-04-261-30/+35
* Omnibox: Make URLs of Bookmarks Searchablempearson@chromium.org2014-04-231-8/+8
* Revert 242455 "Revert 242449 "Update some uses of UTF conversion..."avi@chromium.org2013-12-241-0/+2
* Revert 242449 "Update some uses of UTF conversions in chrome/bro..."avi@chromium.org2013-12-241-2/+0
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-0/+2
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-231-33/+41
* Extract sync transaction version from bookmark meta info.rfevang@chromium.org2013-11-261-1/+64
* bookmarks: Cleanup, move AssertModelsEqual() to bookmark_code_unittest.cctfarina@chromium.org2013-09-131-8/+35
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Use a direct include of strings headers in chrome/browser/bookmarks/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.avi@chromium.org2013-06-091-1/+1
* bookmarks: Get rid of the dependency on c/b/history/snippet.htfarina@chromium.org2013-05-301-1/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-2/+2
* Transaction version is used to detect out-of-sync between sync model and nati...haitaol@chromium.org2012-10-261-0/+25
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-261-2/+2
* BookmarkModel cleanup. synced_node is now mobile_node and I'm nukingsky@chromium.org2011-12-011-4/+4
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-031-1/+2
* bookmarks: Convert GetBookmarkBarNode() to unix_hacker style.tfarina@chromium.org2011-07-221-11/+11
* Revert "bookmarks: Wrap BookmarkCodec unittests into unnamed namespace."evan@chromium.org2011-07-181-3/+3
* bookmarks: Wrap BookmarkCodec unittests into unnamed namespace.tfarina@chromium.org2011-07-181-3/+3
* Revert "Revert 84829 - Initial implementation of "Synced Bookmarks" folder."yfriedman@chromium.org2011-05-261-0/+49
* Revert 84829 - Initial implementation of "Synced Bookmarks" folder.yfriedman@chromium.org2011-05-111-2/+0
* Initial implementation of "Synced Bookmarks" folder.yfriedman@chromium.org2011-05-101-0/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* bookmarks: Rename AddGroup to AddFolder.tfarina@chromium.org2011-03-181-8/+8
* Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.tfarina@chromium.org2011-03-101-5/+5
* Convert wstrings in bookmarks, part 1000000.viettrungluu@chromium.org2010-08-311-2/+2
* Remove wstrings in bookmarks, part 5.viettrungluu@chromium.org2010-08-201-2/+4
* Remove wstrings from bookmarks, part 3.viettrungluu@chromium.org2010-08-191-20/+24
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-4/+4
* Don't use ID generation logic always. Only reassign IDsmunjal@chromium.org2009-07-151-89/+51
* Try the original CL "Always persist bookmark IDs" again with the fix tomunjal@chromium.org2009-07-131-14/+14
* Revert "Always persist bookmark IDs."tc@google.com2009-07-131-14/+14
* Always persist bookmark IDs.munjal@chromium.org2009-07-131-14/+14
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-261-10/+16
* Don't allow duplicate bookmark node ids by always assigning ids with the ones...tim@chromium.org2009-05-221-3/+3
* Moves decoding and population of bookmark index to background thread.sky@chromium.org2009-05-221-3/+11
* Move the bookmark node iD generation to bookmark model isntead ofmunjal@chromium.org2009-05-121-6/+0
* Implement ID persistence for bookmarks:munjal@chromium.org2009-04-301-11/+161
* Add a way to checksum bookmark data to help determine if themunjal@chromium.org2009-04-271-0/+163