summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Line up omnibox popup under field.shess@chromium.org2010-04-011-4/+10
* gtk: fix display of icons in omnibox popupevan@chromium.org2010-04-011-5/+5
* [Mac] Do not focus the location bar if it is not editable.rohitrao@chromium.org2010-03-311-2/+4
* GTK: more location bar updates.estade@chromium.org2010-03-311-6/+3
* Show the location bar icon (almost) all the time, and have its contents match...pkasting@chromium.org2010-03-3018-231/+292
* Omnibox M5 work, part 1: Security changespkasting@chromium.org2010-03-245-97/+71
* UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.evan@chromium.org2010-03-232-4/+6
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-235-5/+5
* Make various types of input work better with ctrl-enter. If we detected that...pkasting@chromium.org2010-03-222-2/+33
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-202-3/+4
* Move text_elider from app/gfx to app/ben@chromium.org2010-03-192-2/+2
* Honor select-all on tab-away when omnibar is empty (gtk)tony@chromium.org2010-03-192-5/+26
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-173-3/+3
* This patch strips out the http auth credentials before storing it in History DB.inferno@chromium.org2010-03-161-4/+1
* Move base/gfx contents to gfx/ben@chromium.org2010-03-144-4/+4
* Pick up a GTM roll and update the apis that changed in this roll.thomasvl@chromium.org2010-03-111-1/+2
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-1/+1
* mac: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-102-0/+2
* chrome 2: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-085-7/+11
* chrome 1: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-2/+2
* GTK: disable "edit search engines" and "paste and go" in location bar view wh...estade@chromium.org2010-03-048-5/+28
* GTK/Mac: show security warning on correct part of url.estade@chromium.org2010-03-042-18/+19
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-022-2/+2
* Move skia_utils_gtk.cc/.h to app/gfx/. Original patch by Thiago Farina (see ...pkasting@chromium.org2010-02-261-3/+3
* [Linux]Fix text justification of find bar.suzhe@chromium.org2010-02-231-2/+2
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-193-3/+3
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-192-0/+2
* Fix a Chrome crash caused in a ChromeFrame instance while displaying the insp...ananta@chromium.org2010-02-192-12/+10
* [Mac] Refactor omnibox popup to fix click-drag display.shess@chromium.org2010-02-192-111/+82
* Make Esc in Omnibox *not* stop loading if it has reverted editing.viettrungluu@chromium.org2010-02-171-1/+1
* Format the "?" match like our other search matches. This never got changed o...pkasting@chromium.org2010-02-111-10/+9
* [Linux]Fix text justification of omnibox.suzhe@chromium.org2010-02-112-5/+90
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-4/+4
* [Mac] Don't let omnibox popup text tighten while resizing.shess@chromium.org2010-02-051-0/+1
* linux: build with -Wextraevan@chromium.org2010-02-051-5/+5
* Mac: Set fixed maximum line height in Omnibox.viettrungluu@chromium.org2010-02-052-1/+22
* Fix some goofiness when arrowing around the popup with control down by cancel...pkasting@chromium.org2010-02-051-1/+18
* Copy percent-escaped URL when copying all the text from the address bar (Mac)kinuko@chromium.org2010-02-032-0/+31
* Make pressing <esc> while dragging in the omnibox correctly cancel dragging. ...pkasting@chromium.org2010-02-014-2/+12
* BSD port: chrome/app and chrome/browser ifdef cleaningpvalchev@google.com2010-02-012-6/+4
* Always percent-escape the copied URL when all the text in the address bar is ...kinuko@chromium.org2010-02-011-0/+38
* gtk: Update PRIMARY selection on Ctrl-X in omnibox.derat@chromium.org2010-01-272-4/+11
* [Mac] Hook up AutocompleteEditViewMac delegate calls properly.rohitrao@chromium.org2010-01-271-0/+2
* Mark AutocompleteEditViewTest::EnterToSearch flaky.tyoshino@google.com2010-01-071-1/+1
* [Linux] Improve LocationBarViewGtk.suzhe@chromium.org2010-01-062-3/+16
* Correctly enable the Copy item on the popup window omnibox context menu. Ori...pkasting@chromium.org2010-01-041-1/+1
* Add a keyboard shortcut on Escape that emits the IDC_STOP command.thakis@chromium.org2009-12-181-2/+1
* Use KF_ALTDOWN flag instead of GetKeyState(VK_MENU)xiyuan@chromium.org2009-12-171-1/+1
* Give classes with virtual methods virtual protected d'tors instead of non-vir...jamesr@chromium.org2009-12-164-3/+12