summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/omnibox
Commit message (Expand)AuthorAgeFilesLines
* about:omnibox - add "in keyword mode" checkboxmpearson@chromium.org2013-02-052-14/+16
* Stop using content's internal URLDataManager methods from chrome.jam@chromium.org2013-01-271-4/+3
* about:omnibox - add cursor position parametermpearson@chromium.org2013-01-252-19/+37
* Switch users of ChromeWebUIDataSource to use the content::WebUIDataSource ins...jam@chromium.org2013-01-191-6/+6
* Simplify WebUI data sources. Currently WebUI data sources implement a URLData...jam@chromium.org2013-01-161-1/+1
* about:omnibox - add prevent_inline_autocomplete parametermpearson@chromium.org2013-01-102-6/+15
* Make Google Search autocomplete provider cursor aware.bartn@chromium.org2012-12-141-6/+8
* Make chrome://omnibox support instant extended.mad@chromium.org2012-11-021-1/+4
* autocomplete: Add AutocompleteProvider::Type enum.derat@chromium.org2012-09-111-3/+7
* Enhance chrome://omnibox Presentationmrossetti@chromium.org2012-07-281-0/+5
* Add an associated keyword column to chrome://omnibox/mpearson@chromium.org2012-07-191-0/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-112-2/+0
* autocomplete: Get rid of autocomplete_types.htfarina@chromium.org2012-07-031-1/+3
* autocomplete: Rename autocomplete.* to autocomplete_input.*.tfarina@chromium.org2012-07-031-1/+1
* autocomplete: Extract AutocompleteResult from autocomplete.*.tfarina@chromium.org2012-07-021-5/+5
* autocomplete: Extract AutocompleteController from autocomplete.*.tfarina@chromium.org2012-06-291-0/+1
* browser: Extract AutocompleteProvider from autocomplete.*tfarina@chromium.org2012-06-261-0/+1
* Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser/ui.thestig@chromium.org2012-05-221-1/+1
* Now that TemplateURLs are guaranteed to have a unique, non-empty keyword, rep...pkasting@chromium.org2012-05-081-2/+1
* Changed ChromeURLDataManager to a ProfileKeyedService and made a Factory for it.khorimoto@chromium.org2012-04-251-1/+2
* Reland r130431: Move the URL string from TemplateURLRef onto the owning Templ...pkasting@chromium.org2012-04-041-4/+2
* Revert 130431 - Move the URL string from TemplateURLRef onto the owning Templ...dbeam@chromium.org2012-04-041-2/+4
* Move the URL string from TemplateURLRef onto the owning TemplateURL. This wi...pkasting@chromium.org2012-04-031-4/+2
* Coverity: Fix pass by value issueskmadhusu@chromium.org2012-03-292-2/+2
* Make chrome://omnibox/ be able to report per-provider matches.mpearson@chromium.org2012-02-012-53/+81
* Initial draft of chrome://omnibox/ page.mpearson@chromium.org2012-01-244-0/+245