summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_model_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* bookmarks: Componentize bookmark_model_unittest.cc.tfarina@chromium.org2014-05-161-1160/+0
* Allow embedder to force visibility of permanent nodessdefresne@chromium.org2014-05-121-7/+10
* Move bookmarks' test support file to the bookmarks componentsdefresne@chromium.org2014-05-051-2/+2
* Remove NotifyHistoryAboutRemovedBookmarks from BookmarkClient interface.tfarina@chromium.org2014-05-021-5/+9
* Move bookmarks' production code to components/bookmarkssdefresne@chromium.org2014-04-301-2/+2
* Move bookmark_model_observer.h to the bookmarks componentsdefresne@chromium.org2014-04-281-1/+1
* Introduce BookmarkClient interface to abstract embeddersdefresne@chromium.org2014-04-261-159/+160
* BookmarkManagerPrivate API meta info improvements.rfevang@chromium.org2014-04-241-0/+27
* Omnibox: Make URLs of Bookmarks Searchablempearson@chromium.org2014-04-231-1/+1
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-5/+5
* Rename BookmarkModelObserver::Loaded() method to BookmarkModelLoaded().tfarina@chromium.org2013-12-261-1/+2
* Revert 242455 "Revert 242449 "Update some uses of UTF conversion..."avi@chromium.org2013-12-241-2/+3
* Revert 242449 "Update some uses of UTF conversions in chrome/bro..."avi@chromium.org2013-12-241-3/+2
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-2/+3
* Replace string16 with base::string16.brettw@chromium.org2013-12-041-19/+19
* Extract sync transaction version from bookmark meta info.rfevang@chromium.org2013-11-261-2/+2
* bookmarks: Cleanup, remove BookmarkModelTestUtils class.tfarina@chromium.org2013-09-161-10/+8
* bookmarks: Get rid of ui_test_utils.h entry from the exception list.tfarina@chromium.org2013-09-111-3/+2
* BookmarkModel::ReorderChildren to take const BookmarkNodes.tom.cassiotis@gmail.com2013-08-061-1/+1
* Add asserts to TestingProfile::CreateHistoryService to ensure files are deletedrmcilroy@chromium.org2013-07-241-10/+1
* Revert 213148 "Add asserts to TestingProfile::CreateHistoryServi..."rlarocque@chromium.org2013-07-231-1/+10
* Add asserts to TestingProfile::CreateHistoryService to ensure files are deletedrmcilroy@chromium.org2013-07-231-10/+1
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1tfarina@chromium.org2013-07-021-1/+1
* bookmarks: Move BookmarkModel test utils from chrome/test/base.tfarina@chromium.org2013-07-021-21/+22
* Use a direct include of time headers in chrome/browser/, part 1.avi@chromium.org2013-06-281-1/+1
* Fix Bookmark DeleteMetaInfo to handle pathszea@chromium.org2013-06-211-5/+13
* bookmarks: Use TestBrowserThreadBundle instead of TestBrowserThread.tfarina@chromium.org2013-06-201-7/+3
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in chrome/browser/bookmarks/.avi@chromium.org2013-06-101-2/+2
* BookmarkModel changes for multiple level undo and redo of bookmarks.tom.cassiotis@gmail.com2013-06-101-17/+80
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.avi@chromium.org2013-06-091-1/+1
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-1/+1
* bookmarks: Get rid of the dependency on history_notifications.htfarina@chromium.org2013-05-281-27/+0
* Cleanup: Remove unneeded base/file_util.h includes in chrome.thestig@chromium.org2013-05-151-1/+0
* Add a remove all bookmarks method to bookmark model.shashishekhar@chromium.org2013-03-301-1/+35
* bookmarks: Get rid of TestingProfile::BlockUntilBookmarkModelLoaded().tfarina@chromium.org2013-03-251-1/+2
* Use BookmarkModel as non-const pointer.tfarina@chromium.org2013-03-191-15/+16
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Revert 184352brettw@chromium.org2013-02-241-1/+1
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-1/+1
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-251-1/+1
* bookmarks: Remove unused includes from bookmark_model_unittest.cctfarina@chromium.org2012-12-261-8/+2
* bookmarks: Forward declare FaviconImageResult in bookmark_model.htfarina@chromium.org2012-12-211-0/+1
* bookmarks: Make BookmarkModel not send notifications through content::Notific...tfarina@chromium.org2012-12-091-74/+0
* Bookmark: change Move() with no effect to keep the folder timestamp.kinaba@chromium.org2012-12-051-0/+16
* [Sync] Ensure that creation_time_us changes are pushed into the bookmark modelzea@chromium.org2012-10-271-0/+15
* Transaction version is used to detect out-of-sync between sync model and nati...haitaol@chromium.org2012-10-261-0/+25
* [Bookmarks] Be less aggressive about collapsing whitespace within bookmark ti...isherman@chromium.org2012-10-201-10/+41