| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove two functions on WebContentsDelegate which didn't belong in content. T... | jam@chromium.org | 2012-09-26 | 1 | -12/+19 |
* | Move cancelable_request.cc/h to chrome/browser/common. | kaiwang@chromium.org | 2012-09-22 | 1 | -1/+1 |
* | Switch CoreTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-19 | 1 | -2/+3 |
* | Make 5 minutes the default prerender TTL, create new 15 minute field trial. | gavinp@chromium.org | 2012-09-13 | 1 | -17/+18 |
* | Add new (possibly shorter) expiry time for prerenders that lose their launchers. | gavinp@chromium.org | 2012-08-28 | 1 | -29/+83 |
* | Move SessionStorageNamespace entirely into NavigationController and support S... | ajwong@chromium.org | 2012-08-13 | 1 | -4/+10 |
* | Disable the local browsing predictor for the next milestone. | tburkard@chromium.org | 2012-08-02 | 1 | -2/+1 |
* | These changes were from downstream and made the chromium compiled with Androi... | michaelbai@chromium.org | 2012-08-01 | 1 | -1/+1 |
* | Removing prerender dead code. | dominich@chromium.org | 2012-07-31 | 1 | -4/+0 |
* | Make three simultanious prerenders the default maximum in Canary and Dev only. | gavinp@chromium.org | 2012-07-27 | 1 | -4/+13 |
* | NULL check before deref, not after | tbreisacher@chromium.org | 2012-07-26 | 1 | -1/+1 |
* | base: Make ScopedVector::clear() destroy elements. | derat@chromium.org | 2012-07-19 | 1 | -2/+1 |
* | Handle interface to prerenders. | gavinp@chromium.org | 2012-07-14 | 1 | -282/+296 |
* | Revert 146740 - Handle interface to prerenders. | mpearson@chromium.org | 2012-07-14 | 1 | -296/+282 |
* | Handle interface to prerenders. | gavinp@chromium.org | 2012-07-14 | 1 | -282/+296 |
* | Revert 146735 - Handle interface to prerenders. | gavinp@chromium.org | 2012-07-14 | 1 | -296/+282 |
* | Handle interface to prerenders. | gavinp@chromium.org | 2012-07-14 | 1 | -282/+296 |
* | Don't prematurely cancel the Omnibox prerender due to URL mismatch. | dominich@chromium.org | 2012-06-26 | 1 | -10/+0 |
* | Get rid of browser::FindLastActiveWithProfile call in prerendering code by pa... | jam@chromium.org | 2012-06-25 | 1 | -6/+21 |
* | Re-enable local predictor metrics. | tburkard@chromium.org | 2012-06-22 | 1 | -1/+2 |
* | Remove the local predictor instantiation for branch point. | tburkard@chromium.org | 2012-06-15 | 1 | -4/+5 |
* | Fix PPLT metrics in the RecentlyNavigated case. | gavinp@chromium.org | 2012-06-14 | 1 | -22/+19 |
* | Revert 141990 - Fix PPLT metrics in the RecentlyNavigated case. | gavinp@chromium.org | 2012-06-13 | 1 | -19/+22 |
* | Fix PPLT metrics in the RecentlyNavigated case. | gavinp@chromium.org | 2012-06-13 | 1 | -22/+19 |
* | TabContentsWrapper -> TabContents, part 23. | avi@chromium.org | 2012-06-08 | 1 | -16/+13 |
* | Make prerender experiments 7 & 8 behave like the control group, for various | tburkard@chromium.org | 2012-06-07 | 1 | -4/+8 |
* | Remove Prerender.PageviewEvents histogram. | cbentzel@chromium.org | 2012-05-31 | 1 | -61/+0 |
* | Simulate a basic local browsing based prerender algorithm, and report timings | tburkard@chromium.org | 2012-05-30 | 1 | -1/+4 |
* | Fix Prerender control group instrumentation. | cbentzel@chromium.org | 2012-05-29 | 1 | -7/+14 |
* | Remove IsPendingDelete from PrerenderManager | gavinp@chromium.org | 2012-05-18 | 1 | -14/+3 |
* | New link rel=prerender api, using WebKit::WebPrerenderingPlatform | gavinp@chromium.org | 2012-05-11 | 1 | -42/+71 |
* | Do not instantiate a PrerenderLocalPredictor for the next | tburkard@chromium.org | 2012-05-03 | 1 | -2/+1 |
* | Add PrerenderLocalPredictor, which will eventually perform | tburkard@chromium.org | 2012-04-23 | 1 | -1/+3 |
* | TabContents -> WebContentsImpl, part 18. | avi@chromium.org | 2012-04-17 | 1 | -2/+2 |
* | Remove PrerenderResourceThrottle and related infrastructure. | cbentzel@chromium.org | 2012-04-10 | 1 | -12/+0 |
* | Centralize logic for checking whether prerendering is enabled. | cbentzel@chromium.org | 2012-03-29 | 1 | -16/+19 |
* | Fix calls to PrerenderManager::RecordNavigation. | cbentzel@chromium.org | 2012-03-24 | 1 | -8/+8 |
* | Add Prerender.TimeSinceLastRecentVisit | cbentzel@chromium.org | 2012-03-24 | 1 | -3/+8 |
* | Prerender Experiments 5 & 6 are never swapped in, for data | tburkard@chromium.org | 2012-03-20 | 1 | -1/+2 |
* | Add prerender histograms to record: | tburkard@chromium.org | 2012-03-16 | 1 | -2/+10 |
* | Break down Omnibox prerender histograms by PrerenderManager mode. | dominich@chromium.org | 2012-03-14 | 1 | -0/+21 |
* | Add content/public/browser/resource_dispatcher_host.h | darin@chromium.org | 2012-03-12 | 1 | -0/+13 |
* | Prerendered pages are swapped in at browser::Navigate time. | cbentzel@chromium.org | 2012-03-09 | 1 | -10/+7 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -0/+1 |
* | Delete OnCloseTabContentsDeleters at Shutdown. | yoz@chromium.org | 2012-03-07 | 1 | -0/+1 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -5/+5 |
* | Add field trial to extend prerender expiration to 5 minutes. | dominich@chromium.org | 2012-03-02 | 1 | -8/+14 |
* | Add an API around SessionStorageNamespace. This is just an empty API, what ma... | jam@chromium.org | 2012-02-24 | 1 | -1/+2 |
* | Fix bug where a large number of extensions can starve the browser for rendere... | nasko@chromium.org | 2012-02-22 | 1 | -1/+2 |