summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* Stop static_cast<StringValue*>'ing from TYPE_STRING values.kinaba@chromium.org2013-01-291-3/+1
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-256-6/+6
* bookmarks: Add unit tests for bookmark_utils::GetParentForNewNodes() function.tfarina@chromium.org2013-01-251-0/+39
* Convert gfx::Image::Image(const SkBitmap&) and gfx::ImageSkia::ImageSkia(cons...pkotwicz@chromium.org2013-01-231-1/+2
* bookmarks: Forward declare some classes in header files when possible.tfarina@chromium.org2013-01-214-3/+8
* bookmarks: profile_path is always std::string on MacOSX.tfarina@chromium.org2013-01-173-5/+7
* bookmarks: GetNameForURL() function is only used by gtk.tfarina@chromium.org2013-01-163-16/+2
* bookmarks: Break the dependency on c/b/bookmarks from favicon.tfarina@chromium.org2013-01-151-0/+8
* fix crash bug in BookmarkEditorView.yoichio@chromium.org2013-01-152-3/+38
* bookmarks: Update the pref_service includes.tfarina@chromium.org2013-01-154-8/+4
* Record metrics for slow startupsjeremy@chromium.org2013-01-151-0/+3
* bookmarks: Replace history_database.h include by url_database.htfarina@chromium.org2012-12-303-3/+3
* bookmarks: Remove unused includes from bookmark_model_unittest.cctfarina@chromium.org2012-12-261-8/+2
* bookmarks: Remove many entries from DEPS whitelist.tfarina@chromium.org2012-12-241-6/+0
* bookmarks: Forward declare FaviconBitmapResult in bookmark_html_writer.htfarina@chromium.org2012-12-223-10/+14
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-226-14/+16
* bookmarks: Forward declare FaviconImageResult in bookmark_model.htfarina@chromium.org2012-12-215-3/+10
* bookmarks: Get rid of |was_bookmarked| parameter from BookmarkModel::AddNode(...tfarina@chromium.org2012-12-202-11/+6
* Move BookmarkManagerAPI to c/b/e/apirdevlin.cronin@chromium.org2012-12-194-790/+0
* bookmarks: Move num_urls_before_prompting into ui/bookmarks/ directory.tfarina@chromium.org2012-12-192-9/+0
* bookmarks: Clean up the public API of BookmarkTabHelper.tfarina@chromium.org2012-12-171-5/+7
* Adding a new folder/url to the BMB via right-click insert it at the location ...yoichio@chromium.org2012-12-171-2/+6
* Make BookmarkAPI a PKSrdevlin.cronin@chromium.org2012-12-1611-1720/+24
* Remove straggling TabContents references.avi@chromium.org2012-12-141-1/+1
* Disable 6 ExtensionApiTests on win asandgrogan@chromium.org2012-12-131-1/+7
* bookmarks: Make BookmarkModel not send notifications through content::Notific...tfarina@chromium.org2012-12-092-94/+7
* bookmarks: Remove unused BookmarkDropInfo API.tfarina@chromium.org2012-12-072-148/+0
* Remove deprecated extension EventRouter APIs.mpcomplete@chromium.org2012-12-072-5/+5
* Convert some FaviconService functions to use New CancelableTaskTrackerkaiwang@chromium.org2012-12-074-38/+32
* Decouple IsMetroProcess() calls, introducing IsSingleWindowMetroMode().gab@chromium.org2012-12-061-2/+2
* bookmarks: Break the dependency in ui/cocoa.tfarina@chromium.org2012-12-053-165/+0
* Bookmark: change Move() with no effect to keep the folder timestamp.kinaba@chromium.org2012-12-052-2/+18
* ChromeOS: Show Google Drive folder in bookmark import file chooser.kinaba@chromium.org2012-11-301-1/+4
* Sync the bookmark's icon URL.pkotwicz@chromium.org2012-11-302-0/+14
* bookmarks: Remove more entries from DEPS whitelist.tfarina@chromium.org2012-11-291-2/+0
* bookmarks: Pass BrowserContext to ToggleWhenVisible() function.tfarina@chromium.org2012-11-292-13/+0
* bookmarks: Pass BrowserContext to BookmarkIndex.tfarina@chromium.org2012-11-283-9/+13
* bookmarks: Pass BrowserContext to BookmarkDropOperation() function.tfarina@chromium.org2012-11-262-3/+9
* bookmarks: Remove gtk_custom_drag.h entry from DEPS whitelist.tfarina@chromium.org2012-11-201-1/+0
* bookmarks: Remove file_changed() accessor from BookmarkModel API.tfarina@chromium.org2012-11-202-11/+1
* bookmarks: Do not use Value::Create* functions.tfarina@chromium.org2012-11-182-4/+4
* chrome/browser: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-172-3/+3
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* This patch changes participation condition of bookmark prompt experiment to:yosin@chromium.org2012-11-161-14/+1
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-11-083-10/+24
* net: Implement canceling of all async operations in FileStream.paivanof@gmail.com2012-11-061-6/+6
* Coalesce event router Init calls into their constructors.yoz@chromium.org2012-11-052-6/+1
* bookmarks: Implement DragBookmarks() in the ui specific directories.tfarina@chromium.org2012-10-311-56/+1
* New feature: Bookmark Prompt Finch Experimentyosin@chromium.org2012-10-312-0/+100
* Remove GetExtensionEventRouter calls and replace with PKSF calls through the ...mirandac@chromium.org2012-10-293-7/+11