summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove base/gtk_util.h by moving its methods tojhawkins@chromium.org2010-10-292-11/+13
* [Linux] Handle preedit string in omnibox correctly (part1).suzhe@chromium.org2010-10-272-0/+34
* [GTK] Added unit tests for omnibox highlightingscr@chromium.org2010-10-2730-444/+950
* [GTK] fix buildestade@chromium.org2010-10-271-1/+1
* [GTK] omnibox changes for instantestade@chromium.org2010-10-272-18/+113
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2010-10-261-1/+1
* Re-enable AutocompleteBrowserTest.Basicisherman@chromium.org2010-10-261-9/+1
* [linux] instant search/browsing first cutestade@chromium.org2010-10-261-2/+13
* Some cleanup of view accessibility and view accessibility wrapper.ctguil@chromium.org2010-10-221-11/+7
* Convert gfx::ElideText from using wstrings to string16.tony@chromium.org2010-10-212-3/+8
* Make the Windows location bar send accessibility events to thedmazzoni@chromium.org2010-10-211-0/+11
* Move all ResourceBundle::GetNSImageNamed() calls to GetNativeImageNamed().rsesek@chromium.org2010-10-211-1/+1
* FBTF: Even more deinlining.erg@google.com2010-10-202-0/+3
* Removes two unused methods:rohitrao@chromium.org2010-10-205-19/+0
* Move BaseDropTarget and BaseDragSource from base to app/win. Remove the "Base...brettw@chromium.org2010-10-171-5/+5
* [Mac] Added Support for DIM AutoComplete Match Classification specifiers.scr@chromium.org2010-10-153-18/+49
* Move iat_patch from base to app/win. Remove the functions from the header sincebrettw@chromium.org2010-10-141-3/+3
* [Mac] Plumb through the Instant and omnibox popup bounds. This will allow in...rohitrao@chromium.org2010-10-147-8/+25
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-144-4/+3
* [GTK] Added Support for DIM AutoComplete Match Classification specifiers.estade@chromium.org2010-10-132-11/+25
* Rename ChromeThread to BrowserThread Final Part:tfarina@chromium.org2010-10-121-5/+5
* Final phase of the URL History Quick autocomplete provider integration. This ...mrossetti@chromium.org2010-10-129-145/+617
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-123-3/+3
* [Mac] Initial Instant implementation.rohitrao@chromium.org2010-10-121-0/+4
* Revert 62193 - Final phase of the URL History Quick autocomplete provider int...mrossetti@chromium.org2010-10-119-617/+145
* Final phase of the URL History Quick autocomplete provider integration. This...mrossetti@chromium.org2010-10-119-145/+617
* Removes the #ifdef around Instant-related AutocompleteEditController methods....rohitrao@chromium.org2010-10-103-12/+1
* The start of the instant opt-in mocks.sky@chromium.org2010-10-081-0/+2
* FBTF: Small nits; moving virtual methods to implementation.erg@google.com2010-10-082-4/+6
* Rename ChromeThread to BrowserThread Part 2:tfarina@chromium.org2010-10-063-10/+10
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-054-1/+6
* Replace Browser::AddTabWithURL(...) with:ben@chromium.org2010-10-051-5/+4
* Disable all AutocompleteEditViewTest tests as they timeout on windows.satish@chromium.org2010-10-051-10/+58
* Marking AutocompleteEditViewTest::PopupAccelerators as flaky since it fails o...satish@chromium.org2010-10-051-1/+7
* Re-disable CleanUpOnMainThread() timeout hack for AutocompleteEditViewTest.*isherman@chromium.org2010-10-051-14/+0
* Reenable CleanUpOnMainThread() timeout hack for AutocompleteEditViewTest.*isherman@chromium.org2010-10-011-0/+14
* Implement policy for enabling/disabling browsing history.phajdan.jr@chromium.org2010-10-011-8/+1
* Fix autocomplete_unittest two-phase lookup problems.hans@chromium.org2010-10-011-5/+5
* linux: Behave predictably on ctrl+backspacesuzhe@chromium.org2010-10-012-1/+28
* Don't try to test alt-f4 on ChromeOS.isherman@chromium.org2010-09-301-0/+4
* Support alt-f4 when omnibox is focused in popupisherman@chromium.org2010-09-302-15/+101
* [omnibox] Ignore empty search suggestions.suzhe@chromium.org2010-09-291-0/+6
* [omnibox] Ignore empty search suggestions.shess@chromium.org2010-09-291-1/+1
* Refactoring ui_test_utils codeisherman@chromium.org2010-09-281-26/+1
* Landing http://codereview.chromium.org/3387008 for sadrul:tfarina@chromium.org2010-09-281-1/+2
* Don't treat ';' as an authority terminator when parsing a potential URL. Thi...pkasting@chromium.org2010-09-271-0/+1
* Improve flaky ui_test AutomationProxyVisibleTest.AutocompleteMatchesTestjknotten@chromium.org2010-09-241-0/+4
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-236-9/+15
* Makes right arrow in omnibox commit suggest results.sky@chromium.org2010-09-233-2/+21
* Makes match preview send the dimensions of the omnibox to the page.sky@chromium.org2010-09-225-0/+31