summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Disable the Protector feature.scr@chromium.org2012-01-051-2/+2
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-022-4/+3
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-2/+0
* base::Bind: Convert NewRunnableMethod in chrome/browser.jhawkins@chromium.org2011-12-241-3/+2
* Reland 115318 - Return backup TemplateURL on default search change.ivankr@chromium.org2011-12-223-15/+14
* Revert 115318 - turned many valgrind bots red with:thakis@chromium.org2011-12-213-8/+11
* 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-213-11/+8
* Fix memleaks in TemplateURLPrepopulateDataTest.FindPrepopulatedEngine.ivankr@chromium.org2011-12-211-33/+38
* Protector: update and sign backup with --no-protector flag.ivankr@chromium.org2011-12-201-17/+30
* Protector: use search URL origin to get search engine ID for histograms.ivankr@chromium.org2011-12-203-8/+54
* Move BrowserMessageFilter to public, and into content namespace.joi@chromium.org2011-12-161-3/+4
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-3/+6
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-1/+1
* Defend against deleting the default search provider when merging duplicate TU...stevet@chromium.org2011-12-022-4/+36
* Protector adds the default prepopulated engine if it was removed.ivankr@chromium.org2011-12-021-0/+1
* Remove nord=1 from the Instant template for Google.sreeram@chromium.org2011-11-301-2/+2
* Remove dead search engines.mirandac@chromium.org2011-11-302-55/+15
* base::Bind: Convert the following files:jhawkins@chromium.org2011-11-291-16/+8
* 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 histograms for default search provider change added.ivankr@chromium.org2011-11-212-0/+14
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-216-17/+21
* Protector strings and bubble/SettingsChange code refactoring.ivankr@chromium.org2011-11-211-1/+1
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-4/+5
* base::Bind() conversion for chrome/browser/search_enginesdcheng@chromium.org2011-11-165-27/+32
* chrome: Remove 14 exit time destructors and 2 static initializers.thakis@chromium.org2011-11-161-1/+4
* Revert 110235 - chrome: Remove 14 exit time destructors and 2 static initiali...kmadhusu@chromium.org2011-11-161-1/+2
* chrome: Remove 14 exit time destructors and 2 static initializers.thakis@chromium.org2011-11-161-2/+1
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-151-1/+2
* Cleanup: Remove unneeded forward declarations from various chrome/browser sub...thestig@chromium.org2011-11-152-5/+3
* Merge search engines sync data type with Preferences. Sync the default search...stevet@chromium.org2011-11-144-17/+353
* Unhide Protector check from the flag, leave UI hidden.avayvod@chromium.org2011-11-141-1/+1
* net: Move the last two Escape() functions into the net namespace.tfarina@chromium.org2011-11-091-1/+1
* Move the sync_guid patching from the web data service level up to the Templat...stevet@chromium.org2011-11-083-0/+50
* 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
* Switch to composition for TestBrowserThread.joi@chromium.org2011-11-031-3/+1
* Disable search engine protector on Mac and Linuxsail@chromium.org2011-11-031-0/+4
* Move BrowserThread to content namespace.joi@chromium.org2011-11-027-0/+13
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-287-14/+15
* Added Protector, hooked up DSE verification with error bubble.avayvod@chromium.org2011-10-264-33/+87
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-6/+6
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-5/+6
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-16/+9