summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/keyword_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Make TemplateURLService batch up keyword table changes.pkasting@chromium.org2014-04-021-32/+60
* More keyword table cleanup:pkasting@chromium.org2014-04-021-93/+30
* A few remaining cleanup bits that should have been in r260933.pkasting@chromium.org2014-04-011-1/+1
* Misc. cleanup found while mucking with search engines code:pkasting@chromium.org2014-04-011-12/+13
* Create new Autofill tables as part of DB migration.isherman@chromium.org2014-03-251-2/+1
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-2/+2
* Update some uses of Value in chrome/ to use the base:: namespace.avi@chromium.org2013-12-231-3/+3
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-121-1/+1
* Convert string16 to base::string16 in chrome/browserbrettw@chromium.org2013-12-111-2/+2
* Support extension search engines.vasilii@chromium.org2013-10-281-1/+1
* InstantExtended: Persist TemplateURL.new_tab_url.jered@chromium.org2013-08-191-9/+30
* Save image search URLs and post parameters of all search URLs into perf, web_...jnd@chromium.org2013-07-311-5/+51
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1tfarina@chromium.org2013-07-021-1/+1
* Use a direct include of strings headers in chrome/browser/t*-w*/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.avi@chromium.org2013-06-071-1/+1
* Switch to narrowest scope for a static, per suggestion in a review on another...joi@chromium.org2013-04-101-2/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Move c/b/webdata/code which does not depend on chrome/ to components/webdata/caitkp@chromium.org2013-04-031-1/+1
* Pass app_locale directly to AutofillTablecaitkp@chromium.org2013-04-021-1/+0
* Move creation of the various WebDatabaseTable types out of WebDatabase.joi@chromium.org2013-03-201-4/+18
* Generalize migration code in WebDatabase.joi@chromium.org2013-03-121-0/+46
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Add search_terms_replacement_key field to TemplateURL.beaudoin@chromium.org2013-01-031-4/+25
* Remove the protector service.ivankr@chromium.org2012-12-141-227/+70
* Introduces a search term extraction mechanism working for arbitrary search pr...beaudoin@chromium.org2012-10-091-44/+109
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-11/+0
* Add a separate protector UMA state when backup is overwritten by migration.ivankr@chromium.org2012-07-141-3/+15
* Remove the "autogenerate keyword" bit on TemplateURL.pkasting@chromium.org2012-05-081-53/+189
* Remove const qualifiers on "TemplateURL*" in many TemplateURLService APIs. T...pkasting@chromium.org2012-04-271-1/+3
* Enforce that TemplateURLs' URLs cannot be empty.pkasting@chromium.org2012-04-191-4/+23
* Reland r131019: Move most TemplateURL data members to a new struct, TemplateU...pkasting@chromium.org2012-04-071-59/+54
* Revert 131019 - This caused memory tests to fail on all the perf bots.kerz@chromium.org2012-04-061-54/+59
* Fallback to a prepopulated search engine if there is not default search engin...ivankr@chromium.org2012-04-061-0/+3
* Move most TemplateURL data members to a new struct, TemplateURLData. This al...pkasting@chromium.org2012-04-051-59/+54
* Reland r130431: Move the URL string from TemplateURLRef onto the owning Templ...pkasting@chromium.org2012-04-041-6/+3
* Revert 130431 - Move the URL string from TemplateURLRef onto the owning Templ...dbeam@chromium.org2012-04-041-3/+6
* Move the URL string from TemplateURLRef onto the owning TemplateURL. This wi...pkasting@chromium.org2012-04-031-6/+3
* Exclude ProtectorService code from Android build.nileshagrawal@chromium.org2012-03-301-1/+1
* Remove fields from TemplateURL[Ref] that are part of the OSDD spec but never ...pkasting@chromium.org2012-03-291-6/+6
* Misc. small cleanups to minimize TemplateURL refactoring diffs:pkasting@chromium.org2012-03-221-1/+0
* Lots of cleanup of chrome/browser/webdata in preparation for real changes as ...pkasting@chromium.org2012-03-131-272/+193
* Remove key deletion that needs to happen as part of a new migration step. Ad...pkasting@chromium.org2012-03-101-5/+0
* Protector: valid signatures are not updated during Web Data migration.ivankr@chromium.org2012-03-071-76/+13
* More SQL statement usage regularization. Back-touch somegbillock@chromium.org2012-02-181-5/+5
* Nix TemplateURL::logo_id, EXPLICIT_DEFAULT_PROVIDER, etc.msw@chromium.org2012-02-161-3/+1
* Added pyauto hooks and basic functional tests for Protector.ivankr@chromium.org2012-01-231-1/+1
* Converted Protector into a ProfileKeyedService.ivankr@chromium.org2012-01-201-1/+1