summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a couple CHECK()s in hopes of helping to track down a crash.pkasting@chromium.org2009-06-111-0/+7
* Update result formatting for the search provider for the Omnibox2 popup.ben@chromium.org2009-06-091-19/+70
* Fix regression where hitting enter in the Omnibox would ignore recent editing.pkasting@chromium.org2009-06-084-17/+29
* Hack around klipper / glipper clipboard races.deanm@chromium.org2009-06-082-1/+19
* Completely miscellaneous minor cleanup. Remove some unneeded class declarati...pkasting@chromium.org2009-06-051-4/+3
* Fix flicker that happened when hitting ctrl while in FORCED_QUERY mode. We w...pkasting@chromium.org2009-06-051-4/+10
* Better behavior for ctrl-k: If we're already in forced_query mode, re-select ...pkasting@chromium.org2009-06-056-1/+37
* Ignore selections where the user dragged off the popup.shess@chromium.org2009-06-051-3/+11
* Don't update our text from toolbar if the toolbar's text doesn'tshess@chromium.org2009-06-041-5/+13
* Revert a ctrl-enter change for Omnibox, it made inline autocomplete totally c...deanm@chromium.org2009-06-041-10/+1
* Fix crash due to AutocompletePopup trying to draw the old results when they w...pkasting@chromium.org2009-06-034-15/+19
* Some previous refactoring I did of the accelerator code had introduced regres...jcampan@chromium.org2009-06-032-8/+44
* Port 2 more unit tests. Just small differences between platforms.tc@google.com2009-06-031-0/+5
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-037-13/+12
* Flip omnibox2 popup on by default for more testing.ben@chromium.org2009-06-011-5/+4
* GTK: respect control key for setting TLD=com.estade@chromium.org2009-06-011-1/+10
* Revert the Omnibox when changing tabs while its contents have been deleted.pkasting@chromium.org2009-05-291-2/+12
* Ignore the insert key so we don't switch into overtype mode (which surprises ...pkasting@chromium.org2009-05-291-0/+5
* Hoist TrimHttpPrefix() so we only have one copy, not one per provider.pkasting@chromium.org2009-05-298-55/+37
* Treat alt-(arrows/pgup/pgdn) like alt was not pressed. There's no reason to ...pkasting@chromium.org2009-05-291-1/+2
* Don't make |field_| first responder in SetSelectedRange() unless |model_| has...shess@chromium.org2009-05-232-19/+30
* Overhaul omnibox focus detection on Mac.shess@chromium.org2009-05-222-28/+87
* Shows Unicode IDN instead of Punycode in the followings:brettw@google.com2009-05-222-8/+5
* Mac: Fix so the omnibox popup doesn't show all tiny first time.shess@chromium.org2009-05-221-9/+8
* Gets LocationBarView to compile on linux. PageInfoWindow is nearlysky@chromium.org2009-05-211-2/+2
* mac_util::SetOverrideAppBundle() are handled in class ChromeTestSuite.jrg@chromium.org2009-05-201-10/+0
* Mac: Modify Omnibox to notice when the window loses key, too.shess@chromium.org2009-05-202-2/+34
* Mac: Make sure the popup is closed when losing focus in omnibox.shess@chromium.org2009-05-201-1/+7
* Take 2 at forcing the foreground and background color of thetc@google.com2009-05-192-1/+14
* Revert "Force the foreground and background color of the omnibox text."tc@google.com2009-05-191-14/+1
* Force the foreground and background color of the omnibox text.tc@google.com2009-05-191-1/+14
* Adds an index over bookmark titles for fast look up.sky@chromium.org2009-05-191-2/+2
* Force the font size in the omnibox, tabs, find bar, and download shelftc@google.com2009-05-182-1/+6
* Allow IPv6 literals to be typed directly into the address bar, withoutabarth@chromium.org2009-05-182-1/+9
* Mac: Style the omnibox URL.shess@chromium.org2009-05-152-61/+139