summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Mac] Drop shadow for Omnibox popup.shess@chromium.org2009-09-051-17/+9
* Use ScopedComPtr instead of CComPtr to reduce a dependency on ATL.jhawkins@chromium.org2009-09-044-13/+16
* Use system themes where possible in Omnibox edit and dropdown; in other cases...pkasting@chromium.org2009-09-042-29/+34
* [Mac] Make Omnibox a little bit transparent.shess@chromium.org2009-09-041-3/+7
* Reverting 23702.hbono@chromium.org2009-09-041-12/+0
* Fixing focus in location bar and accelerators on Linux toolkit views.jcampan@chromium.org2009-09-032-0/+4
* Make the omnibox 2 hover code a tiny bit less goofy by removing a now-unused ...pkasting@chromium.org2009-09-035-15/+2
* GTK: Use rounded corners in AutocompletePopupViewGtk.erg@google.com2009-09-011-14/+12
* Unbreak the world. Turns out SetProfile(NULL) causes a DCHECK failure.pkasting@chromium.org2009-09-012-10/+3
* More work fixing miscellaneous issues in the autocomplete code, probably none...pkasting@chromium.org2009-09-0111-185/+182
* Linux: Simplify omnibox selection code and stop taking back selection.derat@chromium.org2009-08-312-25/+22
* [Mac] Fix operation of Control key in Omnibox.shess@chromium.org2009-08-311-5/+3
* OSX: Remove some nsnotificationcenter observers more reliably.shess@chromium.org2009-08-312-3/+10
* [Mac] Fix Option-return in Omnibox.shess@chromium.org2009-08-311-0/+12
* I was too aggressive when placing this check. With rapid typing and deletion...pkasting@chromium.org2009-08-311-1/+1
* Reland r24920 without the other cruft that I had in my checkout, which broke ...pkasting@chromium.org2009-08-312-33/+24
* Revert r24920 due to compile failures.mmoss@chromium.org2009-08-312-28/+29
* TBR:pkastingmmoss@chromium.org2009-08-311-1/+1
* Minor autocomplete fixes while trying to track down a topcrash:pkasting@chromium.org2009-08-312-29/+32
* Make AutocompleteController::done() match up with when results are actually p...pkasting@chromium.org2009-08-312-8/+8
* [Mac] Handle shift-delete when omnibox popup is up.shess@chromium.org2009-08-282-0/+18
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-285-17/+11
* [Mac] Handle middle click in autocomplete popup.shess@chromium.org2009-08-282-2/+90
* Fix a ton of compiler warnings.estade@chromium.org2009-08-285-11/+17
* [Mac] Handle backspacing out of keyword search.shess@chromium.org2009-08-282-0/+31
* [Mac] Don't eat tab if tab-to-search hint not visible.shess@chromium.org2009-08-282-9/+15
* [Mac] Tweaks to Omnibox metrics.shess@chromium.org2009-08-281-2/+5
* Fix control key and paste behavior in Linux omnibox.suzhe@chromium.org2009-08-283-6/+53
* Do at least some rudimentary sorting of bookmarked URLs in the omnibox dropdo...pkasting@chromium.org2009-08-282-15/+21
* [Mac] The autocomplete popup now gets its position from the toolbar controller,rohitrao@chromium.org2009-08-275-17/+13
* GTK Themes: Fix the find bar so the match count is inside the entry.erg@google.com2009-08-261-8/+2