summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit.cc
Commit message (Expand)AuthorAgeFilesLines
* Port autocomplete_edit_view_browsertest.cc to Mac.suzhe@chromium.org2011-03-031-2/+2
* Makes instant not load the current url if you're already viewing. Thissky@chromium.org2011-02-281-0/+4
* Autocomplete cleanup patch. Adds AutocompleteControllerDelegate insky@chromium.org2011-02-161-34/+65
* Reworks autocomplete result set processing by the edit/model necessitated by ...sky@chromium.org2011-02-141-36/+44
* Add metrics for omnibox Google searches that has no RLZ token for windows.pastarmovj@chromium.org2011-02-101-1/+7
* Changes how autocomplete updates results in hopes of keeping the popupsky@chromium.org2011-01-311-0/+2
* Hitting Tab should always move cursor to end of omnibox text.suzhe@google.com2011-01-281-2/+10
* Fix a DCHECK failure in AutocompleteEditModel::OnPopupDataChanged()suzhe@google.com2011-01-261-21/+30
* Remove wstring from autocomplete.avi@chromium.org2011-01-251-45/+45
* Allow space to accept keyword even when inline autocomplete is available.suzhe@google.com2011-01-251-15/+17
* Fix a CHECK failure in AutocompletePopupModel::InfoForCurrentSelection().suzhe@google.com2011-01-241-6/+8
* Revert 72380 - Remove wstring from autocomplete.avi@chromium.org2011-01-241-44/+44
* Remove wstring from autocomplete.avi@chromium.org2011-01-241-44/+44
* Accept keyword by pressing space.suzhe@google.com2011-01-201-42/+47
* Removes some code we no longer care about.sky@chromium.org2011-01-191-39/+0
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-191-1/+1
* Revert 71485 - Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-1/+1
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-1/+1
* Fix several omnibox issues related to keyword mode and IME support.suzhe@google.com2011-01-131-47/+38
* Fixes bug in handling of openning background tabs by way of clickingsky@chromium.org2011-01-061-3/+3
* Adds comment as per review feedback of http://codereview.chromium.org/6075004/suzhe@google.com2011-01-041-1/+8
* Make predictive instant suggest work with IME composition.suzhe@google.com2010-12-221-2/+9
* Avoid accidental omnibox searches for username:password URLs.isherman@chromium.org2010-12-221-11/+12
* Accepts current instant preview with Tab key.suzhe@google.com2010-12-181-4/+0
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+4
* Fixes bug in handling of spaces in the search provider. The problemsky@chromium.org2010-12-081-2/+4
* Move:ben@chromium.org2010-12-021-1/+1
* Makes committing the suggested text only update the default searchsky@chromium.org2010-11-241-0/+4
* Adds support for proper handling of verbatim queries. That is, if thesky@chromium.org2010-11-191-3/+9
* Fixes control enter for instant.sky@chromium.org2010-11-171-4/+4
* Makes the instant suggested text autocomplete after 1.3 seconds. Theresky@chromium.org2010-11-111-0/+5
* Don't allow exact keyword matches for most uses of the autocomplete classifie...pkasting@chromium.org2010-11-101-3/+3
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-081-1/+1
* Fix compile failurepkasting@chromium.org2010-11-081-1/+1
* Don't treat retyping the current search query as a reload.pkasting@chromium.org2010-11-081-3/+7
* Adds the ability to show verbatim instant results rather thansky@chromium.org2010-11-011-0/+40
* [GTK] Added unit tests for omnibox highlightingscr@chromium.org2010-10-271-0/+1
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Removes the #ifdef around Instant-related AutocompleteEditController methods....rohitrao@chromium.org2010-10-101-4/+1
* Improve flaky ui_test AutomationProxyVisibleTest.AutocompleteMatchesTestjknotten@chromium.org2010-09-241-0/+4
* Makes match preview send the dimensions of the omnibox to the page.sky@chromium.org2010-09-221-0/+6
* Changes to the omnibox selection should not affect the "just deleted text" st...isherman@chromium.org2010-09-211-7/+15
* Bunch of match preview tweaks:sky@chromium.org2010-09-141-3/+2
* Update the Preconnect logic to use the new HttpStreamFactory formbelshe@chromium.org2010-09-031-2/+2
* Handle ctrl press when arrowing to a search keywordisherman@chromium.org2010-09-011-2/+3
* Adds some additional AutocompleteEditController methods. They aresky@chromium.org2010-09-011-1/+5
* Move Google-specific code under browser/ into browser/google/.evan@chromium.org2010-08-301-1/+1
* Don't inline autocomplete when the selected text is not the previously inline...isherman@chromium.org2010-08-261-0/+2
* Ctrl-based actions should take precedence over ctrl-enterisherman@chromium.org2010-08-251-7/+22
* Reland r56483 - Monitor network change in GoogleURLTrackerukai@chromium.org2010-08-201-0/+11