summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
Commit message (Expand)AuthorAgeFilesLines
* Convert some importer NOTREACHED() cases to LOG(WARNING)s.estade@chromium.org2010-09-102-4/+4
* Use Firefox3Importer to import the browser data of Firefox 4wtc@chromium.org2010-09-103-4/+4
* FBTF: Remove unneeded headers from base/ (part 8)thestig@chromium.org2010-09-082-2/+1
* Fix Firefox data import for Mac.mirandac@chromium.org2010-09-072-2/+8
* Remove the default argument from RegKey::ReadValue.tfarina@chromium.org2010-09-031-2/+4
* importer: Use BookmarkModel::HasBookmarks instead of BookmarkModel::GetBookma...tfarina@chromium.org2010-09-031-9/+3
* Fix a couple of firefox search engine import bugs.estade@chromium.org2010-09-015-33/+117
* Reduce the number of files that recompile when changing template_url.h or tem...levin@chromium.org2010-08-313-0/+3
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+1
* Move the pretty-printing of proxy settings from the C++ code to javascript.eroman@chromium.org2010-08-311-23/+11
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-302-3/+4
* Remove wstrings from bookmarks, part 17.viettrungluu@chromium.org2010-08-291-3/+3
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Refactor new first run control flow.estade@chromium.org2010-08-251-2/+1
* Cleanup: rename ProxyRules::socks_proxy --> ProxyRules::fallback_proxy.eroman@chromium.org2010-08-252-2/+2
* Re-land r56742 now with correct database filesbrettw@chromium.org2010-08-2112-23/+45
* FBTF: Header cleanup in chrome/common part 2. The majority of the changed filesjhawkins@chromium.org2010-08-201-0/+1
* Revert 56742 - A new field to describe the sources of history urls(visits) is...brettw@chromium.org2010-08-1912-45/+23
* A new field to describe the sources of history urls(visits) is added. This fi...brettw@chromium.org2010-08-1912-23/+45
* Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.viettrungluu@chromium.org2010-08-191-1/+0
* Remove wstrings from bookmarks, part 3.viettrungluu@chromium.org2010-08-191-1/+2
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-195-8/+13
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-182-35/+36
* Remove wstrings from bookmarks, part 1 (of many).viettrungluu@chromium.org2010-08-181-1/+2
* Re-land part of r55416, minus actually moving the test_suite.h contents to a ...brettw@chromium.org2010-08-171-1/+2
* Reapplies all the IPC system work (reverts the revert r56272).erg@google.com2010-08-172-1/+17
* Remove remaining deprecated wstring methods from base/values.{cc,h}.viettrungluu@chromium.org2010-08-171-15/+15
* 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