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
/
search_terms_data.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1
tfarina@chromium.org
2013-07-02
1
-1
/
+1
*
Add --google-base-url, which sets the Google base URL used in various
pkasting@chromium.org
2013-07-01
1
-0
/
+6
*
Eliminate --google-base-suggest-url. Its use cases will be addressed with the
pkasting@chromium.org
2013-06-27
1
-7
/
+0
*
Change Chrome's suggest client cgi param to be chrome-omni instead of chrome ...
dcblack@chromium.org
2013-06-25
1
-0
/
+10
*
Revert 198694 "Fix search modes broken in incognito."
samarth@chromium.org
2013-06-20
1
-2
/
+1
*
Fix search modes broken in incognito.
dougw@chromium.org
2013-05-07
1
-1
/
+2
*
Add new flag for testing against different server for Google autocomplete.
hfung@chromium.org
2013-05-06
1
-0
/
+7
*
Disable Instant when suggest is disabled.
robertshield@chromium.org
2013-04-29
1
-6
/
+4
*
[Clean up] Drop chrome::search:: namespace.
kmadhusu@chromium.org
2013-03-27
1
-4
/
+4
*
Send CGI param indicating if a Theme is rendered
dhollowa@chromium.org
2013-03-19
1
-0
/
+23
*
Move c/b/instant -> c/b/search.
samarth@chromium.org
2013-03-18
1
-1
/
+1
*
Move c/b/ui/search/search.* to c/b/instant/
samarth@chromium.org
2013-03-07
1
-1
/
+1
*
Instant: Make IsInstantEnabled() reflect reality.
sreeram@chromium.org
2013-03-06
1
-7
/
+4
*
Alternate NTP: Enable instant extended UI in incognito window
sail@chromium.org
2013-03-06
1
-14
/
+10
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Add espv=1 for non-instant searches if extended instant is enabled.
samarth@chromium.org
2012-12-08
1
-7
/
+25
*
Add Android-specific parameters to search_engines/
dfalcantara@chromium.org
2012-12-08
1
-8
/
+21
*
Set up client-side support for having Finch trials enable the Instant Extende...
dcblack@chromium.org
2012-12-07
1
-2
/
+6
*
Use search::Mode in InstantModel.
sreeram@chromium.org
2012-11-20
1
-4
/
+5
*
mac: Fix regression in sending rlz parameters
thakis@chromium.org
2012-10-31
1
-1
/
+1
*
Centralize logic around Instant modes.
sreeram@chromium.org
2012-09-04
1
-5
/
+4
*
Remove searchTerms from the Instant URL.
sreeram@chromium.org
2012-08-30
1
-2
/
+3
*
Instant extended API: Autocomplete results
sreeram@chromium.org
2012-08-23
1
-1
/
+6
*
Remove Instant field trials.
sreeram@chromium.org
2012-05-25
1
-3
/
+2
*
Make GoogleURLTracker a profile-keyed service.
pkasting@chromium.org
2012-05-09
1
-3
/
+7
*
Unlaunch the HIDDEN mode.
sreeram@chromium.org
2012-05-04
1
-13
/
+1
*
Adjust calling conventions for SetGoogleBaseURL() functions:
pkasting@chromium.org
2012-04-11
1
-2
/
+2
*
rlz: Hook up on mac, switch to chrome's network stack on win.
thakis@chromium.org
2012-03-26
1
-3
/
+3
*
Clean up chrome/browser/search_engines/:
pkasting@chromium.org
2012-03-16
1
-7
/
+17
*
Don't set ion=1 for hidden Instant modes.
sreeram@chromium.org
2012-03-03
1
-1
/
+16
*
chrome: Remove 14 exit time destructors and 2 static initializers.
thakis@chromium.org
2011-11-16
1
-1
/
+4
*
Revert 110235 - chrome: Remove 14 exit time destructors and 2 static initiali...
kmadhusu@chromium.org
2011-11-16
1
-1
/
+2
*
chrome: Remove 14 exit time destructors and 2 static initializers.
thakis@chromium.org
2011-11-16
1
-2
/
+1
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
Fix build break of official builder due to my commit 104479 which was missing
rogerta@chromium.org
2011-10-07
1
-4
/
+4
*
Remove google search experiment
jar@chromium.org
2011-10-01
1
-16
/
+0
*
Add a URL param to indicate group selection in Instant field trial.
sreeram@chromium.org
2011-08-16
1
-1
/
+12
*
Run experiment to see impact of reusing host in autosuggest and search
jar@chromium.org
2011-07-28
1
-1
/
+8
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Remove unneeded include statement.
finnur@chromium.org
2011-02-07
1
-1
/
+0
*
The function is now only used with the CHROME_OMNIBOX point and the value is ...
pastarmovj@chromium.org
2011-01-24
1
-3
/
+5
*
Remove wstring from TemplateURL and friends.
avi@chromium.org
2011-01-19
1
-5
/
+5
*
Revert 71485 - Remove wstring from TemplateURL and friends.
avi@chromium.org
2011-01-14
1
-5
/
+5
*
Remove wstring from TemplateURL and friends.
avi@chromium.org
2011-01-14
1
-5
/
+5
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Adding ScopedAllowIO to GetRlzParameterValue() while we evaluate wether the a...
finnur@chromium.org
2010-11-08
1
-0
/
+3
*
Rename ChromeThread to BrowserThread Part21:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part4:
tfarina@chromium.org
2010-10-07
1
-8
/
+8
*
Include rlz headers only on official builds
jochen@chromium.org
2010-09-20
1
-1
/
+1
[next]