summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor the AutoCompletePopupView to get rid of gtk/gdk related code.jennyz@chromium.org2011-10-071-1/+2
* Makes copying text in the omnibox always use permanent text is thesky@chromium.org2011-08-311-0/+8
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-1/+0
* Handle intranet hostnames more consistently.pkasting@chromium.org2011-08-191-8/+8
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Misc. cleanup: Change use of string::size_type to size_t (team style), string...pkasting@chromium.org2011-05-261-2/+1
* Extension Apps that prefer a panel over a tab, should launch that way whenfinnur@chromium.org2011-05-061-7/+6
* autocomplete: Move AutocompleteEditView/autocomplete_edit_view.* to ui/omnibo...tfarina@chromium.org2011-05-031-6/+6
* Const-correctify.avi@chromium.org2011-04-131-2/+2
* Revert 80519 - Move favicon from TabContents to TabContentsWrapper.avi@chromium.org2011-04-071-2/+2
* Move favicon from TabContents to TabContentsWrapper.avi@chromium.org2011-04-051-2/+2
* Wires up ability for page to specify instant auto completesky@chromium.org2011-03-151-1/+2
* fav icon -> favicon. Pass 2: GetFavIcon -> GetFaviconavi@chromium.org2011-03-151-1/+1
* Moves responsibility for updating InstantController to AutocompleteEditModel....sky@chromium.org2011-03-061-18/+12
* Allow dragging and dropping of URLs to any portion of the toolbar view.rogerta@chromium.org2011-02-171-0/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #1phajdan.jr@chromium.org2011-02-151-0/+2
* Hitting Tab should always move cursor to end of omnibox text.suzhe@google.com2011-01-281-4/+2
* Remove wstring from autocomplete.avi@chromium.org2011-01-251-29/+30
* Revert 72380 - Remove wstring from autocomplete.avi@chromium.org2011-01-241-30/+29
* Remove wstring from autocomplete.avi@chromium.org2011-01-241-29/+30
* Removes some code we no longer care about.sky@chromium.org2011-01-191-1/+0
* Fix several omnibox issues related to keyword mode and IME support.suzhe@google.com2011-01-131-0/+1
* Made TextWidth and SetInstantSuggestion common interface in AutocompleteEdit...oshima@chromium.org2011-01-111-2/+2
* I'm working on autocomplete edit view which does not use native controls for ...oshima@chromium.org2011-01-071-0/+9
* Accepts current instant preview with Tab key.suzhe@google.com2010-12-181-0/+3
* Makes committing the suggested text only update the default searchsky@chromium.org2010-11-241-1/+0
* Adds support for proper handling of verbatim queries. That is, if thesky@chromium.org2010-11-191-0/+1
* Makes the instant suggested text autocomplete after 1.3 seconds. Theresky@chromium.org2010-11-111-0/+2
* Adds the ability to show verbatim instant results rather thansky@chromium.org2010-11-011-0/+1
* Makes right arrow in omnibox commit suggest results.sky@chromium.org2010-09-231-0/+3
* Makes match preview send the dimensions of the omnibox to the page.sky@chromium.org2010-09-221-0/+1
* Handle FocusSearch() when in forced search mode with leading whitespace.isherman@chromium.org2010-09-111-0/+2
* Adds some additional AutocompleteEditController methods. They aresky@chromium.org2010-09-011-0/+3
* Changes autocomplete to only prefix with http if haven't modifiedsky@chromium.org2010-05-101-7/+21
* Tweaks to copy/paste of omnibox on windows:sky@chromium.org2010-04-271-0/+124