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