summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer/profile_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* Componentize TemplateURLhashimoto@chromium.org2014-06-251-1/+1
* Remove Profile* from TemplateURLhashimoto@chromium.org2014-06-181-1/+1
* Stop using UIThreadSearchTermsData in TemplateURLhashimoto@chromium.org2014-06-161-6/+10
* Move bookmarks/core/... to bookmarks/...naiem.shaik@gmail.com2014-05-201-1/+1
* Move bookmarks' production code to components/bookmarkssdefresne@chromium.org2014-04-301-1/+1
* BookmarkManagerPrivate API meta info improvements.rfevang@chromium.org2014-04-241-3/+6
* Move PasswordStore and friends into the password_manager component.blundell@chromium.org2014-02-071-1/+1
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-3/+3
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-121-2/+2
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-121-2/+2
* Add base namespace to some instances of string16.brettw@chromium.org2013-12-061-5/+6
* Move PasswordForm from //content to //autofill.blundell@chromium.org2013-09-091-1/+1
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Move some importer-related functionality to chrome/browser/importerscottmg@chromium.org2013-07-021-2/+2
* Use a direct include of strings headers in chrome/browser/i*/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.avi@chromium.org2013-06-071-1/+1
* Extract BookmarksFileImporter and BookmarkHTMLReader from Firefox2Importer.avi@chromium.org2013-05-141-24/+12
* bookmarks: Make BookmarkModel::IsLoaded() not virtual.tfarina@chromium.org2013-05-081-2/+2
* Remove some dependencies on WebDataServiceFactory and WebDatabaseServiceFactorycaitkp@chromium.org2013-03-131-3/+2
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-251-1/+1
* bookmarks: Forward declare FaviconImageResult in bookmark_model.htfarina@chromium.org2012-12-211-0/+2
* Move forms/ out of webkit/.blundell@chromium.org2012-10-051-1/+1
* Moving FaviconService to a ProfileKeyedService.rlp@chromium.org2012-08-231-1/+2
* Revert 152904 - Moving FaviconService to a ProfileKeyedService.ricow@chromium.org2012-08-231-2/+1
* Moving FaviconService to a ProfileKeyedService.rlp@chromium.org2012-08-231-1/+2
* Removing instances of profile_->GetBookmarkModel() as part of converting Book...rlp@chromium.org2012-07-301-2/+3
* A working implementation of AQS (Assisted Query Stats).bartn@google.com2012-06-241-2/+2
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-06-191-1/+2
* Taking over issue 10006037.rlp@chromium.org2012-05-141-1/+3
* Revert 136499 - Taking over issue 10006037.yusukes@google.com2012-05-111-3/+1
* Taking over issue 10006037.rlp@chromium.org2012-05-111-1/+3
* Remove const qualifiers on "TemplateURL*" in many TemplateURLService APIs. T...pkasting@chromium.org2012-04-271-1/+1
* Add a Profile* member to TemplateURL. This makes some invocations of Replace...pkasting@chromium.org2012-04-231-2/+2
* Enforce that TemplateURLs' URLs cannot be empty.pkasting@chromium.org2012-04-191-10/+8
* Reland r130431: Move the URL string from TemplateURLRef onto the owning Templ...pkasting@chromium.org2012-04-041-6/+6
* Revert 130431 - Move the URL string from TemplateURLRef onto the owning Templ...dbeam@chromium.org2012-04-041-6/+6
* Move the URL string from TemplateURLRef onto the owning TemplateURL. This wi...pkasting@chromium.org2012-04-031-6/+6
* Make TemplateURLRefs take an owner TemplateURL* (which must not be NULL). Th...pkasting@chromium.org2012-03-301-1/+1
* Pass TemplateURL* instead of TemplateURL across the profile import IPC message.pkasting@chromium.org2012-03-261-9/+8
* Misc. cleanup for chrome/browser/importer/:pkasting@chromium.org2012-03-161-38/+14
* Profile refactoring: Remove all PasswordStore code from the Profile interface.erg@chromium.org2012-03-141-1/+3
* Adding ExtensiveChanges state to BookmarkModel.nyquist@chromium.org2012-02-171-2/+2
* Use URLRows rather than std::vector<URLRow>. Also, there is an equivalent Typ...mrossetti@chromium.org2012-02-101-2/+2
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-7/+1
* Bookmark import from IE preserving the order.kinaba@chromium.org2011-12-221-8/+28
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-1/+1
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+0
* Fixed behavior of the bookmark bar visibility.joaodasilva@chromium.org2011-10-111-5/+2