summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines/template_url_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove kChromeFrame checks in the browser process.jam@chromium.org2014-01-021-3/+2
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-22/+23
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-231-2/+2
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-121-5/+5
* Add base namespace to some instances of string16.brettw@chromium.org2013-12-061-31/+34
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-031-1/+1
* Search providers extension API settings UI.mad@chromium.org2013-11-081-2/+13
* mac: Prepare for -Wunused-functions.thakis@chromium.org2013-11-071-27/+0
* This is a speculative fix to 311691. TemplateURLService's dtor is getting cal...caitkp@chromium.org2013-11-011-2/+2
* Support extension search engines.vasilii@chromium.org2013-10-281-74/+192
* Convert NOTIFICATION_TEMPLATE_URL_SERVICE_LOADED to CallbackList.caitkp@chromium.org2013-10-081-10/+11
* Profile Reset: support "soft reset" of search engines, homepage and startup p...vasilii@chromium.org2013-10-031-43/+37
* Fix read-after-free when loading two search engines with the same keyword.pkasting@chromium.org2013-09-161-17/+29
* content: Move kHttpScheme constant into content namespace.tfarina@chromium.org2013-09-151-1/+1
* content: Move kHttpsScheme constant into content namespace.tfarina@chromium.org2013-08-261-1/+1
* InstantExtended: Persist TemplateURL.new_tab_url.jered@chromium.org2013-08-191-1/+9
* Remove unused variable definitions.etienneb@chromium.org2013-08-191-4/+0
* Add SearchEngineType versions of histograms that look at prepopulate IDs.pkasting@chromium.org2013-08-161-41/+17
* [InstantExtended] Fixing how PageLoadSRP is emitted. Previously it was emitte...rlp@chromium.org2013-08-081-0/+6
* Save image search URLs and post parameters of all search URLs into perf, web_...jnd@chromium.org2013-07-311-1/+61
* The CL is a follow-up on https://codereview.chromium.org/18763004/vasilii@chromium.org2013-07-311-1/+2
* importer: Allow chrome to import internal chrome pages (i.e, chrome:// and ab...tfarina@chromium.org2013-07-271-1/+1
* Reset Profile: clear and repopulate extension search engines.vasilii@chromium.org2013-07-221-33/+75
* New UMA counter for ProfileReset button,vasilii@chromium.org2013-07-121-4/+7
* Support image search URL in TemplateURL.jnd@chromium.org2013-07-121-1/+4
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* [Sync] Add support for sync Persistence Errorszea@chromium.org2013-07-021-2/+4
* Add --extra-search-query-params, which allows testers to pass additional querypkasting@chromium.org2013-07-021-1/+6
* Misc. cleanup:pkasting@chromium.org2013-06-281-2/+2
* Use a direct include of time headers in chrome/browser/, part 7.avi@chromium.org2013-06-281-1/+1
* The reset profile button should force a Google URL re-check.pkasting@chromium.org2013-06-111-2/+2
* Use a direct include of strings headers in chrome/browser/r*-s*/.avi@chromium.org2013-06-101-1/+1
* Fix memory leak in TemplateURLService::ResetNonExtensionURLsSamusaaron3@gmail.com2013-06-081-9/+16
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.avi@chromium.org2013-06-071-1/+1
* Modify extension omnibox keywords to be user-configurableSamusaaron3@gmail.com2013-06-041-77/+35
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-031-1/+1
* New methods allow tovasilii@chromium.org2013-05-291-96/+165
* Remove references to Profile from browser_context_keyed_service.phajdan.jr@chromium.org2013-05-221-1/+1
* Fix memory leaks in tests caused by not tearing down TemplateUrlService corre...caitkp@google.com2013-04-171-1/+3
* Cancel pending requests for TemplateURLs in Shutdown, instead of dtor.caitkp@google.com2013-04-161-6/+12
* Remove unused BuildQueryTerms from TemplateURLService.beaudoin@chromium.org2013-04-061-32/+0
* Ensure TemplateURLService::UpdateKeywordSearchTermsForURL takes alternate_url...beaudoin@chromium.org2013-04-031-30/+5
* Remove some dependencies on WebDataServiceFactory and WebDatabaseServiceFactorycaitkp@chromium.org2013-03-131-3/+2
* Don't log anything if the user has a NULL default search provider.beaudoin@chromium.org2013-03-041-5/+8
* Possible fix for crasher, added null-check for default_search_provider_.beaudoin@chromium.org2013-03-021-1/+2
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Added histogram to log the user's default search engine.beaudoin@chromium.org2013-02-261-1/+13
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* This patch ensures that whenever a sync operation in TemplateURLService adds ...beaudoin@chromium.org2013-02-051-5/+30