summaryrefslogtreecommitdiffstats
path: root/components/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* Move ManagedBookmarksTracker from policy/core/browser to (new) bookmarks/mana...treib2015-03-204-0/+673
* Fix up if statement curly braces issues.aurimas2015-03-181-4/+2
* Instrument BookmarkStorage::OnLoadFinished Codepaths to Find Jankrobliao2015-03-141-0/+32
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-053-8/+8
* bookmarks: Remove unnecessary namespace qualifiers.tfarina2015-02-262-8/+6
* bookmarks: Cleanup - remove unused Element variable from BookmarkNodeData::Re...tfarina2015-02-211-1/+0
* Add more size_t -> int warning fixes for the win x64 GN build.dpranke2015-02-201-0/+2
* Managed bookmarks for supervised users.treib2015-02-094-0/+27
* bookmarks: Reuse kJavaScriptScheme constant from //url module.tfarina2015-02-071-7/+2
* bookmarks: Move BookmarkNode into 'bookmarks' namespace.tfarina2015-02-0410-25/+27
* bookmarks: Cleanup - remove unused variables left behind after refactoring.tfarina2015-01-301-2/+0
* bookmarks: BookmarkNodeData's size() cleanups.tfarina2015-01-295-16/+16
* Omnibox: BookmarksProvider: Make Multiple Prefix Matches Workmpearson2015-01-283-138/+40
* Disable BookmarkModelTest.Sort everywhere.John Abd-El-Malek2015-01-221-3/+2
* Revert of Revert of Eliminate components_unittests' dependence on chrome reso...jam2015-01-221-0/+2
* Revert of Eliminate components_unittests' dependence on chrome resources. (pa...chrishtr2015-01-211-2/+0
* Eliminate components_unittests' dependence on chrome resources.John Abd-El-Malek2015-01-211-0/+2
* Revert of Eliminate components_unittests' dependence on chrome resources. (pa...sergeyv2015-01-211-2/+0
* Eliminate components_unittests' dependence on chrome resources.John Abd-El-Malek2015-01-211-0/+2
* bookmarks: No need to make a temp variable when calling CloneBookmarkNode().tfarina2015-01-201-2/+1
* bookmarks: Eliminate more unnecessary static_casts.tfarina2015-01-152-37/+34
* bookmarks: Move BookmarkModel into 'bookmarks' namespace.tfarina2015-01-1213-62/+64
* Cleanup: Remove some static_casts from bookmark index test.tfarina2015-01-091-2/+2
* Remove deprecated methods from Pickle.avi2014-12-282-14/+13
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-282-13/+14
* Remove deprecated methods from Pickle.Avi Drissman2014-12-222-14/+13
* bookmarks: Move bookmark_pasteboard_helper_mac functions into 'bookmarks' nam...tfarina2014-12-222-4/+10
* Add avi as OWNER for Cocoa stuff in components/bookmarkstapted2014-12-171-0/+2
* MacViews: Make clipboard simplified string data for bookmarks consistent with...tapted2014-12-171-16/+22
* bookmarks: Move BookmarkModelObserver into 'bookmarks' namespace.tfarina2014-12-163-4/+9
* Refactor BookmarksBridge#searchBookmarks to return a list of BookmarkMatchestwellington2014-12-101-0/+64
* bookmarks: Only try to get favicon for URL nodes.tfarina2014-12-081-8/+5
* Reset remote ids of bookmark nodes when creating a clone.rfevang2014-12-064-2/+74
* gn format // (the rest, except mojo)scottmg2014-12-031-1/+3
* gn format //componentsscottmg2014-12-034-18/+10
* components: Cleanup gn check errors on 'bookmarks' component.tfarina2014-11-221-0/+8
* Use appropriate EXPECT_EQ argument order for BookmarkModelTest assertionswittman2014-11-211-12/+12
* bookmarks: Move BaseBookmarkModelObserver into 'bookmarks' namespace.tfarina2014-11-202-0/+8
* Reland rewrite clipboard write IPC handling to be easier to understand.dcheng2014-11-201-0/+1
* Revert of Rewrite clipboard write IPC handling to be easier to understand. (p...sky2014-11-191-1/+0
* Rewrite clipboard write IPC handling to be easier to understand.dcheng2014-11-191-0/+1
* Improve comments for BookmarkModelObserver removing functionssky2014-11-191-10/+21
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Make sure to update the BookmarkIndex on a URL Changedanduong2014-11-043-15/+36
* Allow systematic prefix search in bookmarks.kkimlabs2014-11-046-26/+131
* Add JNI bridges for EnhancedBookmark Create/AddFolder/Movedanduong2014-10-303-0/+21
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-293-7/+7
* Reland https://codereview.chromium.org/682103003/Yaron Friedman2014-10-291-1/+0
* Add kkimlabs@ as owner for enhanced_bookmarks locations.Yaron Friedman2014-10-291-1/+1
* Add unittest coverage for WriteToClipboard with a single URLhichris1232014-10-281-0/+14