Sign in
chromium
/
chromium
/
src.git
/
a9c456825c6992b57c66315521d5b5c0c6e4628e
/
content
/
renderer
/
render_frame_impl.cc
a9c4568
Reland "Convert content::CommitNavigationParams to mojom."
by Lucas Furukawa Gadani
· 6 years ago
45db3a5d
Revert "Convert content::CommitNavigationParams to mojom."
by Owen Min
· 6 years ago
f9763b5
Convert content::CommitNavigationParams to mojom.
by Lucas Furukawa Gadani
· 6 years ago
cfca852
Fuzzer: Check ancestors for web url loader factory override.
by Vladimir Levin
· 6 years ago
bc00c77
Remove non-network service path in content/renderer.
by John Abd-El-Malek
· 6 years ago
ef8290a
Convert content::CommonNavigationParams to mojom.
by Lucas Furukawa Gadani
· 6 years ago
dc709037
Onion Soup MediaStreamDeviceObserver
by Guido Urdaneta
· 6 years ago
579a897
Removed user_gesture bit plumbing used in pre-UAv2 postMessages.
by Mustaq Ahmed
· 6 years ago
f6840ecf
[OnionSoup] Move content::URLLoaderThrottle into blink
by Minggang Wang
· 6 years ago
fee097c
[mojo] Introduce BrowserInterfaceBroker
by Oksana Zhuravlova
· 6 years ago
ef82d5f
Revert "Move implementation of Mojo method GetTextSurroundingSelection() to Blink"
by Mario Sanchez Prada
· 6 years ago
931973e9
Change media capture session IDs from int to UnguessableToken.
by Guido Urdaneta
· 6 years ago
f6064666
Add UseCounter kDownloadInSandbox / kDownloadWithoutUserGesture
by Yao Xiao
· 6 years ago
c367efe
Restrict TextFragmentAnchor to user or browser initiated navigations.
by Nick Burris
· 6 years ago
506aea9
Move implementation of Mojo method GetTextSurroundingSelection() to Blink
by Mario Sanchez Prada
· 6 years ago
542b4235
[AF Android] Trigger Autofill when using Talkback
by Tommy Martino
· 6 years ago
5e340f1
service worker: Merge identical Mojo structs about providers.
by Matt Falkenhagen
· 6 years ago
1be897a
Convert old mojo types to new ones in //content loading code
by Dominic Farolino
· 6 years ago
f85e7cf72
BackForwardCache: Make EvalJs work even when the frame is frozen or gone
by Hajime Hoshi
· 6 years ago
b41bfe4
Test: Create a fake WebURLLoaderFactory in tests
by Vladimir Levin
· 6 years ago
489a249
Migrate TextSurroundingSelection messages from the old Chrome IPC to Mojo
by Mario Sanchez Prada
· 6 years ago
8fb556c
Convert PrefetchURLLoaderService to use new Mojo types
by Kinuko Yasuda
· 6 years ago
f01cfbd
Onion soup media/blink/webmediaplayer_util.cc
by Antonio Gomes
· 6 years ago
c0636d2
Replace FrameMsg_SwapOut with UnfreezableFrameMsg_SwapOut
by Yuzu Saijo
· 6 years ago
85bdd9a
[OnionSoup] Remove includes of service_worker_types.h from non-SW code
by Leon Han
· 6 years ago
10ee2f2
OnionSoup //content/renderer/image_downloader
by Gyuyoung Kim
· 6 years ago
7e75d52
Rename DidObserveLayoutJank to DidObserveLayoutShift.
by Steve Kobes
· 6 years ago
3bca4bf
Use in-class initializers for base::WeakPtrFactory in content/.
by Jeremy Roman
· 6 years ago
be9935c
Make navigations to about:srcdoc to always use the default code path.
by arthursonzogni
· 6 years ago
710d5e3
Port document.cookie to RestrictedCookieManager
by Maks Orlovich
· 6 years ago
bb73807
{Add,Get}Interface() for PendingAssociatedReceiver/AssociatedRemote
by Shimi Zhang
· 6 years ago
62fee22
Include initial frame replication state on portal adoption.
by Jeremy Roman
· 6 years ago
ed6beea
Fix file subresource not able to load again in about:srcdoc.
by arthursonzogni
· 6 years ago
3949bbbc
Reland "Plumb resources serviced from memory cache to PLM"
by John Delaney
· 6 years ago
295a16c
Moved Origin Policy parsing into the network service
by Andy Paicu
· 6 years ago
2f85a068
OriginTrial for SignedExchangeSubresourcePrefetch
by Tsuyoshi Horo
· 6 years ago
159558a3
Introduce signed_exchange_utils::CreateHeaderIntegrityHashString()
by Tsuyoshi Horo
· 6 years ago
e4e457e
Replace FrameMsg_Delete with UnfreezableFrameMsg_Delete
by Yuzu Saijo
· 6 years ago
02ff13d
[DevTools] Limit async stack trace depth for initiator info for navigations.
by Johannes Henkel
· 6 years ago
9f89413
Use blink::mojom::WebFeature instead of int in some places.
by Matt Falkenhagen
· 6 years ago
a42101f
Communicate the lifecycle state back up to the RenderFrameHost.
by Dave Tapuska
· 6 years ago
47a7822
Reland "Transmit the response's body datapipe in CommitNavigation()."
by Minggang Wang
· 6 years ago
c87d16d4
Revert "Plumb resources serviced from memory cache to PLM"
by Sergey Poromov
· 6 years ago
44af1fd
Plumb resources serviced from memory cache to PLM
by John Delaney
· 6 years ago
5da9430
Send RIND reports for google ads that attempt redirects without user gestures and are blocked.
by Varun Khaneja
· 6 years ago
54bb4ff
Remove more LoFi code
by Robert Ogden
· 6 years ago
42d3d07f
Remove content::kAboutSrcDocURL and use GURL::IsAboutSrcdoc() instead.
by Lukasz Anforowicz
· 6 years ago
88da5ec
Mojofy FrameHostMsg_ShowCreatedWindow.
by Lowell Manners
· 6 years ago
2ea3be9
Remove "fetch" prefixes from URLRequest members
by Julie Jeongeun Kim
· 6 years ago
7606b532
Replace use of std container with WTF's equivalent in security_context.h
by Miyoung Shin
· 6 years ago
644a1df0
viz: Remove content_source_id.
by Sadrul Habib Chowdhury
· 6 years ago
ee28094
Partially deduplicate SameSite cookie deprecation messages
by Lily Chen
· 6 years ago
910bddb
Propagating whether navigation is initiated by link to Password Manager.
by Vadym Doroshenko
· 6 years ago
2423064
OnionSoup: Move web_application_cache_host_impl to core/loader/appcache
by Julie Jeongeun Kim
· 6 years ago
703b824
viz: moves mojoms/code from services/ws to services/viz
by Scott Violet
· 6 years ago
8e3ebe9
Do not send JavaScript results if they are not needed.
by Avi Drissman
· 6 years ago
531be7ca
[base] Replace Contains{Key,Value} with Contains in //content
by Jan Wilken Dörrie
· 6 years ago
d8f4f6a8
Remove remnant of certificate warning code
by David Benjamin
· 6 years ago
06a38fb9
Make navigation to MHTML subframes be driven by the browser process.
by arthursonzogni
· 6 years ago
96066be
Remove content::PushMessagingClient, replaced with blink::PushMessagingClient
by Mario Sanchez Prada
· 6 years ago
07a8cac
Mojofy FrameHostMsg_TransferUserActivationFrom.
by Lowell Manners
· 6 years ago
d92e137
Move the portals code to the new Mojo naming convention.
by Jeremy Roman
· 6 years ago
42699f3
Add a layout stability metric that stops upon user input or scroll.
by Bryan McQuade
· 6 years ago
2f6014d8
Plumb initiator origin trial features through navigation flow
by Bryan McQuade
· 6 years ago
f445fc2
OnionSoup: Move web_application_cache_host_impl to Blink
by Julie Jeongeun Kim
· 6 years ago
bee4a75
Navigation: Initial history subframe navigations use BeginNavigation.
by Arthur Hemery
· 6 years ago
dde87ee5
Move implementation of blink::WebLocalFrameClient::BindToFrame to its place
by Mario Sanchez Prada
· 6 years ago
d231545
Remove origin header manipulation from RenderFrameImpl
by Yutaka Hirano
· 6 years ago
8bda271
Convert Callback to {Once,Repeating}Callback in RenderThread/FrameImpl.
by danakj
· 6 years ago
e15b80b
Move WebScrollGranularity to ui/events/types
by Daniel Libby
· 6 years ago
466529d
[ MimeHandlerView ] Rename content & blink API
by Ehsan Karamad
· 6 years ago
ec6037b
Revert "Make renderer-initiated navigation to about:blank to use the default path."
by arthursonzogni
· 6 years ago
ace0abc
Moves accessibility EventFrom computation into Blink
by David Tseng
· 6 years ago
276d1ae
[AppCache] Use UnguessableToken for appcache host IDs.
by Marijn Kruisselbrink
· 6 years ago
8abfe928
Navigation: Adding Crash Keys in RenderFrameImpl.
by Arthur Hemery
· 6 years ago
69d143e
Update function signatures for focused element change notifications
by Kent Tamura
· 6 years ago
9d03ab6
Convert Callback to OnceCallback or RepeatingCallback in content pepper
by danakj
· 6 years ago
c39e5827
Mojofy DidFailLoadWithError and DidFailProvisionalLoadWithError.
by Lowell Manners
· 6 years ago
14385278
Introduce PrefetchedSignedExchangeManager in Blink
by Tsuyoshi Horo
· 6 years ago
4be168c
Move request_context_frame_type.mojom from services/network to blink
by Kinuko Yasuda
· 6 years ago
f234243
Reland "Handle race of SwapIn() and browser destroying the speculative MainFrame"
by danakj
· 6 years ago
f02c758
Revert "Handle race of SwapIn() and browser destroying the speculative MainFrame"
by Avi Drissman
· 6 years ago
e7d5981
Handle race of SwapIn() and browser destroying the speculative MainFrame
by danakj
· 6 years ago
eaf3b29
Pass prefetched signed exchanges to renderer process
by Tsuyoshi Horo
· 6 years ago
c4468ec
Reland "Use DocumentInterfaceBroker to register AppCacheHost"
by Julie Jeongeun Kim
· 6 years ago
adbc74f
Navigation: Fix edge case cancel with NavigationClient on.
by Arthur Hemery
· 6 years ago
020d874
Revert "Use DocumentInterfaceBroker to register AppCacheHost"
by Dominic Battré
· 6 years ago
72316111
Use DocumentInterfaceBroker to register AppCacheHost
by Julie Jeongeun Kim
· 6 years ago
c927a41
Transfer user activation in browser for same origin case
by Lan Wei
· 6 years ago
b77d236a5
Remove code for counting subframe name changes before first real commit.
by Daniel Cheng
· 6 years ago
426d8d1e
Fix a crash due to null BrowserPluginDelegate
by Ehsan Karamad
· 6 years ago
7d032b37
Remove ResourceType parameter from NetworkServiceClient::OnAuthRequired.
by John Abd-El-Malek
· 6 years ago
74d67b5
Remove usage of GetProvisionalDocumentLoader in UserAgentOverride
by Dmitry Gozman
· 6 years ago
52d0f37
Make IsNavigationScheduledWithin include ongoing navigations
by Dmitry Gozman
· 6 years ago
ba28d82c
Migrate cc/trees/ to use shared UKM source id
by Yue Ru Sun
· 6 years ago
6b7727d
Replace placeholder document loader with a struct
by Dmitry Gozman
· 6 years ago
0de5d9b
Move content::ManifestChangeNotifier and manifest_observer.mojom to blink
by Miyoung Shin
· 6 years ago
dca74a7
Print Preview: Use HTML Imports Polyfill
by rbpotter
· 6 years ago
e8bf80e
Portals: Implement PortalHost.postMessage
by Adithya Srinivasan
· 6 years ago
5d9f915
Mitigate UAF crash in RenderFrameImpl
by Nicolas Arciniega
· 6 years ago
Next »