summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_frame_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* (reland) media: Enable Unified Media Pipeline for MSE and EME on Androidxhwang2016-03-261-25/+37
* Revert of media: Enable Unified Media Pipeline for MSE and EME on Android (pa...dfalcantara2016-03-251-37/+25
* Remove kSwappedOutURL as it is now unused.nasko2016-03-251-23/+3
* Allow LoadNavigationErrorPage to run scriptsrob2016-03-251-17/+23
* media: Enable Unified Media Pipeline for MSE and EME on Androidxhwang2016-03-251-25/+37
* Make EnableViewSourceMode a FrameMsgclamy2016-03-241-0/+7
* Make the process-wide ServiceRegistry available to JS.sammc2016-03-241-1/+6
* Deal with frame removal by content scriptsrob2016-03-191-0/+32
* Remove exclusion for non-standard schemes when sending origins during commit.alexmos2016-03-181-7/+1
* PlzNavigate: have the error page replace the current entry if neededclamy2016-03-181-6/+6
* Remove swapped out state from RenderFrameImpl.nasko2016-03-181-165/+56
* Fix in-page navigation after LoadDataWithBaseURLboliu2016-03-161-9/+15
* Make Document::isSecureContext() work for OOPIFsestark2016-03-161-0/+10
* Add MojoVideoDecoder.sandersd2016-03-151-3/+3
* Don't rely on the pending NavigationEntry for location.replace.creis2016-03-151-28/+11
* Expose mojo bindings to subframes in layout tests.sammc2016-03-141-7/+18
* Request a GpuVideoAcceleratorFactories when constructing decoders.sandersd2016-03-141-1/+3
* Remove SiteIsolationPolicy::IsSwappedOutStateForbidden().nasko2016-03-121-85/+27
* Remove the ability of webpages to specify strings for the onbeforeunload dialog.avi2016-03-111-4/+2
* blink: Rename platform/ methods to prefix with get when they collide.danakj2016-03-111-6/+6
* Move multipart resource handling to core/fetch (2/2)yhirano2016-03-111-2/+2
* blink: Rename modules/ method to prefix with get when they collide.Dana Jansens2016-03-091-14/+13
* Allow client process information to be passed via Connector::Connect().ben2016-03-091-1/+1
* Add a instance groups to Connect(), and introduce an Identity struct.ben2016-03-081-2/+5
* Add error codes to connect callbacks.ben2016-03-061-1/+2
* Change userid from a uint32_t to a string guidben2016-03-051-4/+4
* Propagate window coordinates to out-of-process iframes renderers.lfg2016-03-041-0/+9
* Revert of PlzNavigate: inform the WebFrameClient that a form will be submitte...nasko2016-03-041-21/+15
* Move GURL ParamTraits to url/ipcmarkdittmer2016-03-031-1/+2
* Fix use-after-free when navigating a subframe to about:blank.nasko2016-03-031-0/+9
* PlzNavigate: inform the WebFrameClient that a form will be submittedclamy2016-03-031-15/+21
* Revert of Mustash: Move GURL ParamTraits to url/ipc (patchset #18 id:330001 o...dimich2016-03-021-2/+1
* Move GURL ParamTraits to url/ipcmarkdittmer2016-03-021-1/+2
* Rename more enums/functions that collide in chromium style.danakj2016-03-021-8/+8
* Revert of Ensure RenderFrame is not destructed during browser-initiated navig...nasko2016-03-021-11/+0
* PlzNavigate: fix SitePerProcessBrowserTest.ProcessTransferAfterErrorclamy2016-03-021-0/+7
* Adds a bunch of basic Connect tests:ben2016-03-021-1/+1
* Ensure RenderFrame is not destructed during browser-initiated navigation.nasko2016-03-021-0/+11
* Plumb the correct owner document through DocumentInit::m_owner.dcheng2016-03-011-7/+6
* Fix the coordinates for touch selection.oshima2016-03-011-2/+4
* Separate RenderView from RenderWidget, part 1: inheritance.avi2016-03-011-1/+1
* Revert of Separate RenderView from RenderWidget, part 1: inheritance. (patchs...nektar2016-03-011-1/+1
* Separate RenderView from RenderWidget, part 1: inheritance.avi2016-02-291-1/+1
* PlzNavigate: inform the renderer that a navigation is a POSTclamy2016-02-291-9/+9
* Rename enums/functions that collide in chromium style.danakj2016-02-261-1/+1
* media: Pass InterfaceProvider to mojo media factories.xhwang2016-02-261-22/+9
* Eliminate Quit() from Shell, and roll Shell & Connector together.ben2016-02-251-5/+3
* Remove CapabilityFilter from Connect()ben2016-02-251-7/+1
* Add mojom module suffix for image_downloader.mojom.leon.han2016-02-251-3/+2
* One feature of MojoShellContext in content is that Connect() can be called fr...ben2016-02-241-2/+4