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
/
keyword_provider.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Remove confidence from AutocompleteMatch and use History DB instead.
dominich@chromium.org
2011-09-01
1
-2
/
+1
*
Add a URL param to indicate group selection in Instant field trial.
sreeram@chromium.org
2011-08-16
1
-4
/
+5
*
Add confidence to AutocompleteMatch.
dominich@chromium.org
2011-08-11
1
-1
/
+2
*
Makes the SearchProvider set the description from the KeywordProvider.
sky@chromium.org
2011-07-14
1
-14
/
+0
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-9
/
+11
*
Fix a regression where the omnibox would re-enter extension keyword mode after
mpcomplete@chromium.org
2011-07-07
1
-1
/
+3
*
Changes TemplateURLModel into TemplateURLService. Changes all access points t...
erg@google.com
2011-06-07
1
-7
/
+12
*
Makes autocompleting previous search terms work on word boundaries.
sky@chromium.org
2011-05-09
1
-2
/
+4
*
Refactor ExtensionService/ExtensionServiceInterface to be more testable
akalin@chromium.org
2011-04-06
1
-2
/
+3
*
Revert 80539 - Refactor ExtensionService/ExtensionServiceInterface to be more...
cmp@chromium.org
2011-04-06
1
-3
/
+2
*
Refactor ExtensionService/ExtensionServiceInterface to be more testable
akalin@chromium.org
2011-04-05
1
-2
/
+3
*
Makes the search provider not return results that look like URLs.
sky@chromium.org
2011-04-04
1
-2
/
+4
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-08
1
-2
/
+2
*
Always allow exact match non-substituting keywords.
suzhe@google.com
2011-01-26
1
-7
/
+7
*
Remove wstring from autocomplete.
avi@chromium.org
2011-01-25
1
-50
/
+46
*
Revert 72380 - Remove wstring from autocomplete.
avi@chromium.org
2011-01-24
1
-46
/
+50
*
Remove wstring from autocomplete.
avi@chromium.org
2011-01-24
1
-50
/
+46
*
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
-21
/
+27
*
Revert 71485 - Remove wstring from TemplateURL and friends.
avi@chromium.org
2011-01-14
1
-27
/
+21
*
Remove wstring from TemplateURL and friends.
avi@chromium.org
2011-01-14
1
-21
/
+27
*
Fix several omnibox issues related to keyword mode and IME support.
suzhe@google.com
2011-01-13
1
-7
/
+11
*
Revert 70281 - Revert 70271 - Remove wstring from l10n_util. Part 3.
avi@chromium.org
2010-12-29
1
-16
/
+19
*
Revert 70271 - Remove wstring from l10n_util. Part 3.
avi@chromium.org
2010-12-29
1
-19
/
+16
*
Remove wstring from l10n_util. Part 3.
avi@chromium.org
2010-12-29
1
-16
/
+19
*
Cleanup: Remove unneeded includes of notification_service.h.
thestig@chromium.org
2010-12-17
1
-1
/
+2
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
1
-2
/
+2
*
Make chrome.omnibox.setDefaultSuggestion work when called inside
mpcomplete@chromium.org
2010-12-07
1
-45
/
+70
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Add an API for extensions to set the description text for the default
aa@chromium.org
2010-11-27
1
-0
/
+4
*
Make extensions keyword providers accept empty input.
aa@chromium.org
2010-11-17
1
-1
/
+5
*
Don't allow exact keyword matches for most uses of the autocomplete classifie...
pkasting@chromium.org
2010-11-10
1
-4
/
+11
*
Fix some UI issues with omnibox extensions in incognito.
mpcomplete@chromium.org
2010-11-03
1
-16
/
+25
*
Part 3 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-29
1
-1
/
+1
*
[GTK] Added unit tests for omnibox highlighting
scr@chromium.org
2010-10-27
1
-0
/
+1
*
FBTF: Continue fixing nits found by my automated source scanner.
erg@google.com
2010-10-05
1
-0
/
+2
*
Don't treat input with a scheme that's not "http" or "https" as a potential k...
pkasting@chromium.org
2010-09-01
1
-1
/
+4
*
Disable autocomplete for search keywords.
isherman@chromium.org
2010-08-17
1
-4
/
+7
*
Add support for omnibox.onInputStarted and onInputCancelled.
mpcomplete@chromium.org
2010-07-02
1
-0
/
+60
*
Change a bunch of string types.
estade@chromium.org
2010-06-29
1
-3
/
+3
*
Fix some issues with the omnibox extension API in incognito windows.
mpcomplete@chromium.org
2010-06-22
1
-6
/
+24
*
Address some visual problems with the omnibox extension API:
mpcomplete@chromium.org
2010-06-21
1
-38
/
+26
*
First pass at experimental omnibox API. There are plenty of rough edges and f...
mpcomplete@chromium.org
2010-05-28
1
-19
/
+128
*
Remove --omnibox-popup-count flag.
tfarina@chromium.org
2010-05-18
1
-3
/
+3
*
chrome 1: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-08
1
-2
/
+2
*
Allow the history URL provider to handle input of type QUERY. This helps in ...
pkasting@chromium.org
2009-10-19
1
-17
/
+4
*
Fixes bug where keyword editor would end up prefixing all keyword urls
sky@chromium.org
2009-06-15
1
-2
/
+2
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Searching by keyword now generates a visit against the site with a
sky@chromium.org
2009-04-27
1
-2
/
+1
[next]