| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a NavigationHandle class to content/public/browser | clamy | 2015-07-31 | 1 | -0/+20 |
* | Fix race when reloading original URL. | lfg | 2015-07-15 | 1 | -0/+2 |
* | PlzNavigate: Do not send synchronous navigations from the renderer to the bro... | fdegans | 2015-07-06 | 1 | -5/+0 |
* | PlzNavigate: set the FrameNavigationEntry SiteInstance in the NavigationRequest | clamy | 2015-06-24 | 1 | -0/+1 |
* | Support simple back/forward in out-of-process iframes. | creis | 2015-06-20 | 1 | -0/+3 |
* | PlzNavigate: Create the speculative renderer earlier. | carlosk | 2015-06-16 | 1 | -1/+2 |
* | PlzNavigate: Show error pages when the navigation failed before commit | clamy | 2015-04-16 | 1 | -1/+1 |
* | Make NavigationParams clearer | clamy | 2015-03-24 | 1 | -9/+5 |
* | Remove the FrameMsg_Navigate_Params | clamy | 2015-03-12 | 1 | -1/+2 |
* | PlzNavigate: send history params at commit time to the renderer | clamy | 2015-03-05 | 1 | -2/+11 |
* | PlzNavigate: Support data urls | clamy | 2015-03-02 | 1 | -3/+7 |
* | PlzNavigate: Updated navigation cancel policy for renderer-initiated requests. | carlosk | 2015-02-19 | 1 | -0/+2 |
* | PlzNavigate: Remove the RequestNavigation IPC | clamy | 2015-02-05 | 1 | -17/+37 |
* | New TimeToURLJobStart* navigation metrics now work with PlzNavigate. | carlosk | 2015-02-04 | 1 | -0/+1 |
* | PlzNavigate: make content unit tests work with browser side navigation | clamy | 2015-01-21 | 1 | -0/+7 |
* | Store NavigationEntryImpl data into NavigationRequest for later usage. | carlosk | 2015-01-21 | 1 | -1/+31 |
* | PlzNavigate: add support in several navigation controller unit tests | clamy | 2014-12-19 | 1 | -0/+31 |
* | PlzNavigate: Add first version of NavigationURLLoader. | davidben | 2014-10-29 | 1 | -5/+14 |
* | Pass ResourceResponse and StreamHandle in CommitNavigation. | davidben | 2014-10-07 | 1 | -10/+4 |
* | PlzNavigate: implement CommitNavigation on the browser side | clamy | 2014-09-30 | 1 | -11/+28 |
* | PlzNavigate: add cancel navigation logic for uncommitted requests | carlosk | 2014-09-05 | 1 | -5/+15 |
* | PlzNavigate: implement RequestNavigation in the no live renderer case | clamy@chromium.org | 2014-08-19 | 1 | -1/+2 |
* | Add a FrameHostMsg_BeginNavigation IPC | clamy@chromium.org | 2014-07-16 | 1 | -0/+43 |