summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* 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
* Try and improve result coalescing/display in the omnibox popup.pkasting@chromium.org2009-07-222-40/+11
* [Mac] Don't handle up/down-arrow unless popup is visible.shess@chromium.org2009-07-222-8/+18
* [Mac] Detect control-key changes in autocomplete field.shess@chromium.org2009-07-212-1/+33
* [Mac] Strip newlines from paste.shess@chromium.org2009-07-203-0/+155
* Linux omnibox suggestions, only force LTR on URLs.deanm@chromium.org2009-07-161-5/+15
* Work on RTL / BiDi Omnibox.deanm@chromium.org2009-07-161-12/+26
* [Mac] Refactor location-bar autocomplete cell classes.shess@chromium.org2009-07-162-7/+13
* Makes the default for what to do on startup be restore last session onsky@chromium.org2009-07-162-4/+10
* [Mac] Remove guard on FocusLocation() in autocomplete field.shess@chromium.org2009-07-152-12/+7
* Backing out r20493 (http://codereview.chromium.org/149492), as it inadvertent...avi@chromium.org2009-07-142-3/+8
* [Mac] AcceptInput() doesn't really need focus (as when called via "Go" button).shess@chromium.org2009-07-131-5/+4
* [Mac] Always restyle omnibox after user input.shess@chromium.org2009-07-131-17/+6
* [Mac] Remove guard on FocusLocation() in autocomplete field.shess@chromium.org2009-07-132-8/+3
* Fix a crash when clicking a popup entry while composing in the Microsoft IME ...pkasting@chromium.org2009-07-102-1/+26
* Added an helper namespace that provides fetches images from the app bundle an...thomasvl@chromium.org2009-07-091-9/+10
* Copy parsed URL into CF_UNICODETEXT when user select entire of Omnibox.hamaji@chromium.org2009-07-091-12/+15
* Initial work on Linux tab to search.deanm@chromium.org2009-07-081-1/+8
* Foundations for Print Preview and Setupmhm@chromium.org2009-07-031-5/+7
* Make Linux restore Omnibox contents on tab switch.evan@chromium.org2009-07-012-29/+165
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-013-3/+3
* Fix: Certain redirections remove sites from the historyyuzo@chromium.org2009-07-012-2/+2
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-2/+1
* Update Skia transfer mode names in browser/* to Skia r239amanda@chromium.org2009-06-251-1/+1
* Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)ericroman@google.com2009-06-232-17/+13
* Paste and Go was missing on the omnibar this CL will append a menu item to th...mhm@chromium.org2009-06-222-4/+45
* More CHECKs in my continuing effort to figure out what is going on. Neither ...pkasting@chromium.org2009-06-221-2/+2
* Revert :nsylvain@chromium.org2009-06-221-1/+2
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-2/+1
* Reverting 18872.jcampan@chromium.org2009-06-191-1/+2
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-2/+1
* Use correct calling convention for intercepted callcpu@google.com2009-06-191-2/+4
* Linux: Add menu item to url bar context menu to launch the search engine editor.mattm@chromium.org2009-06-182-0/+39
* Fix bug where the autocomplete text was being overridden by the user-entered ...shess@chromium.org2009-06-172-14/+38
* Add comments on magic number 0xbb. They are VK_OEM_PLUS. I guess the original...hamaji@chromium.org2009-06-161-1/+4
* Fixes bug where keyword editor would end up prefixing all keyword urlssky@chromium.org2009-06-153-16/+16
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Remove the Menu object, converting all the remaining callers to use Menu2. I'...ben@chromium.org2009-06-123-59/+80
* Change some DCHECKs to CHECKs in hope of tracking down a crash.pkasting@chromium.org2009-06-121-2/+2
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-0/+10