summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
Commit message (Expand)AuthorAgeFilesLines
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-181-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-092-8/+8
* chrome 2: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-085-2/+10
* chrome/common: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+4
* - USE_NSS instead of LINUX where applicablepvalchev@google.com2010-02-244-11/+11
* Convert a bunch more of importer into FilePath.evan@chromium.org2010-02-228-106/+98
* importer: use FilePath instead of wstring in some placesevan@chromium.org2010-02-193-28/+32
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Add import/export extension apisfeldstein@chromium.org2010-01-281-0/+9
* Moved GetUserDirectory() into mac_util.mm.akalin@chromium.org2010-01-271-18/+9
* Linux: Add Certificate Info dialog (part 1)mattm@chromium.org2010-01-141-1/+1
* Give classes with virtual methods virtual protected d'tors instead of non-vir...jamesr@chromium.org2009-12-161-2/+2
* Use utf_string_conversions header in more places.maruel@chromium.org2009-12-111-1/+1
* Fix Windows build by #including needed header.phajdan.jr@chromium.org2009-12-021-0/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-028-2/+14
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-308-1/+12
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-308-12/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-308-1/+12
* Re-enable Toolbar5ImporterTestjorlow@chromium.org2009-11-261-35/+38
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-241-3/+3
* Fix environment variables not being used after switching to ChildProcessLaunc...jam@chromium.org2009-11-231-4/+3
* file_util: Fix some callers of CreateNewTempDirectory to remove the deprecate...evan@chromium.org2009-11-191-11/+11
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-2/+2
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-111-1/+1
* Make sure we don't get an outside array element.jeremy@chromium.org2009-11-083-7/+7
* 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