summaryrefslogtreecommitdiffstats
path: root/chrome/browser/instant
Commit message (Expand)AuthorAgeFilesLines
* More misc. cleanups to minimize future refactoring diffs:pkasting@chromium.org2012-04-102-2/+4
* Reland r131019: Move most TemplateURL data members to a new struct, TemplateU...pkasting@chromium.org2012-04-071-12/+8
* Revert 131019 - This caused memory tests to fail on all the perf bots.kerz@chromium.org2012-04-061-8/+12
* Move most TemplateURL data members to a new struct, TemplateURLData. This al...pkasting@chromium.org2012-04-051-12/+8
* Reland r130431: Move the URL string from TemplateURLRef onto the owning Templ...pkasting@chromium.org2012-04-043-7/+7
* Revert 130431 - Move the URL string from TemplateURLRef onto the owning Templ...dbeam@chromium.org2012-04-043-7/+7
* Move the URL string from TemplateURLRef onto the owning TemplateURL. This wi...pkasting@chromium.org2012-04-033-7/+7
* Remove Instant opt-in promo.sreeram@chromium.org2012-04-035-291/+0
* Remove kInstantEnabledTime.sreeram@chromium.org2012-04-021-31/+1
* Add more histograms to track Instant and Field Trial state.sreeram@chromium.org2012-03-312-18/+59
* Make TemplateURLRefs take an owner TemplateURL* (which must not be NULL). Th...pkasting@chromium.org2012-03-302-4/+3
* Remove fields from TemplateURL[Ref] that are part of the OSDD spec but never ...pkasting@chromium.org2012-03-291-2/+2
* Enables instant tests on aura. I tried on the bots 10 times and allsky@chromium.org2012-03-271-1/+1
* Fix one more instance of dynamic histogram names.sreeram@chromium.org2012-03-261-5/+5
* Handle dynamic variation of histogram name properly.sreeram@chromium.org2012-03-232-4/+8
* Add abstractions that let embedders drive tests of WebContents, without expos...joi@chromium.org2012-03-222-2/+0
* Simplify Instant field trials.sreeram@chromium.org2012-03-212-177/+78
* Gets instant to correctly commit under aura. This was broke for asky@chromium.org2012-03-165-13/+33
* Misc. cleanup for InstantController.pkasting@chromium.org2012-03-142-32/+16
* Use WebContentsDelegate::CanDownload to intercept file downloads on Android.nileshagrawal@chromium.org2012-03-131-4/+7
* Remove ProvisionalLoadDetails struct and notification, since WebContentsObser...jam@chromium.org2012-03-121-13/+20
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-072-1/+4
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-063-5/+8
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-7/+11
* Add an API around SessionStorageNamespace. This is just an empty API, what ma...jam@chromium.org2012-02-242-3/+6
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-203-7/+7
* Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...joi@chromium.org2012-02-203-7/+7
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-203-7/+7
* Update a bunch of help center URLs.derat@chromium.org2012-01-292-11/+2
* Failover to omnibox search if the Instant loader isn't ready.sreeram@chromium.org2012-01-251-0/+7
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-1/+1
* Copy all the max page IDs to Instant/Prerender's TabContentscreis@chromium.org2012-01-101-9/+0
* Track session storage mismatches when committing Instant previews.sreeram@chromium.org2012-01-064-10/+39
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-061-4/+3
* Add field trial info to Instant histograms.sreeram@chromium.org2012-01-053-19/+40
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-5/+5
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-6/+7
* Adjust Instant field trials to be 10% each.sreeram@chromium.org2012-01-041-12/+12
* Drop Instant field trials to 1% each.sreeram@chromium.org2012-01-041-9/+9
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-042-2/+2
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-6/+6
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-33/+36
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-42/+43
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-1/+1
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-292-2/+2
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-6/+8
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-3/+5
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-4/+5
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-3/+3
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-5/+5