summaryrefslogtreecommitdiffstats
path: root/chrome/browser/instant/instant_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes regression (and crash) in instant. The crash would happen ifsky@chromium.org2011-08-221-0/+25
* Don't do Instant previews of chrome://crashcbentzel@chromium.org2011-08-201-3/+19
* Restrict Instant field trial to UMA opt-in users.sreeram@chromium.org2011-08-091-3/+0
* See http://codereview.chromium.org/7337007.dominich@chromium.org2011-07-281-8/+24
* Revert 94073 (broke a ton of tests) - Introduce a field trial for Instant.willchan@chromium.org2011-07-261-23/+7
* Introduce a field trial for Instant.sreeram@chromium.org2011-07-261-7/+23
* Refactor Instant web UI (chrome://settings page).sreeram@chromium.org2011-07-261-0/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-2/+3
* Changes SearchProvider to set the description of the first consecutivesky@chromium.org2011-07-071-14/+1
* PrerenderManager public API cleanup.dominich@chromium.org2011-06-281-4/+2
* Added prerendering to omnibox. Enable through --prerender-from-omnibox comman...dominich@chromium.org2011-06-241-10/+27
* Changes TemplateURLModel into TemplateURLService. Changes all access points t...erg@google.com2011-06-071-3/+6
* Fixes crash with instant enabled. The crash would occur if you turnedsky@chromium.org2011-06-021-1/+1
* Preload Instant search when omnibox is focused.sreeram@chromium.org2011-06-011-0/+27
* Prerender/Instant interopability.dominich@chromium.org2011-05-251-0/+5
* Typo fix: WillUpdateChangeActiveLoader.sreeram@chromium.org2011-05-091-2/+2
* Allow site-search to work with --restrict-instant-to-search.sreeram@chromium.org2011-05-091-1/+2
* Refactor preference syncing.zea@chromium.org2011-05-091-4/+12
* Lands http://codereview.chromium.org/6930020/ for sreeram:sky@chromium.org2011-05-051-0/+8
* Move blocked content from TabContents to TabContentsWrapper.avi@chromium.org2011-04-221-3/+4
* Fixes crash in instant code. There main problem was at the time ofsky@chromium.org2011-04-011-0/+19
* Fixes crash in delay show of instant preview.sky@chromium.org2011-03-311-2/+4
* Makes instant delay showing any page that doens't result in a 403.sky@chromium.org2011-03-291-17/+48
* Makes instant reload page when enter is pressed if last url loaded wassky@chromium.org2011-03-231-1/+3
* Makes instant throw out the first navigation when merging navigationsky@chromium.org2011-03-211-0/+11
* Fixes bug in instant where if the search provider didn't supportsky@chromium.org2011-03-171-4/+7
* Wires up ability for page to specify instant auto completesky@chromium.org2011-03-151-3/+5
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-2/+2
* Moves responsibility for updating InstantController to AutocompleteEditModel....sky@chromium.org2011-03-061-0/+17
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-021-2/+2
* Minor cleanup of InstantController. Consolidates notifying thesky@chromium.org2011-03-011-31/+43
* Makes instant not load the current url if you're already viewing. Thissky@chromium.org2011-02-281-11/+13
* Fixes regression where the wrong url was getting added for instantsky@chromium.org2011-02-091-0/+5
* Makes sure we don't copy over the default suggest text ifsky@chromium.org2011-02-011-1/+0
* Removes different instant behaviors that are no longer used.sky@chromium.org2011-01-261-83/+8
* Fixes bug where instant fade would get stuck when pressingsky@chromium.org2011-01-051-1/+2
* Revert 69343 - Makes instant not suggest string that look like urls.pkasting@chromium.org2010-12-181-5/+0
* Accepts current instant preview with Tab key.suzhe@google.com2010-12-181-0/+9
* Makes instant not suggest string that look like urls.sky@chromium.org2010-12-151-0/+5
* Fixes bug in instant that resulted in flickery fade. The problem wouldsky@chromium.org2010-12-151-21/+51
* Fixes bug in instant where we wouldn't initially tell the page thesky@chromium.org2010-12-131-1/+3
* Fixes bug where we would show an instant preview when we thought thesky@chromium.org2010-12-101-15/+13
* Fixes bug where tab/right-arrow to commit results wouldn't alwayssky@chromium.org2010-12-081-0/+5
* Makes instant not access sites that return a 403 status code.sky@chromium.org2010-12-081-2/+54
* Disables instant preview for search engines that don't support thesky@chromium.org2010-12-071-11/+19
* Move:ben@chromium.org2010-12-021-1/+1
* Move:ben@chromium.org2010-12-021-1/+1
* 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
* Adds another instant type that doesn't turn suggest text intosky@chromium.org2010-11-291-47/+91