summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: Moved the function CompareString16WithCollator from ui/base/l10n...hajimehoshi@chromium.org2013-04-231-2/+3
* Delay bookmarks load while the profile is loading.msarda@chromium.org2013-04-184-4/+16
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-6/+15
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-15/+6
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-6/+15
* Enable BookmarkUtilsTest.CopyPaste to run on MacOSX too.tfarina@chromium.org2013-04-031-2/+0
* Remove GetApplicationLocale call in BookmarkModel, and just have it use ICU's...jam@chromium.org2013-04-021-5/+1
* Add a remove all bookmarks method to bookmark model.shashishekhar@chromium.org2013-03-309-21/+149
* Rename sys_string_conversions in chrome.brettw@chromium.org2013-03-281-1/+1
* bookmarks: Remove Profile getter accessor from BookmarkModel.tfarina@chromium.org2013-03-281-2/+0
* bookmarks: Get rid of TestingProfile::BlockUntilBookmarkModelLoaded().tfarina@chromium.org2013-03-256-17/+33
* Fix DCHECK when exporting an unnamed bookmark.mmenke@chromium.org2013-03-232-0/+8
* bookmarks: Remove c/b/api include rule from DEPS file.tfarina@chromium.org2013-03-231-1/+0
* Move files from c/b/a/bookmarks and c/b/a/sync back to c/bkaiwang@chromium.org2013-03-204-8/+70
* Use BookmarkModel as non-const pointer.tfarina@chromium.org2013-03-191-15/+16
* bookmarks: Extract PerformBookmarkDrop() function out of bookmark_utils.htfarina@chromium.org2013-03-182-42/+0
* bookmarks: Extract DragBookmarks() function from bookmark_utils.htfarina@chromium.org2013-03-151-5/+0
* bookmarks: Move drag and drop functions specific to views into c/b/ui/views/b...tfarina@chromium.org2013-03-132-114/+2
* bookmarks: Remove unnecessary includes of profile.htfarina@chromium.org2013-03-103-4/+0
* bookmarks: Disable BookmarkBar animations on the views side.tfarina@chromium.org2013-03-092-20/+0
* bookmarks: Remove c/b/common entry from DEPS file.tfarina@chromium.org2013-03-091-4/+4
* bookmarks: Remove the last dependency on c/b/prefs from DEPS file.tfarina@chromium.org2013-03-061-1/+0
* Clear the clipboard if a user copies something from onmibox of Incognito wind...vasilii@chromium.org2013-03-063-4/+11
* Introduce //components/user_prefs.joi@chromium.org2013-03-064-6/+8
* Add a shortcut to open the Apps page from the bookmark bar.beaudoin@chromium.org2013-03-052-0/+13
* Revert 185964justinlin@chromium.org2013-03-043-11/+4
* Part II: clear the clipboard if a user copies something from onmibox of Incog...vasilii@chromium.org2013-03-043-4/+11
* Add/update UMA actions for BMB interactions on desktop platforms.asvitkine@chromium.org2013-03-022-5/+12
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-282-2/+2
* bookmarks: Include the right file to pick kJavaScriptScheme constant.tfarina@chromium.org2013-02-281-1/+1
* browser: Remove stale references to c/b/prefs/pref_service.h from DEPS filestfarina@chromium.org2013-02-271-1/+0
* bookmarks: Remove bookmark loaded notification.tfarina@chromium.org2013-02-271-7/+2
* Add GetDefaultIndex() to ComboboxModel.estade@chromium.org2013-02-262-3/+7
* Revert 184352brettw@chromium.org2013-02-243-10/+10
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-243-10/+10
* Move file_path.h to base/files.brettw@chromium.org2013-02-246-6/+6
* bookmarks: Remove in_memory_database.h include, it's unused.tfarina@chromium.org2013-02-222-3/+2
* Remove PrefServiceBase, since everyone can now depend directly on PrefService.joi@chromium.org2013-02-164-10/+8
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-112-2/+2
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-107-25/+30
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-108-21/+21
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-085-5/+5
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-072-2/+2
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+4
* 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