summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
Commit message (Expand)AuthorAgeFilesLines
* Re-try r29078: Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-153-7/+7
* Revert wstring patch (r29078 and follow up commits). It is causing failures o...estade@chromium.org2009-10-153-7/+7
* Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-153-7/+7
* Use ASCII strings for switch names.evan@chromium.org2009-10-131-1/+1
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-102-14/+16
* Coverity: Pass file parameter by reference.jhawkins@chromium.org2009-10-082-2/+4
* Coverity: remove unused writer_ member from importer classes.mattm@chromium.org2009-10-086-11/+2
* Attempt at fixing crash during importing. As far as I can tell fromsky@chromium.org2009-10-072-2/+27
* (please review thoroughly since this touches many moving parts).jeremy@chromium.org2009-10-0620-478/+673
* Revert "Refactor ImporterHost as preparation for OOP switch", which caused pu...mattm@chromium.org2009-10-0520-670/+475
* Add missing include.craig.schlenter@chromium.org2009-10-051-0/+1
* (please review thoroughly since this touches many moving parts).jeremy@chromium.org2009-10-0520-475/+669
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-2/+2
* Coverity: Check CreateNewTempDirectory return value.mattm@chromium.org2009-10-021-4/+6
* Misc. Cleanup related to OOP Profile Importjeremy@chromium.org2009-09-251-3/+3
* OS X First run dialog: hide import option of nothing to import from.jeremy@chromium.org2009-09-254-13/+80
* Removing valgrind suppressions that have not triggered in the last 100 runs. ...mattm@chromium.org2009-09-251-0/+1
* Removing the comment above the Firefox30Importer test which indicated that th...ananta@chromium.org2009-09-241-1/+0
* The Firefox3XImporter test was incorrectly deleting a ref counted object caus...ananta@chromium.org2009-09-241-6/+7
* Disable the firefox importer test because it fails on thensylvain@chromium.org2009-09-241-1/+2
* Fix crash during import by checking for errors and exiting early.kuchhal@chromium.org2009-09-221-0/+6
* Modifies the Firefox import behavior such that if we're in first run, the imp...gwilson@google.com2009-09-151-0/+9
* Fix to use FilePath in more unittests.phajdan.jr@chromium.org2009-09-141-4/+5
* While importing favicon, make sure there is an entry in the history db.kuchhal@chromium.org2009-09-114-20/+30
* Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de...jhawkins@chromium.org2009-09-101-16/+20
* Fix to use FilePath version of PathService::Get.thestig@chromium.org2009-09-091-4/+3
* Revert one more piece of ie_importer.cc I left out in the last revert.jhawkins@chromium.org2009-09-041-1/+1
* Revert changes to ie_importer.cc from r25498. The builder doesn't like somet...jhawkins@chromium.org2009-09-041-15/+15
* Use ScopedComPtr instead of CComPtr to reduce a dependency on ATL.jhawkins@chromium.org2009-09-042-29/+28
* * Spin a modal loop so that messages that cause Chrome UI to be shown don't c...jeremy@chromium.org2009-09-021-0/+4
* Adds a FaviconService class tied to the profile.arv@google.com2009-08-281-1/+2
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-2/+2
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-2/+2
* Fix memory leaks in Firefox impoter unittest.kuchhal@chromium.org2009-08-261-7/+11
* Re-enable importer unit tests one more time to debug on buildbot.kuchhal@chromium.org2009-08-261-2/+5
* Disable Firefox Importer tests again due to Purify report of leaks.kuchhal@chromium.org2009-08-251-2/+2
* Re-enable importer unit tests since they do not seem to generate Purify error...kuchhal@chromium.org2009-08-251-2/+2
* Recommit "Bring up Firefox Password Import Unittest on OS X."jeremy@chromium.org2009-08-219-28/+495
* Revert "Bring up Firefox Password Import Unittest on OS X."jeremy@chromium.org2009-08-219-495/+28
* Bring up Firefox Password Import Unittest on OS X.jeremy@chromium.org2009-08-219-28/+495
* Disable two tests while I investigate why Purify doesnt like them.kuchhal@chromium.org2009-08-201-2/+2
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-172-9/+12
* Import passwords from Firefox 3.1 and above.kuchhal@chromium.org2009-08-156-55/+169
* Fix early return/DCHECK importing Safari bookmarks.jeremy@chromium.org2009-08-121-6/+9
* First Run Import Progress UI.jeremy@chromium.org2009-08-112-6/+1
* Use real creator code for Keychain items. Instead of hard-coding 'rimZ', usemark@chromium.org2009-08-111-13/+10
* When importing bookmarks from Firefox, filter out the default bookmarks.evan@chromium.org2009-08-091-6/+3
* Safari Bookmark/Favicon import.jeremy@chromium.org2009-08-054-82/+335