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
/
browser
/
frame_host
/
render_frame_host_delegate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop showing warning UI when SharedWorker crashes
toyoshim
2015-07-27
1
-3
/
+0
*
Refactor CreateOpenerRenderViews to process all frames on opener FrameTrees.
alexmos
2015-06-18
1
-11
/
+12
*
Track frame openers in FrameTreeNodes instead of WebContents.
alexmos
2015-06-10
1
-4
/
+0
*
This was a good experiment, but there's nobody currently driving this iterati...
dglazkov
2015-05-18
1
-8
/
+0
*
Move DidStartLoading, DidStopLoading, DidChangeLoadProgress IPCs to RFHI.
fdegans
2015-04-17
1
-11
/
+0
*
Refactor postMessage for out-of-process iframes.
alexmos
2015-04-09
1
-0
/
+21
*
Remove unused parameter in RenderFrameHostDelegate::DidStopLoading.
fdegans
2015-03-19
1
-1
/
+1
*
OOPIF: Replicate dynamic window.name updates.
alexmos
2015-03-10
1
-0
/
+4
*
GuestViewManager mapped <owner WebContents, element instance ID> => guest ins...
fsamuel
2015-02-13
1
-1
/
+3
*
Fullscreen: make fullscreen requests come from RenderFrame.
mlamouri
2015-01-17
1
-0
/
+7
*
If the renderer drops a navigation, make sure the spinner doesn't spin endles...
avi
2014-12-09
1
-1
/
+5
*
Partially convert geolocation IPC to Mojo.
blundell
2014-10-29
1
-0
/
+4
*
Revert of Partially convert geolocation IPC to Mojo. (patchset #16 id:360001 ...
yurys
2014-10-28
1
-4
/
+0
*
Partially convert geolocation IPC to Mojo.
blundell
2014-10-28
1
-0
/
+4
*
Check media permissions through RenderFrameHostDelegate.
grunell
2014-09-18
1
-0
/
+6
*
Hook up guest browser plugins to the accessibility tree.
dmazzoni
2014-09-15
1
-0
/
+4
*
Navigation transitions: Plumb data from the outgoing renderer to the incoming...
oysteine@chromium.org
2014-08-08
1
-2
/
+2
*
Migrate accessibility from RenderView to RenderFrame and RVH to RFH.
dmazzoni@chromium.org
2014-07-26
1
-0
/
+20
*
Navigation transitions: Parse out transition-entering-stylesheet link headers.
zhenw@chromium.org
2014-07-24
1
-1
/
+4
*
Revert 284065 "Revert of Revert of Migrate accessibility from Re..."
bruening@google.com
2014-07-21
1
-20
/
+0
*
Revert of Revert of Migrate accessibility from RenderView to RenderFrame. (ht...
mkwst@chromium.org
2014-07-18
1
-0
/
+20
*
Revert of Migrate accessibility from RenderView to RenderFrame. (https://code...
mkwst@chromium.org
2014-07-18
1
-20
/
+0
*
Migrate accessibility from RenderView to RenderFrame and RVH to RFH.
dmazzoni@chromium.org
2014-07-18
1
-0
/
+20
*
[Cross-Site Isolation] Migrate entire MediaStream verticals to be per-RenderF...
miu@chromium.org
2014-07-17
1
-0
/
+8
*
Navigation transitions: Block first response until after transitions have run.
simonhatch@chromium.org
2014-06-21
1
-0
/
+7
*
Move LoadProgressTracker to the browser process.
avi@chromium.org
2014-05-19
1
-4
/
+0
*
Move didReceiveTitle and related stuff to RenderFrame.
avi@chromium.org
2014-05-11
1
-0
/
+13
*
Remove page IDs from three WebContentsObserver APIs that don't need it.
creis@chromium.org
2014-05-05
1
-2
/
+1
*
Move didHandleOnloadEvents to RenderFrame.
avi@chromium.org
2014-05-03
1
-2
/
+7
*
Move didDisownOpener to RenderFrame.
avi@chromium.org
2014-05-02
1
-0
/
+4
*
Move didAccessInitialDocument to RenderFrame.
avi@chromium.org
2014-04-28
1
-0
/
+4
*
Move modal dialogs from WebViewClient to WebFrameClient, part 1/3.
avi@chromium.org
2014-04-08
1
-0
/
+14
*
Migrate addMessageToConsole API to RenderFrame.
mkosiba@chromium.org
2014-04-03
1
-0
/
+13
*
Move SwapOut methods to RenderFrameHost.
creis@chromium.org
2014-03-28
1
-0
/
+3
*
Fix pushState causing stop/reload button and favicon to flicker.
japhet@chromium.org
2014-03-28
1
-1
/
+4
*
Move Did(Start|Stop)Loading from RenderView to RenderFrame.
nasko@chromium.org
2014-02-12
1
-0
/
+8
*
Start moving context menu code to RenderFrame.
jam@chromium.org
2014-01-31
1
-1
/
+7
*
Chrome side of making SharedWorkerRepositoryClient be per RenderFrame instead...
jam@chromium.org
2013-12-18
1
-0
/
+3
*
Switch ContentSettingsObserver to be a RenderFrameObserver instead of a Rende...
jam@chromium.org
2013-12-17
1
-0
/
+5
*
Make the renderer-side prerendering code use RenderFrames instead of RenderVi...
jam@chromium.org
2013-12-10
1
-0
/
+6
*
Send IPCs from RenderFrameHost to WebContents to match what we do with Render...
jam@chromium.org
2013-12-06
1
-7
/
+9
*
Revert 239112 "Send IPCs from RenderFrameHost to WebContents to ..."
tzik@chromium.org
2013-12-06
1
-9
/
+7
*
Send IPCs from RenderFrameHost to WebContents to match what we do with Render...
jam@chromium.org
2013-12-06
1
-7
/
+9
*
Switch plugin creation to use RenderFrame instead of RenderView
jam@chromium.org
2013-12-04
1
-0
/
+8
*
Add RenderFrameHostDelegate and plumb it through all the necessary classes.
jam@chromium.org
2013-12-04
1
-0
/
+21