summaryrefslogtreecommitdiffstats
path: root/chrome/browser/instant
Commit message (Expand)AuthorAgeFilesLines
* Revert 69343 - Makes instant not suggest string that look like urls.pkasting@chromium.org2010-12-185-52/+0
* Accepts current instant preview with Tab key.suzhe@google.com2010-12-183-68/+140
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-1/+4
* Makes instant not suggest string that look like urls.sky@chromium.org2010-12-155-0/+52
* Changes heuristics for when the page is told the bounds of thesky@chromium.org2010-12-151-9/+14
* Fixes bug in instant that resulted in flickery fade. The problem wouldsky@chromium.org2010-12-154-38/+229
* Fixes bug in instant where we wouldn't initially tell the page thesky@chromium.org2010-12-134-16/+58
* Mark InstantTest.NonSearchToSearchDoesntSupportInstant as flaky.phajdan.jr@chromium.org2010-12-111-1/+3
* Fixes bug where we would show an instant preview when we thought thesky@chromium.org2010-12-107-61/+86
* Makes instant run before unload listeners.sky@chromium.org2010-12-083-1/+183
* Fixes bug where tab/right-arrow to commit results wouldn't alwayssky@chromium.org2010-12-082-1/+20
* Makes instant not access sites that return a 403 status code.sky@chromium.org2010-12-087-10/+132
* Disables instant preview for search engines that don't support thesky@chromium.org2010-12-072-15/+25
* Re-load instant results when user text has whitespace changes.estade@chromium.org2010-12-071-2/+6
* Localize instant string.estade@chromium.org2010-12-062-3/+8
* [gtk] Add fade-commit to instant suggestion for predictive instant.estade@chromium.org2010-12-061-0/+6
* Stops javascript alerts and unload dialogs from showing duringsky@chromium.org2010-12-061-0/+4
* Remove unneeded browser_process.h includes.thestig@chromium.org2010-12-051-1/+0
* Instant: use the correct link for learn more.estade@chromium.org2010-12-031-2/+2
* Move:ben@chromium.org2010-12-025-5/+5
* Work around for a crash. I can't narrow down the circumstances whensky@chromium.org2010-12-021-1/+8
* Move:ben@chromium.org2010-12-024-5/+5
* Adds ability for about:flags to use a select for choosing one of manysky@chromium.org2010-12-021-2/+4
* Makes predictive with autocompleted text the default. I'm leaving thesky@chromium.org2010-11-301-21/+2
* Enables the instant browsertests on Mac and Linux.rohitrao@chromium.org2010-11-301-16/+7
* Adds another instant type that doesn't turn suggest text intosky@chromium.org2010-11-292-49/+108
* Fixes bug where instant preview would not show in certainsky@chromium.org2010-11-291-24/+73
* Fixes bug where we were updating too often. This happened because thesky@chromium.org2010-11-252-42/+52
* Makes tab in the omnibox do the following:sky@chromium.org2010-11-241-1/+1
* Instant: refactor code intended to prevent extra work.estade@chromium.org2010-11-243-22/+27
* Strip leading ? from omnibox instant searches.estade@chromium.org2010-11-232-2/+4
* [Mac] Add a preference for Instant search.rsesek@chromium.org2010-11-221-7/+0
* Provides API for passing in whether verbatim or predictive should besky@chromium.org2010-11-184-16/+55
* Make pink's TabContentsWrapper change compile on Windows.ben@chromium.org2010-11-187-44/+56
* Disable InstantTest.OnSubmitEvent instead of OnChangeEventphajdan.jr@chromium.org2010-11-181-3/+3
* CL correcting Extensions regression introduced by CL 2941001.twiz@google.com2010-11-171-5/+0
* Clean-up, not returning anything in void returning method.jcivelli@chromium.org2010-11-171-8/+15
* Handle resize corner layout entirely in the BrowserView (views) or BrowserWin...alekseys@chromium.org2010-11-161-3/+0
* Modifies the Instant loader to listen for RENDER_VIEW_HOST_CHANGED notificati...rohitrao@chromium.org2010-11-162-8/+48
* Cleanup: Include browser.h -> ui/browser.h [Part 2].jhawkins@chromium.org2010-11-161-1/+1
* Handful of related instant changes:sky@chromium.org2010-11-159-82/+406
* Makes the current page dim out when transitioning to instant preview.sky@chromium.org2010-11-152-0/+8
* Disable InstantTest.OnSubmitEventphajdan.jr@chromium.org2010-11-121-1/+2
* Disable Instant when typing an extension keyword.mpcomplete@chromium.org2010-11-112-5/+12
* Adds a switch to change the instant-url. This'll be used for testing.sky@chromium.org2010-11-091-0/+4
* Allow verbatim to be passed in OnSearchBoxChange.tonyg@chromium.org2010-11-081-1/+1
* [GTK] instant confirm dialogestade@chromium.org2010-11-051-1/+1
* Implement new SearchBox API along side existing API.tonyg@chromium.org2010-11-043-228/+327
* Adds the ability to show verbatim instant results rather thansky@chromium.org2010-11-012-12/+49
* Instant - move AutocompleteLosingFocus implementation to InstantController.estade@chromium.org2010-11-013-1/+55