summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines/template_url_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Avoid inappropriately setting the safe_for_autoreplace flag to false in Templ...stevet@chromium.org2012-01-251-31/+43
* Always report hijacked/corrupt search provider UMA even when Protector disabled.ivankr@chromium.org2012-01-231-6/+8
* Converted Protector into a ProfileKeyedService.ivankr@chromium.org2012-01-201-6/+9
* Replace --use-protector flag with Local State 'protector.enabled' pref.ivankr@chromium.org2012-01-131-7/+7
* Add NULL-check around |url| in TemplateURLService::SetDefaultSearchProviderNo...tim@chromium.org2012-01-111-1/+1
* Disable the Protector feature.scr@chromium.org2012-01-051-2/+2
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-2/+0
* Reland 115318 - Return backup TemplateURL on default search change.ivankr@chromium.org2011-12-221-6/+7
* Revert 115318 - turned many valgrind bots red with:thakis@chromium.org2011-12-211-2/+3
* Revert 115336 (broke tests. This was landed without tryjobs and without a rev...thakis@chromium.org2011-12-211-5/+3
* Protector: fix memleak when the default search is managed.ivankr@chromium.org2011-12-211-3/+5
* Return backed up TemplateURL on default search changeavayvod@chromium.org2011-12-211-3/+2
* Protector: update and sign backup with --no-protector flag.ivankr@chromium.org2011-12-201-17/+30
* Defend against deleting the default search provider when merging duplicate TU...stevet@chromium.org2011-12-021-4/+16
* Allow NULL default search provider to be passed to Protectoravayvod@chromium.org2011-11-241-2/+1
* Enable protector by defaultavayvod@chromium.org2011-11-221-1/+1
* Protector strings and bubble/SettingsChange code refactoring.ivankr@chromium.org2011-11-211-1/+1
* Merge search engines sync data type with Preferences. Sync the default search...stevet@chromium.org2011-11-141-14/+120
* Unhide Protector check from the flag, leave UI hidden.avayvod@chromium.org2011-11-141-1/+1
* Move the sync_guid patching from the web data service level up to the Templat...stevet@chromium.org2011-11-081-0/+17
* Add command line flag to enable protectorsail@chromium.org2011-11-071-4/+1
* Disable protector on windowssail@chromium.org2011-11-071-2/+2
* Work around crash in protector code. The code doesn't deal with thesky@chromium.org2011-11-041-1/+6
* Disable search engine protector on Mac and Linuxsail@chromium.org2011-11-031-0/+4
* Added Protector, hooked up DSE verification with error bubble.avayvod@chromium.org2011-10-261-18/+33
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-5/+5
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-8/+8
* Stop syncing managed search engines.stevet@chromium.org2011-10-151-3/+9
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-3/+3
* profile: Add a way for each ProfileKeyedServiceFactory to specify its user pr...erg@chromium.org2011-10-101-34/+0
* Revert 104412 - profile: Add a way for each ProfileKeyedServiceFactory to spe...nsylvain@chromium.org2011-10-071-0/+34
* profile: Add a way for each ProfileKeyedServiceFactory to specify its user pr...erg@chromium.org2011-10-071-34/+0
* [Sync] Add support for deleting remote SyncData objectsakalin@chromium.org2011-09-201-1/+7
* Retroactively addressed sky@'s comments from CL http://codereview.chromium.or...stevet@chromium.org2011-09-031-24/+32
* Added DataTypeController integration and UI surfacing for syncing Search Engi...stevet@chromium.org2011-09-011-4/+4
* Recommitting what was r96969. Fixed the memory leak issues.stevet@chromium.org2011-08-171-7/+412
* Revert 96969 - Implement SyncableServices in TemplateURLService. Add related ...michaeln@google.com2011-08-161-409/+7
* Implement SyncableServices in TemplateURLService. Add related unittests.stevet@chromium.org2011-08-161-7/+409
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-8/+9
* Modify TemplateURLRef to remove unknown URL parameters, but only when it repr...stevet@chromium.org2011-06-281-1/+1
* Added last_modified field to TemplateURL and database. Updated unit tests, in...stevet@chromium.org2011-06-281-2/+5
* Fixed bug preventing disabling the default search provider.joaodasilva@chromium.org2011-06-151-1/+1
* Changes TemplateURLModel into TemplateURLService. Changes all access points t...erg@google.com2011-06-071-0/+1328