summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* Add a remove all bookmarks method to bookmark model.shashishekhar@chromium.org2013-03-302-0/+6
* Ensure that the Apps bookmark button does not appear when the app launcher is...beaudoin@chromium.org2013-03-273-2/+23
* [Clean up] Drop chrome::search:: namespace.kmadhusu@chromium.org2013-03-273-4/+3
* bookmarks: Get rid of TestingProfile::BlockUntilBookmarkModelLoaded().tfarina@chromium.org2013-03-251-1/+2
* Enable bookmark prompt experiment for M26 Stableyosin@chromium.org2013-03-251-3/+3
* Ensure Apps bookmark does not show up in Incognito.beaudoin@chromium.org2013-03-221-1/+2
* Removing BookmarkContextMenuControllerViews and merging it with BookmarkConte...beaudoin@chromium.org2013-03-202-6/+46
* Bookmarks Bar is displayed when visiting about:crash after chrome://newtab.hajimehoshi@chromium.org2013-03-191-0/+4
* bookmarks: Extract PerformBookmarkDrop() function out of bookmark_utils.htfarina@chromium.org2013-03-182-0/+46
* Move c/b/instant -> c/b/search.samarth@chromium.org2013-03-183-3/+3
* bookmarks: Extract DragBookmarks() function from bookmark_utils.htfarina@chromium.org2013-03-151-0/+24
* Added "Show Apps Shortcut" item to the Mac bookmark menu in instant extended.beaudoin@chromium.org2013-03-141-3/+21
* Delete items of the launcher jump list upon pressing Shift clickskuhne@chromium.org2013-03-133-6/+6
* bookmarks: Disable BookmarkBar animations on the views side.tfarina@chromium.org2013-03-092-12/+3
* Move c/b/ui/search/search.* to c/b/instant/samarth@chromium.org2013-03-072-2/+2
* Hide detached bookmark bar on custom NTPsail@chromium.org2013-03-062-18/+54
* Introduce //components/user_prefs.joi@chromium.org2013-03-062-3/+5
* Bump BookmarkPrompt experiment up to 10% in experiment group.stevet@chromium.org2013-03-051-2/+2
* Explicitly check for Instant NTPs.samarth@chromium.org2013-03-051-3/+4
* This patch changes participation condition of bookmark prompt experiment to:yosin@chromium.org2013-02-201-6/+6
* Remove PrefServiceBase, since everyone can now depend directly on PrefService.joi@chromium.org2013-02-165-11/+10
* Alternate NTP: Show detached bookmark barsail@chromium.org2013-02-132-22/+73
* Associate Google Update experiment IDs with the BookmarkPrompt trial.stevet@chromium.org2013-02-121-5/+25
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-113-4/+4
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* [Autofill] Add the browser installation timestamp to the Risk protocol buffer.isherman@chromium.org2013-02-071-2/+2
* Enable bookmark prompt experiment for 1% of new users in one month for M25 Be...yosin@chromium.org2013-02-061-9/+47
* disable the "Open All in Incognito window" in Context menu for invalid urls.yoichio@chromium.org2013-01-304-2/+81
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-292-6/+7
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-291-2/+3
* bookmarks: Rewrite BookmarkUIUtilsTest using BookmarkModel.tfarina@chromium.org2013-01-261-19/+24
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-251-1/+1
* Move window_open_disposition.h from webkit/ into ui/base.tfarina@chromium.org2013-01-221-1/+1
* This patch changes participation condition of bookmark prompt experiment to:yosin@chromium.org2013-01-161-3/+5
* [Bookmarks] Decode utf-8 text in bookmark URL path and query when editing a b...isherman@chromium.org2013-01-152-0/+24
* Remove tab_count from Browser.avi@chromium.org2013-01-131-3/+3
* Disable "Open All Bookmarks" context menu when user clicked folder which has ...yoichio@chromium.org2013-01-113-83/+118
* bookmarks: Wait for bookmark model to load by using WaitForBookmarkModelToLoa...tfarina@chromium.org2013-01-091-6/+1
* DEFINE_WEB_CONTENTS_USER_DATA_KEY now requires a semicolon.avi@chromium.org2013-01-071-1/+1
* Update other unittests to use newly added TestingBrowserProcess::GetGlobal().dbeam@chromium.org2013-01-041-2/+2
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-0/+1
* fix crash bug about bookmarkingyoichio@chromium.org2012-12-201-1/+2
* bookmarks: Move num_urls_before_prompting into ui/bookmarks/ directory.tfarina@chromium.org2012-12-192-1/+10
* Add a "managed user" checkbox to the user creation dialog.bauerb@chromium.org2012-12-191-1/+1
* bookmarks: Clean up the public API of BookmarkTabHelper.tfarina@chromium.org2012-12-172-54/+43
* "Open All Bookmarks in Incognito Window" opens only valid URLs except it can'...yoichio@chromium.org2012-12-174-10/+25
* bookmarks: Remove tab_contents include from bookmark_promp_helper.cctfarina@chromium.org2012-12-142-2/+0
* bookmarks: Remove some unused header includes from bookmark_tab_helper.cctfarina@chromium.org2012-12-141-5/+0
* bookmarks: Fix some const correctness issues in BookmarkContextMenuController...tfarina@chromium.org2012-12-131-5/+1
* bookmarks: Make BookmarkModel not send notifications through content::Notific...tfarina@chromium.org2012-12-092-46/+53