summaryrefslogtreecommitdiffstats
path: root/chrome/browser/instant/instant_loader.cc
Commit message (Expand)AuthorAgeFilesLines
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-191-2/+2
* Makes chrome pass down the length of text as the end of thesky@chromium.org2011-01-141-2/+6
* Revert 71485 - Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-2/+2
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-2/+2
* Refactor RenderWidgetHost::set_paint_observer()davemoore@chromium.org2011-01-121-82/+51
* Makes instant not supress infobars. As part of this I'm removingsky@chromium.org2011-01-071-53/+0
* Makes instant add the url to history that we can parse and identify assky@chromium.org2011-01-061-6/+40
* Make searchBox.value and searchBox.verbatim available during initial page load.tonyg@chromium.org2011-01-051-0/+2
* Revert 69343 - Makes instant not suggest string that look like urls.pkasting@chromium.org2010-12-181-10/+0
* 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-151-0/+10
* Changes heuristics for when the page is told the bounds of thesky@chromium.org2010-12-151-9/+14
* Fixes bug in instant where we wouldn't initially tell the page thesky@chromium.org2010-12-131-11/+23
* Fixes bug where we would show an instant preview when we thought thesky@chromium.org2010-12-101-23/+1
* Makes instant not access sites that return a 403 status code.sky@chromium.org2010-12-081-5/+35
* Re-load instant results when user text has whitespace changes.estade@chromium.org2010-12-071-2/+6
* Stops javascript alerts and unload dialogs from showing duringsky@chromium.org2010-12-061-0/+4
* Move:ben@chromium.org2010-12-021-1/+1
* Work around for a crash. I can't narrow down the circumstances whensky@chromium.org2010-12-021-1/+8
* Move:ben@chromium.org2010-12-021-1/+1
* 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-251-42/+49
* Instant: refactor code intended to prevent extra work.estade@chromium.org2010-11-241-8/+17
* Strip leading ? from omnibox instant searches.estade@chromium.org2010-11-231-1/+3
* Provides API for passing in whether verbatim or predictive should besky@chromium.org2010-11-181-6/+24
* Make pink's TabContentsWrapper change compile on Windows.ben@chromium.org2010-11-181-21/+25
* CL correcting Extensions regression introduced by CL 2941001.twiz@google.com2010-11-171-5/+0
* 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-161-6/+37
* 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
* Implement new SearchBox API along side existing API.tonyg@chromium.org2010-11-041-228/+74
* Instant - move AutocompleteLosingFocus implementation to InstantController.estade@chromium.org2010-11-011-1/+1
* Makes instant results from Google less flakey. We check for a propertysky@chromium.org2010-10-271-5/+59
* Lands http://codereview.chromium.org/4154003/show for Timo.sky@chromium.org2010-10-271-4/+13
* Removes two unused methods:rohitrao@chromium.org2010-10-201-9/+0
* Makes instant use instant_url for instant results rather than searchsky@chromium.org2010-10-141-4/+10
* Fixes instant so that it correctly deals with child contents. I'vesky@chromium.org2010-10-141-0/+1
* [Macs] Adds a RenderWidgetHostView method to tell the view to take focus only...rohitrao@chromium.org2010-10-121-0/+10
* Makes instant delay sending omnibox bounds changes to the page. Thissky@chromium.org2010-10-081-2/+27
* Fixes uneeded delete in InstantLoader. This is no longer needed assky@chromium.org2010-10-081-6/+0
* Adds throttling of instant results for sites that don't supportsky@chromium.org2010-10-081-4/+12
* Changes around instant to verify if the page really supports instantsky@chromium.org2010-10-071-46/+113
* Fixes crash in instant that would result if the preview page showed asky@chromium.org2010-10-061-3/+0
* Renames and moves match preview classes to instant. This doesn'tsky@chromium.org2010-10-051-0/+656