summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer/importer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Separate IE importer and Firefox importer unittests.kinaba@chromium.org2012-01-111-1108/+0
* Bookmark import from IE preserving the order.kinaba@chromium.org2011-12-221-118/+370
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-4/+4
* importer: Convert the wstrings in importer_unittest to string16.tfarina@chromium.org2011-12-061-10/+10
* 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-3/+3
* Migrate NewRunnableMethod instances in browser/import to base::Bind()isherman@chromium.org2011-10-041-5/+7
* Remove disabled parts of ImporterTestphajdan.jr@chromium.org2011-09-281-37/+0
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-031-1/+2
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* importer: Trivial change that changes NONE_IMPORTER to TYPE_UNKNOWN.tfarina@chromium.org2011-07-151-3/+3
* Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir...tfarina@chromium.org2011-06-251-2/+2
* Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm...tfarina@chromium.org2011-06-251-2/+2
* Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories.tfarina@chromium.org2011-06-251-2/+2
* Make sure to pass non-null Profile object to ImporterHost::StartImportSettingsharaken@google.com2011-06-151-4/+12
* Changes TemplateURLModel into TemplateURLService. Changes all access points t...erg@google.com2011-06-071-3/+3
* Many fixes to bookmark importing.isherman@chromium.org2011-05-261-20/+17
* Style cleanup in bookmarks import codeisherman@chromium.org2011-05-241-9/+9
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-2/+2
* Replacing base::DIR_TEMP with ScopedTempDir when appropriate.mkwst@chromium.org2011-04-121-15/+10
* importer: Remove unneeded includes.tfarina@chromium.org2011-04-101-1/+0
* 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-071-6/+6
* importer: Cleanup ProfileInfo calls a little bit.tfarina@chromium.org2011-04-061-14/+14
* importer: Refactor ImporterList so it doesn't have to know about Importer.tfarina@chromium.org2011-04-041-3/+3
* importer: Convert AddBookmarkEntries to string16.tfarina@chromium.org2011-04-021-3/+4
* 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: Remove instances of wstring from ProfileWriter.tfarina@chromium.org2011-03-241-2/+2
* fav icon -> favicon. Pass 9: chrome/browser/historyavi@chromium.org2011-03-151-2/+2
* importer: Move chrome/browser/importer/importer.[cc,h] to importer_host.[cc,h].tfarina@chromium.org2011-03-091-1/+2
* importer: Pull ImporterHost::Observer out into its own header.tfarina@chromium.org2011-03-081-16/+21
* importer: Some more cleanups.tfarina@chromium.org2011-03-051-25/+16
* importer: Factor out StartImportingWithUI() function in its own file.tfarina@chromium.org2011-03-021-3/+3
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Importer: Remove ImporterList from ImporterHost and the pass-through methods.jhawkins@chromium.org2011-02-031-3/+3
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-191-6/+8
* Revert 71485 - Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-8/+6
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-6/+8
* Remove usage of deprecated functions AppendToPath and ToWStringHack in import...tfarina@chromium.org2011-01-081-3/+2
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-311-2/+2
* Cleanup: Remove needed #includes for profile.h.thestig@chromium.org2010-12-101-2/+1
* Move:ben@chromium.org2010-12-021-1/+1
* Use make_scoped_refptr for NewRunnableMethod if the raw ptr type is derived f...thakis@chromium.org2010-11-011-4/+8
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-5/+5