summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer/safari_importer.mm
Commit message (Expand)AuthorAgeFilesLines
* Many fixes to bookmark importing.isherman@chromium.org2011-05-261-24/+37
* Style cleanup in bookmarks import codeisherman@chromium.org2011-05-241-1/+1
* importer: Cleanup ProfileInfo calls a little bit.tfarina@chromium.org2011-04-061-6/+7
* importer: Convert AddBookmarkEntries to string16.tfarina@chromium.org2011-04-021-2/+2
* Fix an edge-case in Safari favicon importer: reset SQL statement on failure.isherman@chromium.org2011-03-301-1/+1
* importer: Attempt to use app/sql API instead of sqlite_utils.htfarina@chromium.org2011-03-291-36/+37
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* importer: Cleanup, remove all remaining using declarations.tfarina@chromium.org2011-03-271-7/+4
* importer: Remove instances of wstring from ProfileWriter.tfarina@chromium.org2011-03-241-5/+5
* importer: Convert GetLocalizedString to string16.tfarina@chromium.org2011-03-231-2/+2
* importer: Remove unneeded includes of importer_data_types.htfarina@chromium.org2011-03-211-1/+0
* fav icon -> favicon. Pass 12/12: all the restavi@chromium.org2011-03-161-4/+4
* 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: Some more cleanups.tfarina@chromium.org2011-03-051-7/+1
* Clean up CF To NS Casts and make them slightly saferdmaclach@chromium.org2011-03-031-1/+2
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-091-1/+1
* 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-2/+2
* Fix password import for OS X Firefox.mirandac@chromium.org2010-06-091-1/+1
* Move import in Mac OS X into its own process.mirandac@chromium.org2010-06-041-18/+18
* Move importer data types into a separate file to prepare for moving importermirandac@chromium.org2010-03-221-1/+7
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-021-0/+1
* Mac: remove some now-dead code and add a comment.viettrungluu@chromium.org2009-10-241-26/+4
* Mac: don't import Safari's home page setting.viettrungluu@chromium.org2009-10-231-2/+2
* Coverity: remove unused writer_ member from importer classes.mattm@chromium.org2009-10-081-1/+1
* (please review thoroughly since this touches many moving parts).jeremy@chromium.org2009-10-061-23/+21
* Revert "Refactor ImporterHost as preparation for OOP switch", which caused pu...mattm@chromium.org2009-10-051-21/+23
* (please review thoroughly since this touches many moving parts).jeremy@chromium.org2009-10-051-23/+21
* OS X First run dialog: hide import option of nothing to import from.jeremy@chromium.org2009-09-251-5/+36
* While importing favicon, make sure there is an entry in the history db.kuchhal@chromium.org2009-09-111-5/+5
* Fix early return/DCHECK importing Safari bookmarks.jeremy@chromium.org2009-08-121-6/+9
* Safari Bookmark/Favicon import.jeremy@chromium.org2009-08-051-46/+201
* First cut at Safari Import - Home Page & History Only.jeremy@chromium.org2009-07-311-0/+223