summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
Commit message (Expand)AuthorAgeFilesLines
...
* Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic...viettrungluu@chromium.org2010-08-171-7/+7
* Completely revert all my IPC work to see if this was what regressed the page ...erg@google.com2010-08-172-17/+1
* Fix a subtle issue/bug for unit tests to use IsChromeFirstRun. Once first_run...jorlow@chromium.org2010-08-161-1/+1
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-161-5/+5
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-2/+0
* Cleanup Registry API: part 3.tfarina@chromium.org2010-08-142-5/+6
* Remove deprecated DictionaryValue::HasKeyASCII(); HasKey() already takes UTF-8.viettrungluu@chromium.org2010-08-141-1/+1
* Emit an event to NetLog whenever the proxy settings change.eroman@chromium.org2010-08-131-14/+2
* Clone of issue 2941001. See initial review below.twiz@google.com2010-08-121-1/+2
* 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