summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines/template_url.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* A working implementation of AQS (Assisted Query Stats).bartn@google.com2012-06-241-7/+26
* When the Google base URL changes and causes keyword updates, save those to th...pkasting@chromium.org2012-06-051-3/+0
* Remove the TemplateURL copy constructor and assignment operator.pkasting@chromium.org2012-05-081-4/+4
* Remove the "autogenerate keyword" bit on TemplateURL.pkasting@chromium.org2012-05-081-37/+20
* Remove RLZ stats that are not needed anymore.pastarmovj@chromium.org2012-05-041-3/+0
* Unlaunch the HIDDEN mode.sreeram@chromium.org2012-05-041-1/+0
* Remove const qualifiers on "TemplateURL*" in many TemplateURLService APIs. T...pkasting@chromium.org2012-04-271-4/+11
* Add a Profile* member to TemplateURL. This makes some invocations of Replace...pkasting@chromium.org2012-04-231-11/+7
* Enforce that TemplateURLs' URLs cannot be empty.pkasting@chromium.org2012-04-191-4/+4
* More misc. cleanups to minimize future refactoring diffs:pkasting@chromium.org2012-04-101-5/+4
* Reland r131019: Move most TemplateURL data members to a new struct, TemplateU...pkasting@chromium.org2012-04-071-177/+163
* Revert 131019 - This caused memory tests to fail on all the perf bots.kerz@chromium.org2012-04-061-163/+177
* Move most TemplateURL data members to a new struct, TemplateURLData. This al...pkasting@chromium.org2012-04-051-177/+163
* Reland r130431: Move the URL string from TemplateURLRef onto the owning Templ...pkasting@chromium.org2012-04-041-41/+34
* Revert 130431 - Move the URL string from TemplateURLRef onto the owning Templ...dbeam@chromium.org2012-04-041-34/+41
* Move the URL string from TemplateURLRef onto the owning TemplateURL. This wi...pkasting@chromium.org2012-04-031-41/+34
* Make TemplateURLRefs take an owner TemplateURL* (which must not be NULL). Th...pkasting@chromium.org2012-03-301-39/+31
* Remove fields from TemplateURL[Ref] that are part of the OSDD spec but never ...pkasting@chromium.org2012-03-291-79/+13
* Clean up TemplateURLParser:pkasting@chromium.org2012-03-201-3/+0
* Clean up chrome/browser/search_engines/: pkasting@chromium.org2012-03-161-24/+19
* Don't set ion=1 for hidden Instant modes.sreeram@chromium.org2012-03-031-0/+1
* Nix TemplateURL::logo_id, EXPLICIT_DEFAULT_PROVIDER, etc.msw@chromium.org2012-02-161-4/+0
* Avoid inappropriately setting the safe_for_autoreplace flag to false in Templ...stevet@chromium.org2012-01-251-1/+3
* Cleanup: Remove unneeded forward declarations from various chrome/browser sub...thestig@chromium.org2011-11-151-1/+0
* Add a URL param to indicate group selection in Instant field trial.sreeram@chromium.org2011-08-161-0/+12
* Run experiment to see impact of reusing host in autosuggest and searchjar@chromium.org2011-07-281-0/+1
* Adding a sync_guid field to TemplateURL. Adding appropriate database migratio...stevet@chromium.org2011-07-191-0/+6
* Modify TemplateURLRef to remove unknown URL parameters, but only when it repr...stevet@chromium.org2011-06-281-4/+15
* Added last_modified field to TemplateURL and database. Updated unit tests, in...stevet@chromium.org2011-06-281-0/+8
* Changes TemplateURLModel into TemplateURLService. Changes all access points t...erg@google.com2011-06-071-3/+3
* Split out Keywords and Autofill logic from WebDatabase.andybons@chromium.org2011-03-301-3/+3
* fav icon -> favicon. Pass 6: GetFavIcon* -> GetFavicon*avi@chromium.org2011-03-151-2/+2
* fav icon -> favicon. Pass 4: SetFavIcon* -> SetFavicon*avi@chromium.org2011-03-151-1/+1
* Add metrics for omnibox Google searches that has no RLZ token for windows.pastarmovj@chromium.org2011-02-101-0/+3
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-191-25/+25
* Revert 71485 - Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-25/+25
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-25/+25
* In short, break out the SearchEngineType enum into its own header file.levin@chromium.org2010-10-261-5/+5
* Adds support for a separate url for instant results.sky@chromium.org2010-10-141-13/+13
* Allow the default search provider to be specified via group policy. Also all...jeanluc@google.com2010-10-051-0/+4
* Makes TemplateURL::supports_instant persisted to the webdb.sky@chromium.org2010-10-041-3/+6
* Make a utility test class that is useful to any code which is trying to createlevin@chromium.org2010-09-161-1/+1
* Bunch of match preview tweaks:sky@chromium.org2010-09-141-1/+5
* Lands http://codereview.chromium.org/3309007/show for jeanluc:sky@chromium.org2010-09-031-0/+8
* Fix TemplateURLModel::GenerateSearchURL for use on non-UI threads.levin@chromium.org2010-09-031-1/+18
* Reduce the number of files that recompile when changing template_url.h or tem...levin@chromium.org2010-08-311-5/+4
* Allow one to call TemplateURLModel::GenerateSearchURL when not on the UI thread.levin@chromium.org2010-08-301-9/+14
* FBTF: Move some heavy, repeatedly emitted symbols to implementation files.erg@google.com2010-08-301-20/+5
* Address feedback regarding r57641.levin@chromium.org2010-08-271-0/+5