summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use URL-encoded strings when user's input is in progress or the text isn'tjshin@chromium.org2009-08-261-3/+9
* Fix regression issue 20066.suzhe@chromium.org2009-08-261-3/+14
* Fix double control key issue with the omnibox.deanm@chromium.org2009-08-251-4/+10
* GTK: Show the correct text for the omnibox "paste and go/search" menu item.estade@chromium.org2009-08-252-20/+12
* Implements unimplemented methods of AutocompleteEditViewGtk and fixes a regre...suzhe@chromium.org2009-08-222-89/+140
* [Mac] Omnibox keyword, keyword hint, and search hint support.rohitrao@chromium.org2009-08-212-0/+32
* Fix compile errorpkasting@chromium.org2009-08-201-1/+1
* Initialize all new booleans in unittest constructor.pkasting@chromium.org2009-08-201-0/+2
* Fix uninitialized memory read in autocomplete tests.brettw@chromium.org2009-08-201-0/+1
* Attempt to minimize omnibox flicker, without increasing lag too much.pkasting@chromium.org2009-08-202-96/+151
* Linux: Attempt #2 at updating PRIMARY selection on Ctrl-C in omnibox.derat@chromium.org2009-08-202-0/+32
* Various omnibox UI fixes:rohitrao@chromium.org2009-08-203-37/+80
* Linux: Revert updating PRIMARY selection on Ctrl-C in omnibox.derat@chromium.org2009-08-192-21/+0
* A quick fix for Issue 19421.hbono@chromium.org2009-08-191-0/+12