summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* [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
* This changelist represents the necessary merger of two others:ben@chromium.org2009-08-192-12/+12
* Add modifier key support for window open dispositions throught the Mac UIrohitrao@chromium.org2009-08-182-4/+17
* Linux: Update PRIMARY selection on omnibox copy-to-clipboard.derat@chromium.org2009-08-182-0/+21
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-171-1/+2
* Match Windows and GtkEntry move cursor with selection behavior.deanm@chromium.org2009-08-141-7/+18
* GTK: Add view ids to our widgets. These will be used for testing.estade@chromium.org2009-08-131-0/+3
* Fix regression caused by CL 16142suzhe@chromium.org2009-08-132-11/+123
* Mac: Omnibox popup metrics.shess@chromium.org2009-08-132-9/+31
* Mac: autocomplete popup size and shape mirrors star/go buttons.shess@chromium.org2009-08-121-3/+86
* Refactors OSExchangeData for easier portability.sky@chromium.org2009-08-121-8/+9
* Mac: Make autocomplete popup track autocomplete field resizes.shess@chromium.org2009-08-121-0/+26
* Improve key event handling of AutocompleteEditViewGtk.suzhe@chromium.org2009-08-122-64/+120
* Add a first attempt at a compact location bar and a status bar. The status barbrettw@chromium.org2009-08-112-11/+9
* GTK: handle Escape in omnibox when numlock/scrolllock/caps lock is on.estade@chromium.org2009-08-061-1/+2
* This CL adds accelerators to the Linux toolkit views.jcampan@chromium.org2009-07-311-2/+2
* Relanding r22155 (GTK Themes: Use theme colors in the text view in the locati...erg@google.com2009-07-312-21/+100
* Make TOOLKIT_VIEWS port use views-based Autocomplete popup.ben@chromium.org2009-07-3113-985/+89
* I give up. Reverting all attempts at fixing the gtk-view bustage.erg@google.com2009-07-312-77/+21
* GTK Themes: Use theme colors in the text view in the location bar.erg@google.com2009-07-312-21/+77
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-3/+3
* GTK: Implement omnibox DnD destination behavior.estade@chromium.org2009-07-302-0/+40
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-3/+3
* Implement location only display mode (used by popup windows).tc@google.com2009-07-242-4/+11
* Linux: Select omnibox text on button release instead of press.agl@chromium.org2009-07-232-26/+62
* Linux: Prevent omnibox autocomplete from stealing the primary X selection.estade@chromium.org2009-07-222-31/+75