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
/
autocomplete
/
search_provider.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert recent changes to base::Value
stevenjb@google.com
2011-08-26
1
-5
/
+6
*
base: Add AsList() function to Value API.
tfarina@chromium.org
2011-08-25
1
-6
/
+5
*
Add a URL param to indicate group selection in Instant field trial.
sreeram@chromium.org
2011-08-16
1
-8
/
+4
*
Add confidence to AutocompleteMatch.
dominich@chromium.org
2011-08-11
1
-2
/
+6
*
Fixes regression where instant would show navsuggest matches as
sky@chromium.org
2011-07-26
1
-2
/
+0
*
Don't autocomplete searches of >1 word if they've only been visited once and ...
pkasting@chromium.org
2011-07-16
1
-54
/
+132
*
Makes the SearchProvider set the description from the KeywordProvider.
sky@chromium.org
2011-07-14
1
-28
/
+1
*
Makes past searches autocomplete when in keyword mode.
sky@chromium.org
2011-07-13
1
-2
/
+3
*
Changes SearchProvider to set the description of the first consecutive
sky@chromium.org
2011-07-07
1
-43
/
+31
*
Remove unnecessary #include.
pkasting@chromium.org
2011-06-21
1
-1
/
+0
*
Changes TemplateURLModel into TemplateURLService. Changes all access points t...
erg@google.com
2011-06-07
1
-2
/
+4
*
Fix a browser crash involving omnibox extension keywords.
mpcomplete@chromium.org
2011-05-11
1
-1
/
+1
*
Makes autocompleting previous search terms work on word boundaries.
sky@chromium.org
2011-05-09
1
-8
/
+5
*
FTP: split the directory listing parser test and re-enable it on TSan bots
phajdan.jr@chromium.org
2011-05-06
1
-1
/
+2
*
net: Move ResponseCookies into the net namespace.
tfarina@chromium.org
2011-05-06
1
-1
/
+1
*
Move json_value_serializer to content\common since it's used by code in conte...
jam@chromium.org
2011-04-16
1
-1
/
+1
*
Fixes crash in SearchProvider. The crash occurred because the
sky@chromium.org
2011-04-06
1
-5
/
+11
*
Makes the search provider not return results that look like URLs.
sky@chromium.org
2011-04-04
1
-9
/
+30
*
Removing references to off the record in comments and log messages.
akalin@chromium.org
2011-03-08
1
-1
/
+1
*
Makes sure we don't copy over the default suggest text if
sky@chromium.org
2011-02-01
1
-0
/
+3
*
Remove wstring from autocomplete.
avi@chromium.org
2011-01-25
1
-42
/
+41
*
Revert 72380 - Remove wstring from autocomplete.
avi@chromium.org
2011-01-24
1
-41
/
+42
*
Remove wstring from autocomplete.
avi@chromium.org
2011-01-24
1
-42
/
+41
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Remove wstring from TemplateURL and friends.
avi@chromium.org
2011-01-19
1
-7
/
+8
*
Revert 71485 - Remove wstring from TemplateURL and friends.
avi@chromium.org
2011-01-14
1
-8
/
+7
*
Remove wstring from TemplateURL and friends.
avi@chromium.org
2011-01-14
1
-7
/
+8
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
1
-2
/
+2
*
Adds lab for making instant suggest autocomplete immediately. As part
sky@chromium.org
2011-01-10
1
-3
/
+16
*
Make search provider enforce that keyword search term visits have a
sky@chromium.org
2011-01-06
1
-1
/
+14
*
Makes sure the description 'Google Search' is set on the first search
sky@chromium.org
2011-01-05
1
-14
/
+45
*
Revert 70281 - Revert 70271 - Remove wstring from l10n_util. Part 3.
avi@chromium.org
2010-12-29
1
-5
/
+7
*
Revert 70271 - Remove wstring from l10n_util. Part 3.
avi@chromium.org
2010-12-29
1
-7
/
+5
*
Remove wstring from l10n_util. Part 3.
avi@chromium.org
2010-12-29
1
-5
/
+7
*
Fixes bug in handling of spaces in the search provider. The problem
sky@chromium.org
2010-12-08
1
-11
/
+25
*
Remove unneeded browser_process.h includes.
thestig@chromium.org
2010-12-05
1
-1
/
+0
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2010-12-05
1
-0
/
+1
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Fixes bug in SearchProvider.
sky@chromium.org
2010-11-24
1
-3
/
+1
*
Makes committing the suggested text only update the default search
sky@chromium.org
2010-11-24
1
-4
/
+56
*
Makes search provider honor inline autocomplete.
sky@chromium.org
2010-11-15
1
-1
/
+2
*
Tweaks the ranking of past searches so they get autocompleted.
sky@chromium.org
2010-11-09
1
-5
/
+19
*
Makes SearchProvider use the in memory db for results.
sky@chromium.org
2010-11-04
1
-77
/
+27
*
[GTK] Added unit tests for omnibox highlighting
scr@chromium.org
2010-10-27
1
-0
/
+1
*
[omnibox] Ignore empty search suggestions.
suzhe@chromium.org
2010-09-29
1
-0
/
+6
*
FBTF: Move more ctors/dtors from headers to implementation.
erg@google.com
2010-09-01
1
-0
/
+11
*
Reduce the number of files that recompile when changing template_url.h or tem...
levin@chromium.org
2010-08-31
1
-1
/
+1
*
Move Google-specific code under browser/ into browser/google/.
evan@chromium.org
2010-08-30
1
-1
/
+1
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
FBTF: Remove a few SkBitmap instances (and other headers that were next to th...
erg@google.com
2010-08-18
1
-1
/
+3
[next]