summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Reapplies r55259, the first new IPC definition patch.erg@google.com2010-08-102-1/+17
* FBTF: Minor #include cleanup.erg@google.com2010-08-102-3/+2
* Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CO...pinkerton@google.com2010-08-092-17/+1
* Cleanup our Registry API.tfarina@chromium.org2010-08-091-2/+2
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-077-0/+7
* FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages.erg@google.com2010-08-062-1/+17
* Fix Firefox import lock dialog on Windows.mirandac@chromium.org2010-08-041-1/+1
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-032-0/+2
* Address a TODO: use HostPortPair rather than a naked host string.eroman@chromium.org2010-08-021-8/+4
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-0/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-315-8/+15
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-301-1/+1
* Move browser/first_run* into into a subdirectory.evan@chromium.org2010-07-293-3/+3
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-284-0/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2620-0/+20
* Coverity issues 9445, 9446: Uninitialized members in importer.ccfinnur@chromium.org2010-07-241-2/+9
* Port ImporterTest to posix.estade@chromium.org2010-07-203-71/+136
* Use file_util::GetHomeDir instead of getenv("HOME").tfarina@chromium.org2010-07-141-3/+3
* Make bookmark import not to enable bookmark bar by default.huanr@chromium.org2010-07-095-5/+24
* Change a bunch of string types.estade@chromium.org2010-06-295-48/+49
* Attempt 2 at Moving Browser::AddTypes to TabStripModel. The firstsky@chromium.org2010-06-281-2/+2
* Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-241-2/+2
* Make import from the options menu OOP on Mac OS X.mirandac@chromium.org2010-06-241-1/+2
* Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-241-2/+2
* Broken by http://codereview.chromium.org/2403001/show, which eliminated a "!"...mirandac@google.com2010-06-231-1/+1
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-235-12/+12
* Fix password import for OS X Firefox.mirandac@chromium.org2010-06-092-2/+3
* Fix import crash in Mac 10.6 only.mirandac@chromium.org2010-06-092-6/+10
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-062-3/+3
* Move import in Mac OS X into its own process.mirandac@chromium.org2010-06-0414-192/+1309
* Wrap Sqlite utils functions into a sqlite_utils namespace.tfarina@chromium.org2010-06-031-2/+2
* Reusing the RegKey used to get the CurrentVersion to also get the Install Dir...mirandac@google.com2010-06-031-3/+3
* [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacementphajdan.jr@chromium.org2010-06-015-14/+14
* Remove deprecated versions of Registry functions.tfarina@chromium.org2010-05-312-15/+18
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-271-2/+2
* Update UI, sync and importer to properly handle managed homepage prefsmnissler@chromium.org2010-05-271-2/+5
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-261-2/+2
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-251-2/+2
* Revert 47675.mirandac@chromium.org2010-05-2010-9/+67
* Move data types used in the importer process to common/, in preparation for i...mirandac@chromium.org2010-05-1910-68/+11
* Use FilePath in ProfileInfo struct.tfarina@chromium.org2010-05-159-61/+63
* Move the profile_writer out of importer in preparation for OOP import on Mac.mirandac@chromium.org2010-05-144-429/+479
* Fix retrieval of Firefox proxy settings when it is using an autoconfig URL.eroman@chromium.org2010-05-132-1/+47
* Replace #if 0 used to disable test, the DISABLED_ and FLAKY_phajdan.jr@chromium.org2010-05-081-1/+1
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-072-2/+2
* The Firefox pref file may contain some non properly UTF-8jcivelli@google.com2010-05-042-1/+9
* Add a tool for testing your network setup.eroman@chromium.org2010-05-043-2/+109
* Nukes one of the AddTabWithURL variants.sky@chromium.org2010-04-291-2/+2
* Adding a way to retrieve Firefox proxy settings.jcivelli@google.com2010-04-276-58/+440