summaryrefslogtreecommitdiffstats
path: root/components/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* Convert ARRAYSIZE_UNSAFE -> arraysize in components/.viettrungluu2014-10-162-15/+15
* Same Bookmark url is getting pasted on the Bookmarkbar with same title.deepak.m12014-10-152-0/+78
* Make chrome_shell_apk buildcjhopman2014-10-131-0/+35
* Use ReadSizeT()/WriteSizeT() in more places.pkasting2014-10-081-12/+12
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-0612-50/+50
* Remove brettw from some owners files.brettw2014-10-021-1/+0
* Remove clipboard argument from ScopedClipboardWriter constructor.dcheng2014-09-172-7/+3
* Don't set metainfo ID for enhanced bookmarks extensionwittman2014-09-123-38/+20
* Show paste option on right click of bookmark bar if some URL is copied from o...ankit2.kumar2014-09-112-4/+54
* Move TestBookmarkClient into bookmarks namespace.tfarina2014-09-119-34/+33
* Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ a...thestig2014-09-102-2/+2
* Skip managed bookmarks at the BookmarkChangeProcessor.joaodasilva2014-09-101-2/+3
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-082-0/+2
* Move MockBookmarkModelObserver into bookmarks namespace.tfarina2014-09-082-0/+8
* Move bookmark_pref_names.* into bookmarks namespace.tfarina2014-08-282-0/+4
* Omnibox: Make URLs of Bookmarks Searchable - Try 2mpearson2014-08-2712-85/+61
* Revert of Omnibox: Make URLs of Bookmarks Searchable (patchset #2 of https://...estade@chromium.org2014-08-2212-61/+85
* Omnibox: Make URLs of Bookmarks Searchablempearson@chromium.org2014-08-2212-85/+61
* [Android] EnhancedBookmarksBridge for bookmark description read&write.kkimlabs@chromium.org2014-08-1410-0/+258
* Disable all the tests that are flaking more than 5% on Linux builders.jam@chromium.org2014-08-111-1/+7
* Remove sdefresne & blundell as temporary OWNERS for bookmarkssdefresne@chromium.org2014-08-051-6/+0
* Fix BookmarkNode MetaInfoMap copypasting for Macjiangj@opera.com2014-08-012-1/+76
* Move BookmarkNodeData into bookmarks namespace.tfarina@chromium.org2014-07-3014-12/+37
* Add more components tests to the GN build.brettw@chromium.org2014-07-211-0/+15
* components: Add GN build files for three more components.tfarina@chromium.org2014-07-151-6/+6
* Move bookmark_utils into bookmarks namespace.tfarina@chromium.org2014-07-157-38/+34
* Refactor FaviconService API to take in a desired pixel size instead of apkotwicz@chromium.org2014-07-123-22/+24
* components: Add bookmarks to GN build.tfarina@chromium.org2014-07-113-0/+107
* Fixed use-after-free in LoadCallback in bookmark_storage.ccjoaodasilva@chromium.org2014-07-092-16/+11
* Revert of Fixed use-after-free in LoadCallback in bookmark_storage.cc (https:...caitkp@chromium.org2014-07-082-11/+16
* Fixed use-after-free in LoadCallback in bookmark_storage.ccjoaodasilva@chromium.org2014-07-082-16/+11
* Replace refcounting with weak pointers for BookmarkStore.siggi@chromium.org2014-07-074-12/+12
* Make sdefresne temporary owner of bookmarkssdefresne@chromium.org2014-07-011-1/+1
* Move BookmarkClient into bookmarks namespace.tfarina@chromium.org2014-06-2710-8/+24
* Fixed flakiness in GetMostRecentlyAddedUserNodeForURLSkipsManagedNodes.joaodasilva@chromium.org2014-06-201-1/+1
* Move BookmarkCodec into bookmarks namespace.tfarina@chromium.org2014-06-194-2/+13
* Set metainfo ID for enhanced bookmarks extensionwittman@chromium.org2014-06-173-20/+38
* Added a pref to hide the Managed Bookmarks.joaodasilva@chromium.org2014-06-163-0/+10
* Removed deprecated methods.joaodasilva@chromium.org2014-06-154-32/+3
* Revert of Added a pref to hide the Managed Bookmarks. (https://codereview.chr...rouslan@chromium.org2014-06-153-10/+0
* Added a pref to hide the Managed Bookmarks.joaodasilva@chromium.org2014-06-143-0/+10
* Introduce ChromeBookmarkClientFactoryjoaodasilva@chromium.org2014-06-143-5/+8
* Move BookmarkExpandedStateTracker into bookmarks namespace.tfarina@chromium.org2014-06-135-3/+16
* Move BookmarkMatch into bookmarks namespace.tfarina@chromium.org2014-06-125-7/+15
* Mass-rename of BookmarkModel::RemoveAll().joaodasilva@chromium.org2014-06-1111-19/+50
* Revert of Mass-rename of BookmarkModel::RemoveAll(). (https://codereview.chro...joaodasilva@chromium.org2014-06-1010-40/+19
* Mass-rename of BookmarkModel::RemoveAll().joaodasilva@chromium.org2014-06-1010-19/+40
* Move about://-related constants from //content to //urlblundell@chromium.org2014-06-101-3/+3
* Added BookmarkClient::CanBeEditedByUser.joaodasilva@chromium.org2014-06-0610-68/+232
* Create the managed_node at the ChromeBookmarkClient.joaodasilva@chromium.org2014-06-062-0/+51