summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Unfork some code who's dependency has landed on Mac.shess@chromium.org2009-04-271-6/+0
* Update selected line in model before accepting input when the user clicks in ...shess@chromium.org2009-04-272-5/+6
* Clean up construction of LocationBarViewMac objects.shess@chromium.org2009-04-274-24/+14
* Remove svn:executable and set svn:eol-style to LF.tc@google.com2009-04-274-0/+0
* Searching by keyword now generates a visit against the site with asky@chromium.org2009-04-272-3/+3
* Linux Omnibox results improvements:deanm@chromium.org2009-04-272-92/+92
* Use AutocompletePopupPositioner for the Linux Omnibox.deanm@chromium.org2009-04-274-29/+18
* Linux Omnibox mouse support.deanm@chromium.org2009-04-272-4/+103
* Reverting 14489.jcampan@chromium.org2009-04-241-7/+0
* This CL makes sure we unregister our Windows window classes when shut-down.jcampan@chromium.org2009-04-241-0/+7
* Fix DCHECK when typing certain kinds of input on certain profiles.pkasting@chromium.org2009-04-241-1/+3
* The accidental search infobar was almost never appearing. Fix that regressio...pkasting@chromium.org2009-04-246-103/+87
* Override GtkTextView's size request width in the Linux Omnibox.deanm@chromium.org2009-04-242-0/+21
* A basic search provider unit test. This tests asserts a handful of things:sky@chromium.org2009-04-233-10/+287
* Move the positioner code into autocompletepopupview.h so that linux can use i...ben@chromium.org2009-04-231-2/+13
* This CL fixes xji@chromium.org2009-04-211-13/+36
* Better omnibox handling of numeric input. Now we search based on the user's ...pkasting@chromium.org2009-04-213-11/+46
* This CL fix issue 2674 - search engine name containing parenthesis is not dis...xji@chromium.org2009-04-212-3/+4
* Only create a What You Typed match when it's likely to be relevant. See bug ...pkasting@chromium.org2009-04-203-102/+121
* Trivial cleanup of a recently added function:pkasting@chromium.org2009-04-202-20/+21
* Better alignment of the omnibox edit entry.deanm@chromium.org2009-04-203-54/+40
* Move the implementation of AutocompletePopupView from AutocompletePopupWin to...ben@chromium.org2009-04-172-4/+4
* Have ResourceBundle own GdkPixbufs.tc@google.com2009-04-161-5/+5
* Bold matched portions of text in Linux Omnibox.deanm@chromium.org2009-04-162-55/+104
* More Linux Omnibox v2 work, based on feedback from Cole.deanm@chromium.org2009-04-161-36/+74
* Make the omnibox popup look nicer. Add dropshadow images (not final). Experim...ben@chromium.org2009-04-154-7/+16
* Make Linux Omnibox results look more like the v2 mocks.deanm@chromium.org2009-04-151-11/+104
* Fixing a crash which could occur when a string containing multibyte character...deanm@chromium.org2009-04-151-5/+14
* Implement OnBeforePossibleChange() and OnAfterPossibleChange() to fix delete ...shess@chromium.org2009-04-142-23/+67
* The history tests relies on being about to reset a profile, which means we needthomasvl@chromium.org2009-04-141-0/+13
* Color/emphasize correct portions of view-source: URLs. Original patch by Shi...pkasting@chromium.org2009-04-144-8/+104
* Makes the omnibox show past searches and suggestions for keywords.sky@chromium.org2009-04-146-186/+515
* Fix missing virtual GetModel().shess@chromium.org2009-04-102-0/+7
* Fix build bustage - make sure GTK Autocomplete edit/popup implement the GetMo...ben@chromium.org2009-04-103-4/+7
* Allow a different omnibox popup to be enabled via the command line (--enable-...ben@chromium.org2009-04-105-13/+50
* Initial implemention of Mac Omnibox.shess@chromium.org2009-04-106-2/+782
* Move to custom painting the omnibox results with GDK.deanm@chromium.org2009-04-092-51/+168
* Properly handle empty components when converting url_parse::Parsed object.estade@chromium.org2009-04-081-0/+1
* Fix mouse wheel redirection when omnibox has focusamit@chromium.org2009-04-082-0/+13
* Attempt to fix crash that I don't fully understand and can't repro :(pkasting@chromium.org2009-04-081-2/+13
* Temporary fix for omnibox crash.estade@chromium.org2009-04-081-0/+6
* A quick fix for Issue 9596.hbono@chromium.org2009-04-071-3/+3
* Revert "Initial implemention of Mac Omnibox."shess@chromium.org2009-04-076-780/+2
* Initial implemention of Mac Omnibox.shess@chromium.org2009-04-066-2/+780
* Pasting successfully into a TextField should always triggerfinnur@chromium.org2009-04-061-2/+6
* Revert Linux Omnibox color changes in r12516.deanm@chromium.org2009-03-261-3/+3
* Linux UI theming:estade@chromium.org2009-03-251-4/+4
* Improve the Linux Omnibox ssl background / scheme coloring.deanm@chromium.org2009-03-241-8/+16
* Fully enable history_url_provider_unittest.cc for Mac.shess@chromium.org2009-03-232-11/+0
* A quick fix for Issue 2720.hbono@chromium.org2009-03-192-0/+24