summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-292-18/+19
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-282-19/+18
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-282-18/+19
* Disable AutocompleteEditViewTest.AltEnter and AutocompleteEditViewTest.Browse...nsylvain@chromium.org2009-09-271-2/+4
* Use URL constants instead of writing string literals in test using history pa...tyoshino@google.com2009-09-251-2/+3
* Clean up a few bits of files that I'm about to modify. The only visible chan...pkasting@chromium.org2009-09-251-3/+1
* Wait for the history backend to load, which makes AutocompleteBrowserTest.Aut...phajdan.jr@chromium.org2009-09-241-1/+30
* [Mac] Support option-return to open in new foreground tab.rohitrao@chromium.org2009-09-241-2/+2
* Reverting 27113, it breaks the ChomeOS build.jcampan@chromium.org2009-09-248-19/+13
* Refactoring some of the NativeViewHost and NativeControl focus management so ...jcampan@chromium.org2009-09-248-13/+19
* Coverity: Initialize the remaining members of HistoryContentsProvider.jhawkins@chromium.org2009-09-241-0/+6
* Coverity: Initialize the remaining members of AutocompleteEditModel.jhawkins@chromium.org2009-09-241-0/+5
* [Mac] Add a strikethrough through insecure url schemes.rohitrao@chromium.org2009-09-241-0/+4
* Enable disabled autocomplete edit view tests.suzhe@chromium.org2009-09-241-3/+3
* [Mac] Back out accidentally-left logging line in autocomplete code.shess@chromium.org2009-09-231-1/+0
* [Mac] Convert Omnibox paste-and-go to use AutocompleteTextFieldObserver.shess@chromium.org2009-09-233-25/+4
* Gather more info when AutocompleteBrowserTest flakily fails.phajdan.jr@chromium.org2009-09-231-2/+18
* Revert "GTK: Use rounded corners in AutocompletePopupViewGtk."erg@google.com2009-09-231-11/+25
* Add some new histograms for history, and UMA-enable a few others.brettw@chromium.org2009-09-231-2/+2
* Remove an EXPECT in new autocomplete browser test which failes on Windows.phajdan.jr@chromium.org2009-09-231-1/+2
* Add new, shiny browser test for Autocomplete (Omnibox).phajdan.jr@chromium.org2009-09-232-0/+97
* [Mac] Expose AutocompleteEditViewMac to Cocoa code.shess@chromium.org2009-09-212-30/+13
* Add gtk widget names for stuff in location bar.mattm@chromium.org2009-09-191-0/+2
* [Mac] Paste in Omnibox needs to initiate field editing correctly.shess@chromium.org2009-09-181-14/+22
* [Mac] Implement Paste and Go/Search.rohitrao@chromium.org2009-09-182-0/+49
* Use delegate protocols present in the 10.6 SDK. For previous SDKs, providemark@chromium.org2009-09-172-4/+5
* Fix a crash issue of AutocompleteEditViewTest.suzhe@chromium.org2009-09-161-3/+22
* Fix issue 21587, a regression of CL 196020.suzhe@chromium.org2009-09-163-20/+43
* Fix Snow Leopard SDK errorsmark@chromium.org2009-09-161-1/+1
* Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio...pkasting@chromium.org2009-09-1511-42/+32
* Replace a bunch of hardcoded URLs with constants from url_constants.hbrettw@chromium.org2009-09-151-2/+2
* Disable AutocompleteEditViewTest.DesiredTLD until it becomes not flaky.tyoshino@google.com2009-09-151-1/+1
* Disable AutocompleteEditViewTest.EnterToSearch until it becomes not flaky.tyoshino@google.com2009-09-151-1/+1
* Disable failing test AutocompleteEditViewTest.AltEnter until it's fixed.tyoshino@google.com2009-09-151-1/+1
* Fix build failure.tyoshino@google.com2009-09-151-10/+10
* Add autocomplete_edit_view_browsertest.cc.suzhe@chromium.org2009-09-152-0/+506
* This CL makes the focus remembered across tab switches for Chrome Linux with ...jcampan@chromium.org2009-09-146-3/+15
* Reverts linux font change again. Slow down isn't as bad as before. Butsky@chromium.org2009-09-141-1/+30
* Remove code doing a no-op due to float -> int rounding.phajdan.jr@chromium.org2009-09-141-4/+4
* Attempt 2 at converting font from Skia to Pango. The slow down appears to be ...sky@chromium.org2009-09-141-30/+1
* Implements LocationBarView::AvailableWidth for Gtk.sky@chromium.org2009-09-142-0/+21
* Reverts r26015. It caused a startup regression:(sky@chromium.org2009-09-111-1/+30
* Nukes font_skia and converts font_gtk to use pango. This wassky@chromium.org2009-09-111-30/+1
* Fix text and selection's save/restore issue of omnibox when displaying tempor...suzhe@chromium.org2009-09-116-39/+44
* Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de...jhawkins@chromium.org2009-09-101-6/+5
* Clipboard:estade@chromium.org2009-09-101-1/+3
* Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...jshin@chromium.org2009-09-091-1/+1
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-082-6/+10
* Fixes regression introduced in dnd refactoring. I removed a check forsky@chromium.org2009-09-081-0/+3
* Fix issue 20934: Omnibox keyboard behavior wrong for "See recent pages in his...suzhe@chromium.org2009-09-062-30/+36