index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
bookmarks
/
bookmark_codec_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Componentize bookmarks_codec_unittest
blundell@chromium.org
2014-05-06
1
-467
/
+0
*
Move bookmarks' test support file to the bookmarks component
sdefresne@chromium.org
2014-05-05
1
-1
/
+1
*
Move bookmarks' production code to components/bookmarks
sdefresne@chromium.org
2014-04-30
1
-2
/
+2
*
Introduce BookmarkClient interface to abstract embedder
sdefresne@chromium.org
2014-04-26
1
-30
/
+35
*
Omnibox: Make URLs of Bookmarks Searchable
mpearson@chromium.org
2014-04-23
1
-8
/
+8
*
Revert 242455 "Revert 242449 "Update some uses of UTF conversion..."
avi@chromium.org
2013-12-24
1
-0
/
+2
*
Revert 242449 "Update some uses of UTF conversions in chrome/bro..."
avi@chromium.org
2013-12-24
1
-2
/
+0
*
Update some uses of UTF conversions in chrome/browser to use the base:: names...
avi@chromium.org
2013-12-24
1
-0
/
+2
*
Update some uses of Value in chrome/browser to use the base:: namespace.
avi@chromium.org
2013-12-23
1
-33
/
+41
*
Extract sync transaction version from bookmark meta info.
rfevang@chromium.org
2013-11-26
1
-1
/
+64
*
bookmarks: Cleanup, move AssertModelsEqual() to bookmark_code_unittest.cc
tfarina@chromium.org
2013-09-13
1
-8
/
+35
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
1
-1
/
+1
*
Use a direct include of strings headers in chrome/browser/bookmarks/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.
avi@chromium.org
2013-06-09
1
-1
/
+1
*
bookmarks: Get rid of the dependency on c/b/history/snippet.h
tfarina@chromium.org
2013-05-30
1
-1
/
+0
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-2
/
+2
*
Transaction version is used to detect out-of-sync between sync model and nati...
haitaol@chromium.org
2012-10-26
1
-0
/
+25
*
Break two classes defined in json_value_serializer.cc, .h into separate files.
bbudge@chromium.org
2012-02-26
1
-2
/
+2
*
BookmarkModel cleanup. synced_node is now mobile_node and I'm nuking
sky@chromium.org
2011-12-01
1
-4
/
+4
*
Move json_value_serializer from content/common to base.
dpranke@chromium.org
2011-10-07
1
-1
/
+1
*
Switch ChromeTestSuite to the same convention as ContentTestSuite:
phajdan.jr@chromium.org
2011-08-27
1
-2
/
+1
*
Reorganize chrome/test, part #9
phajdan.jr@chromium.org
2011-08-11
1
-1
/
+1
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #4
phajdan.jr@chromium.org
2011-08-03
1
-1
/
+2
*
bookmarks: Convert GetBookmarkBarNode() to unix_hacker style.
tfarina@chromium.org
2011-07-22
1
-11
/
+11
*
Revert "bookmarks: Wrap BookmarkCodec unittests into unnamed namespace."
evan@chromium.org
2011-07-18
1
-3
/
+3
*
bookmarks: Wrap BookmarkCodec unittests into unnamed namespace.
tfarina@chromium.org
2011-07-18
1
-3
/
+3
*
Revert "Revert 84829 - Initial implementation of "Synced Bookmarks" folder."
yfriedman@chromium.org
2011-05-26
1
-0
/
+49
*
Revert 84829 - Initial implementation of "Synced Bookmarks" folder.
yfriedman@chromium.org
2011-05-11
1
-2
/
+0
*
Initial implementation of "Synced Bookmarks" folder.
yfriedman@chromium.org
2011-05-10
1
-0
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
bookmarks: Rename AddGroup to AddFolder.
tfarina@chromium.org
2011-03-18
1
-8
/
+8
*
Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.
tfarina@chromium.org
2011-03-10
1
-5
/
+5
*
Convert wstrings in bookmarks, part 1000000.
viettrungluu@chromium.org
2010-08-31
1
-2
/
+2
*
Remove wstrings in bookmarks, part 5.
viettrungluu@chromium.org
2010-08-20
1
-2
/
+4
*
Remove wstrings from bookmarks, part 3.
viettrungluu@chromium.org
2010-08-19
1
-20
/
+24
*
Many changes to DictionaryValues:
pkasting@chromium.org
2009-11-25
1
-4
/
+4
*
Don't use ID generation logic always. Only reassign IDs
munjal@chromium.org
2009-07-15
1
-89
/
+51
*
Try the original CL "Always persist bookmark IDs" again with the fix to
munjal@chromium.org
2009-07-13
1
-14
/
+14
*
Revert "Always persist bookmark IDs."
tc@google.com
2009-07-13
1
-14
/
+14
*
Always persist bookmark IDs.
munjal@chromium.org
2009-07-13
1
-14
/
+14
*
Make bookmark model public interface use const BookmarkNode* instead of
munjal@chromium.org
2009-06-26
1
-10
/
+16
*
Don't allow duplicate bookmark node ids by always assigning ids with the ones...
tim@chromium.org
2009-05-22
1
-3
/
+3
*
Moves decoding and population of bookmark index to background thread.
sky@chromium.org
2009-05-22
1
-3
/
+11
*
Move the bookmark node iD generation to bookmark model isntead of
munjal@chromium.org
2009-05-12
1
-6
/
+0
*
Implement ID persistence for bookmarks:
munjal@chromium.org
2009-04-30
1
-11
/
+161
*
Add a way to checksum bookmark data to help determine if the
munjal@chromium.org
2009-04-27
1
-0
/
+163