summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer/firefox_importer_utils.cc
Commit message (Expand)AuthorAgeFilesLines
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-5/+5
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-5/+5
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-5/+5
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Revert 184352brettw@chromium.org2013-02-241-2/+2
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-2/+2
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-22/+25
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-3/+3
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-1/+1
* Get the Firefox branding name dynamicallycristian.patrasciuc@gmail.com2012-08-101-0/+46
* Reland r131019: Move most TemplateURL data members to a new struct, TemplateU...pkasting@chromium.org2012-04-071-3/+2
* Revert 131019 - This caused memory tests to fail on all the perf bots.kerz@chromium.org2012-04-061-2/+3
* Move most TemplateURL data members to a new struct, TemplateURLData. This al...pkasting@chromium.org2012-04-051-3/+2
* Reland r130431: Move the URL string from TemplateURLRef onto the owning Templ...pkasting@chromium.org2012-04-041-3/+3
* Revert 130431 - Move the URL string from TemplateURLRef onto the owning Templ...dbeam@chromium.org2012-04-041-3/+3
* Move the URL string from TemplateURLRef onto the owning TemplateURL. This wi...pkasting@chromium.org2012-04-031-3/+3
* Clean up TemplateURLParser:pkasting@chromium.org2012-03-201-10/+3
* Misc. cleanup for chrome/browser/importer/:pkasting@chromium.org2012-03-161-17/+17
* Properly parse version numbers for Firefox 10+isherman@chromium.org2012-02-161-1/+1
* Nix TemplateURL::logo_id, EXPLICIT_DEFAULT_PROVIDER, etc.msw@chromium.org2012-02-161-2/+0
* Do not override the default search engine during import.msw@chromium.org2012-02-081-37/+1
* Changes TemplateURLModel into TemplateURLService. Changes all access points t...erg@google.com2011-06-071-2/+2
* iwyu: Include stringprintf.h where appropriate, part 2.jhawkins@chromium.org2011-05-111-1/+2
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-191-2/+2
* Revert 71485 - Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-2/+2
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-2/+2
* Add logo display for fourth search engine in search engine selection dialog.mirandac@chromium.org2010-10-271-1/+5
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*.pkasting@chromium.org2010-10-211-4/+4
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-3/+3
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Convert some importer NOTREACHED() cases to LOG(WARNING)s.estade@chromium.org2010-09-101-4/+3
* Fix a couple of firefox search engine import bugs.estade@chromium.org2010-09-011-27/+36
* Remove remaining deprecated wstring methods from base/values.{cc,h}.viettrungluu@chromium.org2010-08-171-15/+15
* Remove deprecated DictionaryValue::HasKeyASCII(); HasKey() already takes UTF-8.viettrungluu@chromium.org2010-08-141-1/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Change a bunch of string types.estade@chromium.org2010-06-291-5/+5
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-061-2/+2
* The Firefox pref file may contain some non properly UTF-8jcivelli@google.com2010-05-041-1/+7
* Adding a way to retrieve Firefox proxy settings.jcivelli@google.com2010-04-271-0/+111
* chrome 2: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+3
* Convert a bunch more of importer into FilePath.evan@chromium.org2010-02-221-19/+13
* importer: use FilePath instead of wstring in some placesevan@chromium.org2010-02-191-6/+10
* Give classes with virtual methods virtual protected d'tors instead of non-vir...jamesr@chromium.org2009-12-161-2/+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
* Split NSSDecryptor out into platform specific files.willchan@chromium.org2009-07-221-300/+0
* Header cleanup in browser/importerphajdan.jr@chromium.org2009-07-201-0/+3
* Enable Firefox import on OS X. No UI yet.kuchhal@chromium.org2009-06-261-188/+3
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-161-0/+1