summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer/firefox3_importer.cc
Commit message (Expand)AuthorAgeFilesLines
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-2/+2
* importer: Convert the remaining wstrings to string16.tfarina@chromium.org2011-12-071-11/+13
* importer: Remove unused variable.tfarina@chromium.org2011-11-141-2/+0
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-2/+2
* importer: Pull out Importer util function into its own file.tfarina@chromium.org2011-07-181-1/+2
* Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them a...chromium@hybridsource.org2011-05-281-3/+3
* Many fixes to bookmark importing.isherman@chromium.org2011-05-261-27/+21
* Style cleanup in bookmarks import codeisherman@chromium.org2011-05-241-1/+1
* importer: Cleanup ProfileInfo calls a little bit.tfarina@chromium.org2011-04-061-5/+10
* importer: Convert AddBookmarkEntries to string16.tfarina@chromium.org2011-04-021-2/+2
* importer: Attempt to use app/sql API instead of sqlite_utils.htfarina@chromium.org2011-03-291-104/+105
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* importer: Remove instances of wstring from ProfileWriter.tfarina@chromium.org2011-03-241-7/+7
* importer: Convert GetLocalizedString to string16.tfarina@chromium.org2011-03-231-4/+4
* importer: Remove unneeded includes of importer_data_types.htfarina@chromium.org2011-03-211-1/+0
* fav icon -> favicon. Pass 9: chrome/browser/historyavi@chromium.org2011-03-151-3/+3
* fav icon -> favicon. Pass 4: SetFavIcon* -> SetFavicon*avi@chromium.org2011-03-151-1/+1
* importer: Pull Importer class out on its own header file.tfarina@chromium.org2011-03-091-0/+1
* importer: Some more cleanups.tfarina@chromium.org2011-03-051-15/+5
* Firefox3Importer crashes on importing empty folder from Bookmarks Menu.toyoshim@chromium.org2011-02-281-8/+10
* importer: push more FilePath around to reduce conversionsevan@chromium.org2011-01-281-13/+5
* Current firefox2_importer and firefox3_importer could not import empty folder.yutak@chromium.org2011-01-281-11/+35
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-091-1/+1
* FBTF: Even more deinlining.erg@google.com2010-10-201-0/+11
* Rename ChromeThread to BrowserThread Part11:tfarina@chromium.org2010-10-101-2/+2
* Convert some importer NOTREACHED() cases to LOG(WARNING)s.estade@chromium.org2010-09-101-0/+1
* Fix Firefox data import for Mac.mirandac@chromium.org2010-09-071-1/+4
* Fix a couple of firefox search engine import bugs.estade@chromium.org2010-09-011-4/+28
* Re-land r56742 now with correct database filesbrettw@chromium.org2010-08-211-1/+1
* Revert 56742 - A new field to describe the sources of history urls(visits) is...brettw@chromium.org2010-08-191-1/+1
* A new field to describe the sources of history urls(visits) is added. This fi...brettw@chromium.org2010-08-191-1/+1
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-071-0/+1
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-1/+1
* Move import in Mac OS X into its own process.mirandac@chromium.org2010-06-041-17/+17
* Use FilePath in ProfileInfo struct.tfarina@chromium.org2010-05-151-2/+2
* Move importer data types into a separate file to prepare for moving importermirandac@chromium.org2010-03-221-1/+8
* Convert a bunch more of importer into FilePath.evan@chromium.org2010-02-221-35/+36
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-021-0/+1
* Re-try r29078: Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-3/+3
* Revert wstring patch (r29078 and follow up commits). It is causing failures o...estade@chromium.org2009-10-151-3/+3
* Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-3/+3
* (please review thoroughly since this touches many moving parts).jeremy@chromium.org2009-10-061-34/+30
* Revert "Refactor ImporterHost as preparation for OOP switch", which caused pu...mattm@chromium.org2009-10-051-30/+34
* (please review thoroughly since this touches many moving parts).jeremy@chromium.org2009-10-051-34/+30
* While importing favicon, make sure there is an entry in the history db.kuchhal@chromium.org2009-09-111-5/+10
* Import passwords from Firefox 3.1 and above.kuchhal@chromium.org2009-08-151-11/+15
* Safari Bookmark/Favicon import.jeremy@chromium.org2009-08-051-17/+3