summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer/importer_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Ensure that the GAIA signin forced when importing from the Google Toolbar hap...mirandac@chromium.org2011-10-191-2/+4
* Move notification_source from content/common to content/browser/public and pu...jam@chromium.org2011-10-191-4/+4
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* Migrate ImporterHost from storing a Task to storing a Closure.isherman@chromium.org2011-10-061-8/+6
* Migrate NewRunnableMethod instances in browser/import to base::Bind()isherman@chromium.org2011-10-041-3/+3
* Added group policies to enable/disable importing of data from other browsers.simo@google.com2011-08-161-0/+14
* importer: Trivial change that changes NONE_IMPORTER to TYPE_UNKNOWN.tfarina@chromium.org2011-07-151-3/+3
* Update the ImporterHost to the new asynchronous CookieMonster API.ycxiao@chromium.org2011-07-141-17/+27
* Adds code to track a set of expanded folders. This is going to be usedsky@chromium.org2011-07-131-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-3/+4
* Fix importer host to bring up the browser window with the correct profile.mirandac@chromium.org2011-06-171-1/+1
* Make sure to pass non-null Profile object to ImporterHost::StartImportSettingsharaken@google.com2011-06-151-2/+5
* Changes TemplateURLModel into TemplateURLService. Changes all access points t...erg@google.com2011-06-071-7/+9
* Many fixes to bookmark importing.isherman@chromium.org2011-05-261-11/+0
* importer: Cleanup ProfileInfo calls a little bit.tfarina@chromium.org2011-04-061-10/+12
* Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...tfarina@chromium.org2011-04-061-1/+1
* importer: Refactor ImporterList so it doesn't have to know about Importer.tfarina@chromium.org2011-04-041-16/+15
* importer: Cleanup ToolbarImporter code a little bit.tfarina@chromium.org2011-03-271-0/+2
* importer: Move InProcessImporterBridge to its own header file.tfarina@chromium.org2011-03-201-0/+1
* importer: Sort the methods of ImporterHost class according to our c++ style g...tfarina@chromium.org2011-03-191-61/+61
* importer: Pull ExternalProcessImporterHost out of ImporterHost.tfarina@chromium.org2011-03-131-70/+0
* importer: Pull ExternalProcessImporterClient out of ImporterHost.tfarina@chromium.org2011-03-111-227/+1
* importer: Eliminate the dependency on browser/ui/ from importer.tfarina@chromium.org2011-03-111-2/+2
* importer: More cleanups to ImporterHost class.tfarina@chromium.org2011-03-111-13/+19
* importer: Cleanup ImporterHost class even more.tfarina@chromium.org2011-03-101-23/+16
* importer: Cleanup ImporterHost some more.tfarina@chromium.org2011-03-101-30/+30
* importer: Pull Importer class out on its own header file.tfarina@chromium.org2011-03-091-44/+0
* importer: Move chrome/browser/importer/importer.[cc,h] to importer_host.[cc,h].tfarina@chromium.org2011-03-091-0/+589