| Commit message (Expand) | Author | Age | Files | Lines |
* | Reset accessibility if it gets out of sync. | dmazzoni | 2014-10-24 | 1 | -1/+24 |
* | Revert "Ensure RenderFrameHostImpl's RenderFrameSetupPtr doesn't die too early" | yzshen | 2014-10-23 | 1 | -9/+0 |
* | Ensure RenderFrameHostImpl's RenderFrameSetupPtr doesn't die too early | blundell | 2014-10-23 | 1 | -0/+9 |
* | Standardize usage of virtual/override/final in content/browser/ | dcheng | 2014-10-21 | 1 | -40/+37 |
* | PlzNavigate: RequestNavigation on the renderer side | clamy | 2014-10-14 | 1 | -2/+1 |
* | Mojo: Add a Java service registry in the browser. | ppi | 2014-10-08 | 1 | -0/+8 |
* | PlzNavigate: Implement CommitNavigation on the renderer side | clamy | 2014-10-07 | 1 | -0/+4 |
* | Pass ResourceResponse and StreamHandle in CommitNavigation. | davidben | 2014-10-07 | 1 | -1/+4 |
* | Replacing the OVERRIDE with override and FINAL with final in content/browser/... | mohan.reddy | 2014-10-07 | 1 | -30/+30 |
* | Revert of Reset accessibility if it gets out of sync. (patchset #10 id:180001... | jackhou | 2014-10-07 | 1 | -23/+1 |
* | Reset accessibility if it gets out of sync. | dmazzoni | 2014-10-06 | 1 | -1/+23 |
* | Fix RenderFrameHost lifetime and clean up CommitPending. | creis | 2014-10-02 | 1 | -22/+11 |
* | If a RemoteFrame asks to navigate, send an OpenURL IPC | japhet | 2014-09-30 | 1 | -0/+5 |
* | PlzNavigate: implement CommitNavigation on the browser side | clamy | 2014-09-30 | 1 | -2/+11 |
* | Move RenderViewHost swap out state to RenderFrameHost. | creis | 2014-09-29 | 1 | -8/+76 |
* | Remove WebContentsObserver::ProvisionalChangeToMainFrameUrl and all the code ... | avi | 2014-09-24 | 1 | -3/+0 |
* | Move RFH's WeakPtrFactory to be the last member. | creis | 2014-09-19 | 1 | -2/+3 |
* | Move PageTransition from //content/public/common to //ui/base | Sylvain Defresne | 2014-09-19 | 1 | -2/+2 |
* | Fix IsRenderFrameLive and use it in RenderFrameHostManager. | creis | 2014-09-18 | 1 | -1/+20 |
* | Replace missing call to RenderFrameHostImpl::Init(). | creis | 2014-09-17 | 1 | -0/+4 |
* | Hook up guest browser plugins to the accessibility tree. | dmazzoni | 2014-09-15 | 1 | -2/+14 |
* | Cross-process iframe accessibility. | dmazzoni | 2014-09-10 | 1 | -0/+3 |
* | Revert of Cross-process iframe accessibility. (patchset #19 id:360001 of http... | dconnelly | 2014-09-10 | 1 | -3/+0 |
* | Cross-process iframe accessibility. | dmazzoni | 2014-09-10 | 1 | -0/+3 |
* | Keep a copy of page id in RenderViewHost. | Avi Drissman | 2014-09-08 | 1 | -1/+2 |
* | Don't take a fake UGI every time we execute Javascript. | zeeshanq | 2014-09-04 | 1 | -0/+2 |
* | Move ViewMsg_Stop from RenderViewHost to RenderFrameHost. | Nasko Oskov | 2014-08-28 | 1 | -0/+3 |
* | Revert of Re-enable SitePerProcessBrowserTest.CrossSiteIframe (patchset #10 o... | benwells | 2014-08-28 | 1 | -3/+0 |
* | Move external popup menus from WebViewClient to WebFrameClient, part 3/3. | avi | 2014-08-25 | 1 | -0/+15 |
* | Move DisownOpener to RenderFrameHost / RenderFrameProxyHost. | creis | 2014-08-25 | 1 | -0/+4 |
* | Re-enable SitePerProcessBrowserTest.CrossSiteIframe | nasko@chromium.org | 2014-08-22 | 1 | -0/+3 |
* | Don't swap out the old RenderFrameHost until the new one commits. | creis@chromium.org | 2014-08-20 | 1 | -11/+0 |
* | Revert of Revert of [site isolation] cross-site transfers should track the Re... | pkotwicz@chromium.org | 2014-08-12 | 1 | -0/+48 |
* | Revert of [site isolation] cross-site transfers should track the RenderFrameH... | pkotwicz@chromium.org | 2014-08-12 | 1 | -48/+0 |
* | site isolation: cross-site transfers should track the RenderFrameHost, not th... | nick@chromium.org | 2014-08-12 | 1 | -0/+48 |
* | Navigation transitions: Plumb data from the outgoing renderer to the incoming... | oysteine@chromium.org | 2014-08-08 | 1 | -6/+5 |
* | Start using RenderFrameProxyHost objects. | nick@chromium.org | 2014-08-07 | 1 | -0/+3 |
* | Remove code for the old Web Notification permission-path. | peter@chromium.org | 2014-08-06 | 1 | -4/+0 |
* | Revert of Start using RenderFrameProxyHost objects. (https://codereview.chrom... | robliao@chromium.org | 2014-08-05 | 1 | -3/+0 |
* | Start using RenderFrameProxyHost objects. | nick@chromium.org | 2014-08-05 | 1 | -0/+3 |
* | Navigation transitions: Initiate transition navigations. | oysteine@chromium.org | 2014-07-31 | 1 | -1/+2 |
* | Refactor Web Notification permission requests. | peter@chromium.org | 2014-07-29 | 1 | -0/+4 |
* | Inform the success callback for requesting Notification permission about the ... | peter@chromium.org | 2014-07-29 | 1 | -1/+3 |
* | Simplify access to LegacyRenderWidgetHostHWND. | dmazzoni@chromium.org | 2014-07-26 | 1 | -0/+3 |
* | Migrate accessibility from RenderView to RenderFrame and RVH to RFH. | dmazzoni@chromium.org | 2014-07-26 | 1 | -1/+67 |
* | Navigation transitions: Parse out transition-entering-stylesheet link headers. | zhenw@chromium.org | 2014-07-24 | 1 | -1/+5 |
* | Revert 284065 "Revert of Revert of Migrate accessibility from Re..." | bruening@google.com | 2014-07-21 | 1 | -67/+1 |
* | Revert of Revert of Migrate accessibility from RenderView to RenderFrame. (ht... | mkwst@chromium.org | 2014-07-18 | 1 | -1/+67 |
* | Revert of Migrate accessibility from RenderView to RenderFrame. (https://code... | mkwst@chromium.org | 2014-07-18 | 1 | -67/+1 |
* | Migrate accessibility from RenderView to RenderFrame and RVH to RFH. | dmazzoni@chromium.org | 2014-07-18 | 1 | -1/+67 |