summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
Commit message (Expand)AuthorAgeFilesLines
* Seventh patch in making destructors of refcounted objects private.jam@chromium.org2009-11-069-12/+36
* Fifth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-036-71/+58
* Mac: remove some now-dead code and add a comment.viettrungluu@chromium.org2009-10-243-41/+7
* Mac: don't import Safari's home page setting.viettrungluu@chromium.org2009-10-231-2/+2
* Remove some #includes where possible.pkasting@chromium.org2009-10-231-12/+2
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-2/+3
* Convert some structures in webkit/glue to string16.darin@chromium.org2009-10-207-26/+30
* Add dialog to tell user to close Firefox during import, if it's open and bloc...mirandac@chromium.org2009-10-201-1/+1
* Add dialog to tell user to close Firefox during import, if it's open and bloc...mirandac@chromium.org2009-10-201-2/+3
* Deprecate PathService::Get(..., wstring*) and use FilePath instead.evan@chromium.org2009-10-193-17/+19
* Lands http://codereview.chromium.org/272036 for Thiago:sky@chromium.org2009-10-191-2/+2
* 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