summaryrefslogtreecommitdiffstats
path: root/chrome/browser/instant/instant_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Upstream minor instant refactoring.jered@chromium.org2012-06-281-2/+2
* Add about:instant for under-the-hood instant settings like animation timingjamescook@chromium.org2012-06-201-0/+5
* TabContentsWrapper -> TabContents, part 18.avi@chromium.org2012-06-081-14/+13
* Don't cache tab_contents.sreeram@chromium.org2012-05-291-63/+67
* Remove Instant field trials.sreeram@chromium.org2012-05-251-65/+26
* Now that TemplateURLs are guaranteed to have a unique, non-empty keyword, rep...pkasting@chromium.org2012-05-081-1/+2
* Unlaunch the HIDDEN mode.sreeram@chromium.org2012-05-041-37/+41
* TabContents -> WebContentsImpl, part 18.avi@chromium.org2012-04-171-1/+1
* Reland r130431: Move the URL string from TemplateURLRef onto the owning Templ...pkasting@chromium.org2012-04-041-2/+2
* Revert 130431 - Move the URL string from TemplateURLRef onto the owning Templ...dbeam@chromium.org2012-04-041-2/+2
* Move the URL string from TemplateURLRef onto the owning TemplateURL. This wi...pkasting@chromium.org2012-04-031-2/+2
* Remove Instant opt-in promo.sreeram@chromium.org2012-04-031-6/+0
* Remove kInstantEnabledTime.sreeram@chromium.org2012-04-021-31/+1
* Add more histograms to track Instant and Field Trial state.sreeram@chromium.org2012-03-311-4/+9
* Handle dynamic variation of histogram name properly.sreeram@chromium.org2012-03-231-2/+4
* Gets instant to correctly commit under aura. This was broke for asky@chromium.org2012-03-161-11/+18
* Misc. cleanup for InstantController.pkasting@chromium.org2012-03-141-28/+11
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-2/+2
* Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...joi@chromium.org2012-02-201-2/+2
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-2/+2
* Failover to omnibox search if the Instant loader isn't ready.sreeram@chromium.org2012-01-251-0/+7
* Track session storage mismatches when committing Instant previews.sreeram@chromium.org2012-01-061-4/+5
* Add field trial info to Instant histograms.sreeram@chromium.org2012-01-051-5/+9
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-5/+5
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-2/+2
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-2/+2
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-2/+2
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-1/+2
* views: Move view.h to ui/views/.tfarina@chromium.org2011-11-301-1/+1
* base::Bind fixesgroby@chromium.org2011-11-291-4/+5
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-1/+1
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-1/+1
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-1/+1
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-1/+1
* Add a new field trial for Instant.sreeram@chromium.org2011-11-171-4/+3
* Refactor Instant tests.sreeram@chromium.org2011-11-031-2/+2
* Don't send omnibox bounds for hidden field trials.sreeram@chromium.org2011-10-281-10/+13
* Add a new field trial for Instant.sreeram@chromium.org2011-10-251-5/+19
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-5/+5
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-2/+2
* Crash fix.sreeram@chromium.org2011-10-181-6/+8
* Add a SearchToNonSearch test for the HIDDEN field trial.sreeram@chromium.org2011-10-181-5/+1
* Crash fix.sreeram@chromium.org2011-10-171-1/+3
* Fixes bug in instant where we would end up incorrectly using thesky@chromium.org2011-10-151-12/+11
* Introduce a new field trial for Instant.sreeram@chromium.org2011-10-131-5/+42
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-2/+2
* Remove fading in/out for Instant previews.sreeram@chromium.org2011-10-121-3/+1
* Make instant only load searches for the default provider.sky@chromium.org2011-10-071-346/+87
* Display alternate nav infobars even when instant is on. This adds a new noti...pkasting@chromium.org2011-10-061-1/+3
* Don't destroy instant loaders if you don't have to.sreeram@chromium.org2011-10-041-13/+4