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