Sign in
chromium
/
chromium
/
src
/
7c6bf9577022c2d646bb6a347d6e3c93a5bb5ac6
/
content
/
renderer
/
render_frame_impl.h
69824eb
PlzNavigate: Fix missing navigation information.
by arthursonzogni
· 9 years ago
7310137
Clean up around methods to enter/exit fullscreen
by foolip
· 9 years ago
2e66467
Revert of Web MIDI: use mojom::blink::PermissionService directly to ask permission (patchset #7 id:120001 of https://codereview.chromium.org/2116763002/ )
by hush
· 9 years ago
15c1a1f
Web MIDI: use mojom::blink::PermissionService directly to ask permission
by toyoshim
· 9 years ago
af41ee00
Always use the WebFrameWidget when attaching the root graphics
by lfg
· 9 years ago
71715407
Fire visibilityChange event on out-of-process iframes.
by lfg
· 9 years ago
8e6fe4d
Make the PDF plug-in accessible.
by dmazzoni
· 9 years ago
c885f6b
Expose flash playback status and volume control to content renderer
by zqzhang
· 9 years ago
155ecf8
Change RenderFrame to use InterfaceRegistry et al.
by ben
· 9 years ago
8aa4ed8
Remove RenderFrameImpl::is_detaching_, since it appears no longer needed.
by creis
· 9 years ago
8f508f4
Move download messages from Renderer to Frame filter.
by brettw
· 9 years ago
76f52b24
Replace RenderFrameSetup with Frame interfaces.
by ben
· 9 years ago
bb2101b8
Passing ResourceRequestBody via FrameHostMsg_OpenURL_Params.
by lukasza
· 9 years ago
de80237
Making ResourceRequestBody part of //content's public API.
by lukasza
· 9 years ago
01c3b10
Make sure FrameScheduler is cleared when LocalFrame::detach() finishes
by xiaochengh
· 9 years ago
ada75b2
Move file chooser from RenderView(Host) to RenderFrame(Host).
by nasko
· 9 years ago
f672e7ef
Replicate WebInsecureRequestPolicy instead of a bool for strict mixed content checks.
by mkwst
· 9 years ago
c8cb7cb
Multi-Process Find-in-Page.
by paulmeyer
· 9 years ago
225a743
Prevent renderer kills for in-page navigations on subframes.
by creis
· 9 years ago
c643d33c
Blimp Engine is based on Linux with USE_AURA, and its client is an Android app. It is desirable for end users to see the same Chrome Android external popup menu handling.
by haibinlu
· 9 years ago
bfd6a81
PlzNavigate: properly execute BeforeUnload on renderer initiated navigations
by clamy
· 9 years ago
d04640f
Moving HTTP POST body from StartNavigationParams to CommonNavigationParams.
by lukasza
· 9 years ago
34ce95dd
Revert of Add FrameHost mojo service (patchset #23 id:490001 of https://codereview.chromium.org/1964273002/ )
by scottmg
· 9 years ago
34754b4
PlzNavigate: store POST data in the FrameNavigationEntry
by clamy
· 9 years ago
6ed4d43
Stop using nested message loop for alert() and other JS dialogs
by changwan
· 9 years ago
68c6f2c
Add FrameHost mojo service
by scottmg
· 9 years ago
8e1c02e4
Replicate Content-Security-Policy into remote frame proxies.
by lukasza
· 9 years ago
b4a1a32e
✀ Remove postMessage plumbing for swappedout:// ✀
by dcheng
· 9 years ago
1b1ec42
Remove RenderFrameImpl::GetFocusedElement.
by dglazkov
· 9 years ago
68a109ab
Only use pending navigation params for browser-initiated navigations.
by avi
· 9 years ago
f48785c4
Move GeolocationDispatcher into blink.
by sammc
· 9 years ago
e0c2792ec
Fix rendering of flash content inside an out-of-process iframe.
by lfg
· 9 years ago
7b6cf8b
Plumb NQE EffectiveConnectionType to Blink
by tbansal
· 9 years ago
aeda142
Adapt MixedContentChecker::handleCertificateErrors() for OOPIFs
by estark
· 9 years ago
9519542
[OnionSoup] Moving VR service from content to Blink
by r.kasibhatla
· 9 years ago
e3ea2b4
Move RenderFrameImpl::context_menu_node_ to WebLocalFrameImpl.
by dglazkov
· 9 years ago
aebd9e4
Revert of Make RenderFrameImpl own its frame blame context (patchset #2 id:20001 of https://codereview.chromium.org/1907453002/ )
by skyostil
· 9 years ago
1b995c58
Consume Mojo services directly in Blink's WebUSB implementation.
by reillyg
· 9 years ago
e3adedb
Make RenderFrameImpl own its frame blame context
by skyostil
· 9 years ago
162ec30
[OnionSoup] Moving WakeLock Service to Blink (2/2): removing WebWakeLockClient and WakeLockDispatcher
by mcasas
· 9 years ago
b00e646
Move shell service to toplevel shell namespace
by rockot
· 9 years ago
f709a309
Move mojo\shell to services\shell
by ben
· 9 years ago
ae811ab
Propogate loading behavior data from Blink to content/
by csharrison
· 9 years ago
9bfe4e2f
Add srcObject attribute of type MediaStream to HTMLMediaElement.
by guidou
· 9 years ago
cedca561
Convert //content/renderer from scoped_ptr to std::unique_ptr
by dcheng
· 9 years ago
d2ef496
Remove redundant codepath for webgl api blocking
by sievers
· 9 years ago
6b8dbb3
Fix JavaScript alerts from frames with oopif on, after a cross-process click.
by avi
· 9 years ago
f3f7f68
Introduce WebCachePolicy to merge cache policy enums
by toyoshim
· 9 years ago
7d30b55
Fix JavaScript alerts from subframes with oopif on.
by avi
· 9 years ago
bebeb60
Add blink::ServiceRegistry and expose it from LocalFrame and Platform.
by sammc
· 9 years ago
24a4c7ab
Rename |ignore_cache| to |bypass_cache|
by toyoshim
· 9 years ago
b4cce1b
Implement frame attribution (FrameBlamer)
by skyostil
· 9 years ago
ae2b3a46
(reland) media: Enable Unified Media Pipeline for MSE and EME on Android
by xhwang
· 9 years ago
e0eeb14
Revert of media: Enable Unified Media Pipeline for MSE and EME on Android (patchset #3 id:40001 of https://chromiumcodereview.appspot.com/1825763002/ )
by dfalcantara
· 9 years ago
2718dfc
Allow LoadNavigationErrorPage to run scripts
by rob
· 9 years ago
92d0fff
media: Enable Unified Media Pipeline for MSE and EME on Android
by xhwang
· 9 years ago
91b7abf
Make EnableViewSourceMode a FrameMsg
by clamy
· 9 years ago
43ea064
Deal with frame removal by content scripts
by rob
· 9 years ago
13c44c5
Remove swapped out state from RenderFrameImpl.
by nasko
· 9 years ago
ac512fd1
Fix in-page navigation after LoadDataWithBaseURL
by boliu
· 9 years ago
bd8e26f
Make Document::isSecureContext() work for OOPIFs
by estark
· 9 years ago
e2f9998
Expose mojo bindings to subframes in layout tests.
by sammc
· 9 years ago
141dbc132
Remove the ability of webpages to specify strings for the onbeforeunload dialog.
by avi
· 9 years ago
15b9a8b8
Rename shell.mojom to connector.mojom and ApplicationManager to Shell
by ben
· 9 years ago
d090802
Revert of Ensure RenderFrame is not destructed during browser-initiated navigation. (patchset #1 id:1 of https://codereview.chromium.org/1752863002/ )
by nasko
· 9 years ago
999d2bd
Ensure RenderFrame is not destructed during browser-initiated navigation.
by nasko
· 9 years ago
9e24bd35
Plumb the correct owner document through DocumentInit::m_owner.
by dcheng
· 9 years ago
a5967e55
media: Pass InterfaceProvider to mojo media factories.
by xhwang
· 9 years ago
189e32b
Eliminate Quit() from Shell, and roll Shell & Connector together.
by ben
· 9 years ago
0f4ccc8
PlzNavigate: extend support for navigations to data urls
by clamy
· 9 years ago
409e5355
media: Support MojoAudioDecoder.
by xhwang
· 9 years ago
464d869
Replicating WebFrame::uniqueName across renderers.
by lukasza
· 9 years ago
dee516f
Enable Android SurfaceView fullscreen video with WMPI
by watk
· 10 years ago
f0d89485
Remove some redundant frame parameters from WebFrameClient.
by avi
· 10 years ago
1008732f
Remove some redundant frame parameters from WebFrameClient.
by avi
· 10 years ago
0fe3a6d
Remove some redundant frame parameters from WebFrameClient.
by avi
· 10 years ago
5047cd57
Remove some redundant frame parameters from WebFrameClient.
by avi
· 10 years ago
01681ef
Remove some redundant frame parameters from WebFrameClient.
by avi
· 10 years ago
80ab8905
Move InterfaceProvider into the shell::mojom namespace like the rest of the shell interfaces.
by ben
· 10 years ago
e3bc902
Rename ConnectToService to ConnectToInterface()
by ben
· 10 years ago
9578795
Rename ServiceProvider to InterfaceProvider.
by ben
· 10 years ago
97323610
Remove size_ts from IPC files.
by jam
· 10 years ago
9aaf303
Move shell interfaces into the shell.mojom namespace.
by ben
· 10 years ago
6bca21e
media: Generalize MediaPermissionDispatcher.
by xhwang
· 10 years ago
5206d4e6
media: Simplify MediaPermissionDispatcher.
by xhwang
· 10 years ago
3f594107
Reload Lo-Fi images inline instead of reloading the whole page
by megjablon
· 10 years ago
d3edf86
PlzNavigate: support for client-side redirects
by clamy
· 10 years ago
add785e7
Media Session: prepare for implicit activation of user created session
by davve
· 10 years ago
8df5c72
Enable builtin Mojo JS modules in layout tests
by rockot
· 10 years ago
777a7dd
Save-Page-As-Complete-Html: Each frame links to a distinct local file.
by lukasza
· 10 years ago
f92f4e5c
More precise MSE fallback from WMPI to WMPA.
by sandersd
· 10 years ago
5d0a5f0
This patch moves find-in-page code from RenderView to RenderFrame. This works towards the deprecation of RenderView, and is also the first step towards implementing multi-process find-in-page (for OOPIFs).
by paulmeyer
· 10 years ago
273c1e3
Move mojo/application/public -> mojo/shell/public
by ben
· 10 years ago
b73f258
GN: Fix //content/renderer check failures related to Mojo.
by jbroman
· 10 years ago
f63505e
Rename SetWebFrame() to BindToWebFrame() and make it private.
by ddorwin
· 10 years ago
902fcc5
Rename [Web]PageSerializer[Test|Client|Impl] to ...FrameSerializer...
by lukasza
· 10 years ago
ede9cc0
OOPIFs: Deduplicating MHTML parts across frames.
by lukasza
· 10 years ago
1023d01
Switch to standard integer types in content/renderer/.
by avi
· 10 years ago
9c7cbd9
Reland: Plugin Power Saver: Improve Poster behavior for essential plugins.
by tommycli
· 10 years ago
a886b8d
Plumb document's strict mixed content checking for RemoteFrames
by estark
· 10 years ago
Next »