summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer/firefox2_importer.cc
Commit message (Expand)AuthorAgeFilesLines
* Delete the Firefox 2 profile importer.avi@chromium.org2013-05-161-667/+0
* Extract BookmarksFileImporter and BookmarkHTMLReader from Firefox2Importer.avi@chromium.org2013-05-141-11/+12
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-4/+3
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-3/+4
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-13/+13
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Move forms/ out of webkit/.blundell@chromium.org2012-10-051-2/+2
* Add a Profile* member to TemplateURL. This makes some invocations of Replace...pkasting@chromium.org2012-04-231-1/+1
* Reland r131019: Move most TemplateURL data members to a new struct, TemplateU...pkasting@chromium.org2012-04-071-5/+5
* Revert 131019 - This caused memory tests to fail on all the perf bots.kerz@chromium.org2012-04-061-5/+5
* Move most TemplateURL data members to a new struct, TemplateURLData. This al...pkasting@chromium.org2012-04-051-5/+5
* Remove fields from TemplateURL[Ref] that are part of the OSDD spec but never ...pkasting@chromium.org2012-03-291-2/+1
* Pass TemplateURL* instead of TemplateURL across the profile import IPC message.pkasting@chromium.org2012-03-261-4/+3
* Clean up TemplateURLParser:pkasting@chromium.org2012-03-201-1/+0
* Misc. cleanup for chrome/browser/importer/:pkasting@chromium.org2012-03-161-7/+5
* Do not override the default search engine during import.msw@chromium.org2012-02-081-4/+3
* Bookmark import from IE preserving the order.kinaba@chromium.org2011-12-221-7/+2
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-2/+2
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* importer: Pull out Importer util function into its own file.tfarina@chromium.org2011-07-181-2/+4
* importer: Trivial change that changes NONE_IMPORTER to TYPE_UNKNOWN.tfarina@chromium.org2011-07-151-1/+1
* Many fixes to bookmark importing.isherman@chromium.org2011-05-261-33/+20
* Style cleanup in bookmarks import codeisherman@chromium.org2011-05-241-3/+2
* Chrome crashes on importing bookmark files from Bookmark Manager.toyoshim@chromium.org2011-04-211-4/+16
* importer: Remove unneeded includes.tfarina@chromium.org2011-04-101-1/+0
* importer: Cleanup ProfileInfo calls a little bit.tfarina@chromium.org2011-04-061-6/+7
* importer: Refactor ImporterList so it doesn't have to know about Importer.tfarina@chromium.org2011-04-041-1/+1
* importer: Convert AddBookmarkEntries to string16.tfarina@chromium.org2011-04-021-5/+5
* importer: Use unnamed namespace instead of static keyword.tfarina@chromium.org2011-03-251-8/+10
* importer: Remove instances of wstring from ProfileWriter.tfarina@chromium.org2011-03-241-42/+39
* importer: Make const strings static and move them outside the function.tfarina@chromium.org2011-03-241-9/+9
* 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-5/+2
* fav icon -> favicon. Pass 9: chrome/browser/historyavi@chromium.org2011-03-151-4/+4
* fav icon -> favicon. Pass 4: SetFavIcon* -> SetFavicon*avi@chromium.org2011-03-151-1/+1
* importer: Some more cleanups.tfarina@chromium.org2011-03-051-22/+10
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Current firefox2 importer import bookmarks with strict rules.yutak@chromium.org2011-02-011-5/+60
* importer: push more FilePath around to reduce conversionsevan@chromium.org2011-01-281-4/+2
* Current firefox2_importer and firefox3_importer could not import empty folder.yutak@chromium.org2011-01-281-5/+54
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-191-4/+4
* Revert 71485 - Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-4/+4
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-4/+4
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-091-1/+1
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-2/+2
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+3
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+1