index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
renderer
/
render_frame_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert of [DevTools] Unpause renderer when paused RenderFrame is closed. (pat...
mfomitchev
2015-04-01
1
-4
/
+0
*
[DevTools] Unpause renderer when paused RenderFrame is closed.
dgozman
2015-04-01
1
-0
/
+4
*
Forward Blink's didCreateScriptContext event to RenderFrameObserver rather th...
kalman
2015-03-31
1
-2
/
+3
*
Add the WebHistoryCommitType to didFailProvisionalLoad, part 3.
avi
2015-03-31
1
-16
/
+6
*
ServiceWorker: Support non-window clients in Clients.matchAll (1/2 chromium)
kinuko
2015-03-31
1
-3
/
+3
*
Add the WebHistoryCommitType to didFailProvisionalLoad, part 1.
avi
2015-03-31
1
-0
/
+13
*
Rename content::PermissionManager to content::PermissionDispatcher.
mlamouri
2015-03-28
1
-2
/
+2
*
[DevTools] Move DevToolsAgent to RenderFrameImpl.
dgozman
2015-03-26
1
-3
/
+17
*
Move pending navigation parameters to RenderFrame, and use the HistoryControl...
avi
2015-03-25
1
-18
/
+172
*
Revert "Refactor sudden termination"
clamy
2015-03-24
1
-17
/
+0
*
Make NavigationParams clearer
clamy
2015-03-24
1
-37
/
+33
*
[DevTools] Only create DevToolsAgent for local main frame.
dgozman
2015-03-23
1
-1
/
+3
*
Revert of https://codereview.chromium.org/1006003005/ and https://codereview....
lfg
2015-03-19
1
-26
/
+1
*
Refactor NavigationState to use NavigationParams
clamy
2015-03-18
1
-58
/
+60
*
Remove uses of KillProcess()
rvargas
2015-03-18
1
-2
/
+1
*
Store the callstack of the IPC sender of ViewMsg_New.
lfg
2015-03-18
1
-2
/
+8
*
PlzNavigate: Update the pending navigation params in RenderViewImpl.
avi
2015-03-17
1
-1
/
+2
*
Implement WebPermissionClient for Document and Worker contexts
mlamouri
2015-03-17
1
-0
/
+8
*
Allow IPCs during RenderFrameObserver::FrameDetached()
gcasto
2015-03-17
1
-7
/
+5
*
Store the callstack of the IPC sender of ViewMsg_New.
lfg
2015-03-16
1
-1
/
+20
*
Clear RenderFrameImpl::frame_ pointer after deleting it.
creis
2015-03-16
1
-1
/
+9
*
[Presentation API] Tracking the default presentation URL defined by the frame.
avayvod
2015-03-13
1
-0
/
+8
*
Remove the FrameMsg_Navigate_Params
clamy
2015-03-12
1
-60
/
+65
*
OOPIF: Replicate dynamic window.name updates.
alexmos
2015-03-10
1
-3
/
+14
*
base: Stop passing a non-const ref to ObserverListBase::Iterator.
danakj
2015-03-09
1
-1
/
+1
*
Rename blink::WebWorkerPermissionProxyClient to blink::WebWorkerContentSettin...
mlamouri
2015-03-09
1
-3
/
+3
*
Replicate dynamic updates to sandbox flags for OOPIF (Chromium side)
alexmos
2015-03-05
1
-1
/
+23
*
PlzNavigate: send history params at commit time to the renderer
clamy
2015-03-05
1
-32
/
+32
*
Moved gpu factories to media/renderers/
servolk
2015-03-03
1
-1
/
+1
*
Move didClearWindowObject to RenderFrame.
avi
2015-03-03
1
-6
/
+28
*
Call WebFrameWidget::setVisibilityState on RFI::WasShown
kenrb
2015-03-02
1
-2
/
+2
*
PlzNavigate: Support data urls
clamy
2015-03-02
1
-16
/
+28
*
Step two of optionally sending messages to/from message ports as base::Value.
mek
2015-02-28
1
-13
/
+2
*
Add is_same_page_navigation to RFO::DidCommitProvisionalLoad.
mlamouri
2015-02-27
1
-1
/
+3
*
Prepare content for removal of executeScriptAndReturnValueForTests.
dcheng
2015-02-26
1
-1
/
+5
*
IMPLIES-ify two conditions made for it.
avi
2015-02-26
1
-2
/
+2
*
Make load events in iframe elements work with OOPIF (Chromium side).
alexmos
2015-02-25
1
-0
/
+4
*
Decouple BrowserPlugin from RenderView
fsamuel
2015-02-25
1
-0
/
+2
*
Moved renderer implementation from media/filters/ to media/renderers/
servolk
2015-02-24
1
-1
/
+1
*
Pass MediaLog to CreateMediaRendererFactory
servolk
2015-02-20
1
-1
/
+2
*
Fix for possible crashes due to pointer value being null
sunil.ratnu
2015-02-19
1
-4
/
+5
*
Verify that the page transition matches the navigation type with RendererDidN...
avi
2015-02-18
1
-4
/
+3
*
Enable plugin blocking for browser plugins.
sammc
2015-02-18
1
-9
/
+8
*
Remove CHECK from createChildFrame
nasko
2015-02-13
1
-5
/
+3
*
Move V8ValueConverter from content/renderer to content/child.
mek
2015-02-13
1
-1
/
+1
*
Don't enable "replace current entry" if there is no entry to replace.
avi
2015-02-12
1
-1
/
+5
*
Have ServiceWorker control shared workers (chromium-side) [2/3]
kinuko
2015-02-12
1
-1
/
+2
*
[WebView] Improve VisualState API name.
igsolla
2015-02-11
1
-4
/
+4
*
Remove unused RenderFrameImpl::createContentDecryptionModule()
jrummell
2015-02-10
1
-22
/
+0
*
Plugin Power Saver: Fix implicitly sized and below the fold plugins.
tommycli
2015-02-09
1
-13
/
+0
[next]