summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host/render_frame_host_delegate.h
Commit message (Expand)AuthorAgeFilesLines
* Stop showing warning UI when SharedWorker crashestoyoshim2015-07-271-3/+0
* Refactor CreateOpenerRenderViews to process all frames on opener FrameTrees.alexmos2015-06-181-11/+12
* Track frame openers in FrameTreeNodes instead of WebContents.alexmos2015-06-101-4/+0
* This was a good experiment, but there's nobody currently driving this iterati...dglazkov2015-05-181-8/+0
* Move DidStartLoading, DidStopLoading, DidChangeLoadProgress IPCs to RFHI.fdegans2015-04-171-11/+0
* Refactor postMessage for out-of-process iframes.alexmos2015-04-091-0/+21
* Remove unused parameter in RenderFrameHostDelegate::DidStopLoading.fdegans2015-03-191-1/+1
* OOPIF: Replicate dynamic window.name updates.alexmos2015-03-101-0/+4
* GuestViewManager mapped <owner WebContents, element instance ID> => guest ins...fsamuel2015-02-131-1/+3
* Fullscreen: make fullscreen requests come from RenderFrame.mlamouri2015-01-171-0/+7
* If the renderer drops a navigation, make sure the spinner doesn't spin endles...avi2014-12-091-1/+5
* Partially convert geolocation IPC to Mojo.blundell2014-10-291-0/+4
* Revert of Partially convert geolocation IPC to Mojo. (patchset #16 id:360001 ...yurys2014-10-281-4/+0
* Partially convert geolocation IPC to Mojo.blundell2014-10-281-0/+4
* Check media permissions through RenderFrameHostDelegate.grunell2014-09-181-0/+6
* Hook up guest browser plugins to the accessibility tree.dmazzoni2014-09-151-0/+4
* Navigation transitions: Plumb data from the outgoing renderer to the incoming...oysteine@chromium.org2014-08-081-2/+2
* Migrate accessibility from RenderView to RenderFrame and RVH to RFH.dmazzoni@chromium.org2014-07-261-0/+20
* Navigation transitions: Parse out transition-entering-stylesheet link headers.zhenw@chromium.org2014-07-241-1/+4
* Revert 284065 "Revert of Revert of Migrate accessibility from Re..."bruening@google.com2014-07-211-20/+0
* Revert of Revert of Migrate accessibility from RenderView to RenderFrame. (ht...mkwst@chromium.org2014-07-181-0/+20
* Revert of Migrate accessibility from RenderView to RenderFrame. (https://code...mkwst@chromium.org2014-07-181-20/+0
* Migrate accessibility from RenderView to RenderFrame and RVH to RFH.dmazzoni@chromium.org2014-07-181-0/+20
* [Cross-Site Isolation] Migrate entire MediaStream verticals to be per-RenderF...miu@chromium.org2014-07-171-0/+8
* Navigation transitions: Block first response until after transitions have run.simonhatch@chromium.org2014-06-211-0/+7
* Move LoadProgressTracker to the browser process.avi@chromium.org2014-05-191-4/+0
* Move didReceiveTitle and related stuff to RenderFrame.avi@chromium.org2014-05-111-0/+13
* Remove page IDs from three WebContentsObserver APIs that don't need it.creis@chromium.org2014-05-051-2/+1
* Move didHandleOnloadEvents to RenderFrame.avi@chromium.org2014-05-031-2/+7
* Move didDisownOpener to RenderFrame.avi@chromium.org2014-05-021-0/+4
* Move didAccessInitialDocument to RenderFrame.avi@chromium.org2014-04-281-0/+4
* Move modal dialogs from WebViewClient to WebFrameClient, part 1/3.avi@chromium.org2014-04-081-0/+14
* Migrate addMessageToConsole API to RenderFrame.mkosiba@chromium.org2014-04-031-0/+13
* Move SwapOut methods to RenderFrameHost.creis@chromium.org2014-03-281-0/+3
* Fix pushState causing stop/reload button and favicon to flicker.japhet@chromium.org2014-03-281-1/+4
* Move Did(Start|Stop)Loading from RenderView to RenderFrame.nasko@chromium.org2014-02-121-0/+8
* Start moving context menu code to RenderFrame.jam@chromium.org2014-01-311-1/+7
* Chrome side of making SharedWorkerRepositoryClient be per RenderFrame instead...jam@chromium.org2013-12-181-0/+3
* Switch ContentSettingsObserver to be a RenderFrameObserver instead of a Rende...jam@chromium.org2013-12-171-0/+5
* Make the renderer-side prerendering code use RenderFrames instead of RenderVi...jam@chromium.org2013-12-101-0/+6
* Send IPCs from RenderFrameHost to WebContents to match what we do with Render...jam@chromium.org2013-12-061-7/+9
* Revert 239112 "Send IPCs from RenderFrameHost to WebContents to ..."tzik@chromium.org2013-12-061-9/+7
* Send IPCs from RenderFrameHost to WebContents to match what we do with Render...jam@chromium.org2013-12-061-7/+9
* Switch plugin creation to use RenderFrame instead of RenderViewjam@chromium.org2013-12-041-0/+8
* Add RenderFrameHostDelegate and plumb it through all the necessary classes.jam@chromium.org2013-12-041-0/+21