summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
Commit message (Expand)AuthorAgeFilesLines
* first-run: Pull out FirstRunBrowserProcess/ImportObserver into their own head...tfarina@chromium.org2011-04-151-0/+2
* Moved ParamTraits specializations that depend on WebKit out of content/common...grt@chromium.org2011-04-151-0/+1
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-3/+3
* Replacing base::DIR_TEMP with ScopedTempDir when appropriate.mkwst@chromium.org2011-04-122-30/+14
* importer: Add missing OVERRIDE to SourceProfilesLoaded().tfarina@chromium.org2011-04-112-2/+2
* importer: Remove unneeded includes.tfarina@chromium.org2011-04-1010-31/+19
* Switch most BrowserChildProcessHost subclasses to using the new constructor.willchan@chromium.org2011-04-081-1/+1
* importer: Return FilePath in GetFirefoxInstallPathFromRegistry().tfarina@chromium.org2011-04-083-27/+25
* importer: Cleanup ImporterList some more.tfarina@chromium.org2011-04-082-18/+5
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-1/+1
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-071-1/+1
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-1/+1
* importer: Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-072-13/+13
* importer: Get rid of ImporterList::GetSourceProfileNameAt method.tfarina@chromium.org2011-04-064-31/+21
* importer: Cleanup ProfileInfo calls a little bit.tfarina@chromium.org2011-04-0626-151/+168
* Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...tfarina@chromium.org2011-04-061-1/+1
* Drop RDH from ProfileImportProcessHost.willchan@chromium.org2011-04-064-15/+9
* importer: Remove AppendToPath call from IEImporter.tfarina@chromium.org2011-04-042-121/+128
* importer: Refactor ImporterList so it doesn't have to know about Importer.tfarina@chromium.org2011-04-0410-99/+130
* importer: Move importer_messages.[cc,h] to profile_import_process_messages.[c...tfarina@chromium.org2011-04-024-22/+18
* importer: Convert AddBookmarkEntries to string16.tfarina@chromium.org2011-04-0220-50/+64
* importer: Convert GetSourceProfileNameAt to string16.tfarina@chromium.org2011-04-013-16/+11
* importer: Remove one usage of FromWStringHack.tfarina@chromium.org2011-04-011-5/+6
* importer: Pull ImportProcessClient out of ProfileImportProcessHost.tfarina@chromium.org2011-04-016-7/+448
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-1/+1
* Fix an edge-case in Safari favicon importer: reset SQL statement on failure.isherman@chromium.org2011-03-301-1/+1
* Rename URLRequestContextGetter::GetCookieStore() --> DONTUSEME_GetCookieStore...eroman@chromium.org2011-03-301-1/+1
* importer: Move ImportProcessClient implementation to the private section.tfarina@chromium.org2011-03-302-28/+28
* importer: Attempt to use app/sql API instead of sqlite_utils.htfarina@chromium.org2011-03-296-182/+189
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-03-287-11/+15
* importer: Some random cleanups.tfarina@chromium.org2011-03-285-66/+62
* Move some files from base to base/memory.levin@chromium.org2011-03-2810-14/+14
* importer: Cleanup, remove all remaining using declarations.tfarina@chromium.org2011-03-275-50/+37
* importer: Cleanup ToolbarImporter code a little bit.tfarina@chromium.org2011-03-276-40/+66
* importer: Use unnamed namespace instead of static keyword.tfarina@chromium.org2011-03-251-8/+10
* importer: Remove typedef from struct declaration.tfarina@chromium.org2011-03-251-15/+15
* importer: Use base::win::GetVersion() instead of the custom IsWindowsVista() ...tfarina@chromium.org2011-03-241-10/+4
* importer: Rip out ImporterObserver::ImportCanceled().tfarina@chromium.org2011-03-241-6/+2
* Coverity PASS_BY_VALUE fixesdpapad@chromium.org2011-03-241-1/+1
* importer: Remove instances of wstring from ProfileWriter.tfarina@chromium.org2011-03-2413-148/+144
* Move the rest of the renderer->browser messages that belong in content. Also...jam@chromium.org2011-03-241-1/+0
* importer: Make const strings static and move them outside the function.tfarina@chromium.org2011-03-241-9/+9
* importer: Convert GetLocalizedString to string16.tfarina@chromium.org2011-03-239-23/+19
* importer: Remove an obsolete TODO comment.tfarina@chromium.org2011-03-221-3/+1
* importer: Remove unneeded includes of importer_host.htfarina@chromium.org2011-03-214-9/+6
* importer: Remove unneeded includes of importer_data_types.htfarina@chromium.org2011-03-214-8/+2
* importer: Move ExternalProcessImporterBridge to its own header file.tfarina@chromium.org2011-03-204-152/+176
* importer: Move InProcessImporterBridge to its own header file.tfarina@chromium.org2011-03-207-149/+183
* importer: Sort the methods of ImporterHost class according to our c++ style g...tfarina@chromium.org2011-03-192-87/+88
* importer: Some more cleanups to ImporterHost class.tfarina@chromium.org2011-03-191-27/+11