summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_frame_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of [DevTools] Unpause renderer when paused RenderFrame is closed. (pat...mfomitchev2015-04-011-4/+0
* [DevTools] Unpause renderer when paused RenderFrame is closed.dgozman2015-04-011-0/+4
* Forward Blink's didCreateScriptContext event to RenderFrameObserver rather th...kalman2015-03-311-2/+3
* Add the WebHistoryCommitType to didFailProvisionalLoad, part 3.avi2015-03-311-16/+6
* ServiceWorker: Support non-window clients in Clients.matchAll (1/2 chromium)kinuko2015-03-311-3/+3
* Add the WebHistoryCommitType to didFailProvisionalLoad, part 1.avi2015-03-311-0/+13
* Rename content::PermissionManager to content::PermissionDispatcher.mlamouri2015-03-281-2/+2
* [DevTools] Move DevToolsAgent to RenderFrameImpl.dgozman2015-03-261-3/+17
* Move pending navigation parameters to RenderFrame, and use the HistoryControl...avi2015-03-251-18/+172
* Revert "Refactor sudden termination"clamy2015-03-241-17/+0
* Make NavigationParams clearerclamy2015-03-241-37/+33
* [DevTools] Only create DevToolsAgent for local main frame.dgozman2015-03-231-1/+3
* Revert of https://codereview.chromium.org/1006003005/ and https://codereview....lfg2015-03-191-26/+1
* Refactor NavigationState to use NavigationParamsclamy2015-03-181-58/+60
* Remove uses of KillProcess()rvargas2015-03-181-2/+1
* Store the callstack of the IPC sender of ViewMsg_New.lfg2015-03-181-2/+8
* PlzNavigate: Update the pending navigation params in RenderViewImpl.avi2015-03-171-1/+2
* Implement WebPermissionClient for Document and Worker contextsmlamouri2015-03-171-0/+8
* Allow IPCs during RenderFrameObserver::FrameDetached()gcasto2015-03-171-7/+5
* Store the callstack of the IPC sender of ViewMsg_New.lfg2015-03-161-1/+20
* Clear RenderFrameImpl::frame_ pointer after deleting it.creis2015-03-161-1/+9
* [Presentation API] Tracking the default presentation URL defined by the frame.avayvod2015-03-131-0/+8
* Remove the FrameMsg_Navigate_Paramsclamy2015-03-121-60/+65
* OOPIF: Replicate dynamic window.name updates.alexmos2015-03-101-3/+14
* base: Stop passing a non-const ref to ObserverListBase::Iterator.danakj2015-03-091-1/+1
* Rename blink::WebWorkerPermissionProxyClient to blink::WebWorkerContentSettin...mlamouri2015-03-091-3/+3
* Replicate dynamic updates to sandbox flags for OOPIF (Chromium side)alexmos2015-03-051-1/+23
* PlzNavigate: send history params at commit time to the rendererclamy2015-03-051-32/+32
* Moved gpu factories to media/renderers/servolk2015-03-031-1/+1
* Move didClearWindowObject to RenderFrame.avi2015-03-031-6/+28
* Call WebFrameWidget::setVisibilityState on RFI::WasShownkenrb2015-03-021-2/+2
* PlzNavigate: Support data urlsclamy2015-03-021-16/+28
* Step two of optionally sending messages to/from message ports as base::Value.mek2015-02-281-13/+2
* Add is_same_page_navigation to RFO::DidCommitProvisionalLoad.mlamouri2015-02-271-1/+3
* Prepare content for removal of executeScriptAndReturnValueForTests.dcheng2015-02-261-1/+5
* IMPLIES-ify two conditions made for it.avi2015-02-261-2/+2
* Make load events in iframe elements work with OOPIF (Chromium side).alexmos2015-02-251-0/+4
* Decouple BrowserPlugin from RenderViewfsamuel2015-02-251-0/+2
* Moved renderer implementation from media/filters/ to media/renderers/servolk2015-02-241-1/+1
* Pass MediaLog to CreateMediaRendererFactoryservolk2015-02-201-1/+2
* Fix for possible crashes due to pointer value being nullsunil.ratnu2015-02-191-4/+5
* Verify that the page transition matches the navigation type with RendererDidN...avi2015-02-181-4/+3
* Enable plugin blocking for browser plugins.sammc2015-02-181-9/+8
* Remove CHECK from createChildFramenasko2015-02-131-5/+3
* Move V8ValueConverter from content/renderer to content/child.mek2015-02-131-1/+1
* Don't enable "replace current entry" if there is no entry to replace.avi2015-02-121-1/+5
* Have ServiceWorker control shared workers (chromium-side) [2/3]kinuko2015-02-121-1/+2
* [WebView] Improve VisualState API name.igsolla2015-02-111-4/+4
* Remove unused RenderFrameImpl::createContentDecryptionModule()jrummell2015-02-101-22/+0
* Plugin Power Saver: Fix implicitly sized and below the fold plugins.tommycli2015-02-091-13/+0