summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
Commit message (Expand)AuthorAgeFilesLines
* Functions that decoded ie7 structures to extract per-URL username and passwor...mpawlowski@opera.com2013-10-112-2/+2
* Convert NOTIFICATION_TEMPLATE_URL_SERVICE_LOADED to CallbackList.caitkp@chromium.org2013-10-082-26/+19
* Add "Bookmarks File" to ImporterList interactively.tfarina@chromium.org2013-10-032-15/+26
* Remove mirandac from OWNERS since she no longer works on chrome.erg@chromium.org2013-10-011-1/+0
* Clean up remaining unused globals (on mac).thakis@chromium.org2013-09-261-2/+0
* Remove palmer from many (not all) OWNERS files for IPC.palmer@chromium.org2013-09-251-1/+0
* bookmarks: Get rid of ui_test_utils.h entry from the exception list.tfarina@chromium.org2013-09-111-5/+7
* Move PasswordForm from //content to //autofill.blundell@chromium.org2013-09-098-14/+17
* Move AlterEnvironment to base/environment.h, implement on Windows. This re-im...brettw@chromium.org2013-08-301-2/+2
* Reland "Add option to import from bookmarks html file to ...""tfarina@chromium.org2013-08-121-0/+6
* Revert 216860 "Add option to import from bookmarks html file to ..."tfarina@chromium.org2013-08-101-6/+0
* Add option to import from bookmarks html file to "Import Bookmarks..." dialog.tfarina@chromium.org2013-08-101-0/+6
* Remove unused variable declaration.etienneb@chromium.org2013-08-091-1/+0
* Fix import crash when StartImportSettings is called before TemplateURLService...gab@chromium.org2013-07-312-4/+3
* Update include paths in chrome/browser/ for base/process changes.rsesek@chromium.org2013-07-241-1/+0
* Add asserts to TestingProfile::CreateHistoryService to ensure files are deletedrmcilroy@chromium.org2013-07-241-1/+1
* Revert 213148 "Add asserts to TestingProfile::CreateHistoryServi..."rlarocque@chromium.org2013-07-231-1/+1
* Add asserts to TestingProfile::CreateHistoryService to ensure files are deletedrmcilroy@chromium.org2013-07-231-1/+1
* Reland "Move firefox_proxy_settings* out of importer."tfarina@chromium.org2013-07-233-439/+0
* Revert 212579 "Move firefox_proxy_settings* out of importer."peter@chromium.org2013-07-193-0/+439
* Move firefox_proxy_settings* out of importer.tfarina@chromium.org2013-07-193-439/+0
* Display "Imported" folder name again.tfarina@chromium.org2013-07-181-0/+6
* Use a direct include of the message_loop header in chrome/browser/, part 7.avi@chromium.org2013-07-183-3/+3
* Rename Firefox3Importer to FirefoxImporterisherman@chromium.org2013-07-184-27/+26
* move SafariImporter::CanImport to commonscottmg@chromium.org2013-07-171-2/+2
* Move most importer code to chrome/utility/importerscottmg@chromium.org2013-07-1655-6972/+16
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-162-2/+2
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-2/+2
* Move favicon decoding code used only by importers into chrome/browser/importerjamesr@chromium.org2013-07-136-12/+66
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-122-2/+2
* Move PathExists to base namespace.brettw@chromium.org2013-07-119-19/+19
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-4/+3
* Make importer bridge use a common VisitSource enumscottmg@chromium.org2013-07-099-15/+35
* Provide implementations for the following ExternalProcessImporterBridge::AddI...ananta@chromium.org2013-07-0412-41/+202
* Delete the in-process import code (ImporterHost), porting its shared function...gab@chromium.org2013-07-0311-426/+286
* Move importer messages to commonscottmg@chromium.org2013-07-0320-462/+44
* Move some importer-related functionality to chrome/browser/importerscottmg@chromium.org2013-07-0218-29/+1116
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1tfarina@chromium.org2013-07-026-6/+6
* Remove Google Toolbar importer (aka google.com/bookmarks importer).gab@chromium.org2013-07-0215-1494/+6
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-012-2/+2
* Make importers read urls to private type and convert to history type in browserscottmg@chromium.org2013-06-2913-83/+110
* Use a direct include of time headers in chrome/browser/, part 1.avi@chromium.org2013-06-281-1/+1
* The browser importer code which runs in the utility process should not depend...ananta@chromium.org2013-06-2814-238/+250
* Use a direct include of time headers in chrome/browser/, part 5.avi@chromium.org2013-06-282-2/+2
* mac: Remove unused includes of scoped_nsobject.h.thakis@chromium.org2013-06-251-1/+0
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-1/+1
* OOP import on Linux (i.e., on all platforms since Linux is the only one left!).gab@chromium.org2013-06-222-7/+2
* Copy SourceProfile into ExternalProcessImporterClient instead of using a cons...gab@chromium.org2013-06-211-1/+1
* Add the application's locale to SourceProfile as it is required by the Firefo...gab@chromium.org2013-06-207-26/+47
* Move Firefox importer's INI parser to c/browser/common.tommycli@chromium.org2013-06-181-47/+6