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
*
Show the location bar icon (almost) all the time, and have its contents match...
pkasting@chromium.org
2010-03-30
1
-2
/
+2
*
chrome 2: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-08
1
-3
/
+5
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
*
Format the "?" match like our other search matches. This never got changed o...
pkasting@chromium.org
2010-02-11
1
-10
/
+9
*
Allow the history URL provider to handle input of type QUERY. This helps in ...
pkasting@chromium.org
2009-10-19
1
-74
/
+35
*
Remove the dependency on i18n/icu_string_conversions from base/string_util.h.
brettw@chromium.org
2009-10-10
1
-2
/
+4
*
Make TOOLKIT_VIEWS port use views-based Autocomplete popup.
ben@chromium.org
2009-07-31
1
-66
/
+39
*
Fixes bug where keyword editor would end up prefixing all keyword urls
sky@chromium.org
2009-06-15
1
-6
/
+6
*
Remove the Menu object, converting all the remaining callers to use Menu2. I'...
ben@chromium.org
2009-06-12
1
-3
/
+3
*
Update result formatting for the search provider for the Omnibox2 popup.
ben@chromium.org
2009-06-09
1
-19
/
+70
*
Headers cleanup in chrome/browser/
phajdan.jr@chromium.org
2009-06-03
1
-0
/
+1
*
Hoist TrimHttpPrefix() so we only have one copy, not one per provider.
pkasting@chromium.org
2009-05-29
1
-24
/
+2
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Fixes bug in search provider. It wasn't setting template_url and
sky@chromium.org
2009-05-04
1
-0
/
+4
*
Searching by keyword now generates a visit against the site with a
sky@chromium.org
2009-04-27
1
-1
/
+2
*
A basic search provider unit test. This tests asserts a handful of things:
sky@chromium.org
2009-04-23
1
-9
/
+23
*
This CL fix issue 2674 - search engine name containing parenthesis is not dis...
xji@chromium.org
2009-04-21
1
-2
/
+3
*
Makes the omnibox show past searches and suggestions for keywords.
sky@chromium.org
2009-04-14
1
-123
/
+272
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-1
/
+1
*
revert broken change 10833
nsylvain@chromium.org
2009-03-03
1
-2
/
+1
*
Port DictionaryValue to use string16 instead of wstring.
dsh@google.com
2009-03-03
1
-1
/
+2
*
Revert dsh's change 10818
nsylvain@chromium.org
2009-03-03
1
-1
/
+1
*
Port DictionaryValue to use string16 instead of wstring.
dsh@google.com
2009-03-03
1
-1
/
+1
*
Misc formatting / cleanup in the autocomplete code.
deanm@chromium.org
2009-02-27
1
-17
/
+18
*
Coalesce more hardcoded schemes to using predefined constants.
brettw@chromium.org
2009-02-26
1
-1
/
+3
*
Some cleanups in response to brettw's comments to r10277.
jhawkins@chromium.org
2009-02-24
1
-2
/
+0
*
Make autocomplete.cc and dependencies compile on Posix.
jhawkins@chromium.org
2009-02-24
1
-3
/
+7
*
Update include paths for grit files. Go ahead and resort
tc@google.com
2009-02-22
1
-2
/
+1
*
Reduce the amount of included header files. Vast change like in "Oh God! This...
maruel@chromium.org
2009-02-18
1
-0
/
+2
*
Move url_* to net subdir
ben@chromium.org
2009-01-16
1
-1
/
+1
*
Move search code to a subdir
ben@chromium.org
2009-01-16
1
-1
/
+1
*
Fie.
ben@chromium.org
2009-01-15
1
-1
/
+1
*
Move search engines files into subdir
ben@chromium.org
2009-01-15
1
-1
/
+1
*
Fixup and verify URLs from the server before adding them to the autocomplete ...
pkasting@chromium.org
2009-01-08
1
-3
/
+9
*
Change the signature of JSONReader::Read() and related
aa@chromium.org
2008-12-29
1
-7
/
+8
*
Make the autocomplete system and various other connected bits of code use GUR...
pkasting@chromium.org
2008-12-10
1
-4
/
+4
*
Add error messages to JSONReader and friends. This required a bit of refactor...
aa@chromium.org
2008-12-05
1
-1
/
+2
*
Omnibox metrics logging patch splitout, part 5: Add additional AutocompleteMa...
pkasting@chromium.org
2008-11-13
1
-6
/
+10
*
Omnibox metrics logging patch splitout, part 2: Remove the AutocompleteMatch ...
pkasting@chromium.org
2008-11-12
1
-2
/
+2
*
Omnibox metrics logging patch splitout, part 1: Random miscellaneous small st...
pkasting@chromium.org
2008-11-12
1
-2
/
+2
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-0
/
+3
*
Move |result_| and |latest_result_| to the autocomplete controller.
pkasting@chromium.org
2008-10-09
1
-12
/
+9
*
See if 'charset' is available in HTTP response header and use that to convert...
jungshik@google.com
2008-09-26
1
-1
/
+18
*
Renames BoomarkBarModel to BookmarkModel.
sky@google.com
2008-09-11
1
-1
/
+0
*
Don't send queries when URL is like:
darin@chromium.org
2008-09-10
1
-11
/
+41
*
Moves bookmark related classes into bookmarks directory. There are no
sky@google.com
2008-09-09
1
-1
/
+1
*
Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...
darin@google.com
2008-09-03
1
-2
/
+5
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Fixes up the autocomplete providers to correctly update starred
sky@google.com
2008-08-21
1
-53
/
+10
[next]