Sign in
chromium
/
chromium
/
src.git
/
e3ec419d4f8d7cdcd243a3acea2bd42f4c1fd0e6
/
content
/
browser
/
web_contents
/
web_contents_impl.cc
e3ec419
[content] Add RenderFrameHostImpl::GetPageUkmSourceId.
by Alexander Timin
· 5 years ago
b213b935
Screen Enumeration: Add screen change event
by Mike Wasserman
· 5 years ago
405f621
Gate ConversionHost creation on the ConversionMeasurement feature
by Charlie Harrison
· 5 years ago
7f5e955
Record who initialized the widget for debugging https://crbug.com/1006814
by Fergal Daly
· 5 years ago
a56c599
Isolation Info: Replace NavigationRequest NIK with IsolationInfo.
by Matt Menke
· 5 years ago
b93a447
[OutOfBlinkSandbox] Move SandboxFlags blink=>network (reland)
by arthursonzogni
· 5 years ago
45d4245
Properly expose display-mode in OOP child frames.
by danakj
· 5 years ago
3978400
Revert "[OutOfBlinkSandbox] Move SandboxFlags into service/network."
by Arthur Sonzogni
· 5 years ago
21154bb
[OutOfBlinkSandbox] Move SandboxFlags into service/network.
by arthursonzogni
· 5 years ago
bbc509c
BackForwardCache: Add PageLoadMetricsObserver::OnEnterBackForwardCache
by Hajime Hoshi
· 5 years ago
068c3eb
Show subframe error pages instead of interstitials for portals
by Kevin McNee
· 5 years ago
73f374d
Extend WebContents::SetUserAgentOverride to handle client hints
by Maks Orlovich
· 5 years ago
5365244
Reland "[Media History] Fix watchtime recording"
by Becca Hughes
· 5 years ago
8499eec
Add Widget/WidgetHost/FrameWidget/FrameWidgetHost mojo interfaces.
by Dave Tapuska
· 5 years ago
cb0c1fdf
Add docs and checks to RenderFrameHostManager::CreateRenderFrameHost.
by Fergal Daly
· 5 years ago
6e1bb61
Revert "[Media History] Fix watchtime recording"
by Shik Chen
· 5 years ago
c5b00d8
[Media History] Fix watchtime recording
by Becca Hughes
· 5 years ago
b0d8d90
Introduce WebContents::GenerateWebBundle() and skeleton WebBundler.
by Tsuyoshi Horo
· 5 years ago
8c4446dc
Splitting context_menu_params.h into separate browser VS common parts.
by Lukasz Anforowicz
· 5 years ago
fd9136d
Stop passing view and widget IDs to RenderViewHost creation.
by Fergal Daly
· 5 years ago
052873a8
Remove view/widget/frame routing IDs from WebContents::CreateParams.
by Fergal Daly
· 5 years ago
d4533c7
Move visible_viewport_size into the VisualProperties waterfall dance
by danakj
· 5 years ago
33bd754c0
[content] Add DumpWithoutCrashing to WebContents::FromRenderFrameHost.
by Alexander Timin
· 5 years ago
b528fe7
Drop WebContentsView::RenderViewCreated hook
by Antonio Gomes
· 5 years ago
d5c9de46
Use Promise with RequestPointerLock calls
by James Hollyer
· 5 years ago
1a55a9d6
Prevent fullscreen while dialogs are up (2/2)
by Avi Drissman
· 5 years ago
d983562
Move CreateNewWidget/CreateFullscreenWidget to UI thread.
by Dave Tapuska
· 5 years ago
525e0c5d
Convert FrameHostMsg_DidFinishLoad to blink.mojom.LocalFrameHost interface
by Gyuyoung Kim
· 5 years ago
d1d2565
Prevent fullscreen while dialogs are up (1/2)
by Avi Drissman
· 5 years ago
cceeacf
Enable history manipulation intervention for plug-in cases
by shivanigithub
· 5 years ago
0dcaebc3
DownloadURLParameters: Remove NetworkIsolationKey parameter.
by Matt Menke
· 5 years ago
a78f3dd2
Allow ManifestIconDownloader to download images from a specified frame.
by Danyao Wang
· 5 years ago
7f366dc6
[aw-dark] Reintroduce preferredColorScheme in WebPreferences/WebSettings
by Alison Maher
· 5 years ago
ab48fc0
Don't clear the page's cached favicon URL when iframe navigations start
by Alan Cutter
· 5 years ago
419f98f
Revert r707164 on ToT.
by W. James MacLean
· 5 years ago
afbe224
[WebNFC] Re-check permissions in the browser process
by Reilly Grant
· 5 years ago
5709ab0
Convert FrameHostMsg_UpdateFaviconURL to mojo
by Miyoung Shin
· 5 years ago
4c02911b
Add LocalMainFrameHost interface.
by Dave Tapuska
· 5 years ago
7096ac0
Merge blink::WebSandboxFlags and blink::mojom::WebSandboxFlags
by Antonio Gomes
· 5 years ago
433f710a
Deprecate ResourceType in ResourceLoadInfo and ExtraRequestCompleteInfo
by Kinuko Yasuda
· 5 years ago
f81c6e7c
Only allow one full screen per user activation - safe version
by Lan Wei
· 5 years ago
d334bba
Revert "FrameHost::SubresourceResponseStarted: s/ url / origin_of_final_url /."
by Lukasz Anforowicz
· 5 years ago
732721e9
Route conversion registration requests from blink to ConversionStorage
by John Delaney
· 5 years ago
8f7c387
Expose LocalMainFrame interface from blink.
by Dave Tapuska
· 5 years ago
8695799b
[Paint Preview] OOPIF Capture
by ckitagawa
· 5 years ago
ee5af39
[OnionSoup] Move resource_load_info.mojom into Blink
by Minggang Wang
· 5 years ago
6767b2e
Reland "Stop reviving crashed RenderFrameHost. Get a new one instead."
by Fergal Daly
· 5 years ago
0b10349
Convert ViewHostMsg_DocumentAvailableInMainFrame to use blink LocalFrameHost
by Julie Jeongeun Kim
· 5 years ago
cdd843d
Revert "Notify BrowserAccessibilityManager via WebContentsObserver"
by Ian Prest
· 5 years ago
6471a70
Destroy child RWHV for speculative RenderFrameHosts when detaching WebContents
by Kevin McNee
· 5 years ago
cdf545cc
Convert FrameHostMsg_RunJavaScriptDialog to mojo.
by Dave Tapuska
· 5 years ago
924ef3c
Remove error description from the DidFailLoadWithError message.
by Dave Tapuska
· 5 years ago
144f819
Move FrameHostMsg_GoToEntryAtOffset to mojo
by Julie Jeongeun Kim
· 5 years ago
03ffdbd
Hook clipboard paste code to the upload content checks.
by Roger Tawa
· 5 years ago
eb21998
Make noopener partition selection consistent with normal path.
by Aaron Colwell
· 5 years ago
de7348e
Move FrameHostMsg_DidBlockNavigation to LocalFrameHost
by Abhijeet Kandalkar
· 5 years ago
7364e697
Use GlobalFrameRoutingId for shared worker clients
by Patrick Monette
· 5 years ago
275a6f92b
Add more overloads using GlobalFrameRoutingId
by Patrick Monette
· 5 years ago
77eb7e8
Change never-visible terminology for RenderWidgets to never-composited.
by danakj
· 5 years ago
7e70bf9
constrained_window: Account for outer web contents generally when finding top-level contents.
by Jeremy Roman
· 5 years ago
b14e578
Remove color arg from DidChangeThemeColor().
by Peter Kasting
· 5 years ago
c209b74
Revert "Disable logic to kill prerender when JavaScript alert fires"
by Tarun Bansal
· 5 years ago
401cd17
Disable logic to kill prerender when JavaScript alert fires
by Tarun Bansal
· 5 years ago
7b4a1f23
Web Contents: expose the candidate favicon URLs in WebContents.
by Mounir Lamouri
· 5 years ago
d1b927f
Simplify and improve the PageImportanceSignal code.
by Sebastien Marchand
· 5 years ago
6f0f67b
Portals: Fix accessibility crash
by Adithya Srinivasan
· 5 years ago
5ea668f3
[Content] Introduce WebContentsObserver::OnDidAddMessageToConsole()
by Devlin Cronin
· 5 years ago
66766a57
[PM] Plumb the Bluetooth state to PerformanceManager.
by Francois Doray
· 5 years ago
11af2c5
Portals: Block element.focus
by Adithya Srinivasan
· 5 years ago
e6e7f84
Portals: Allow OOPIF interaction after activation
by Adithya Srinivasan
· 5 years ago
e1b77ac
Add policy attribute to iframe element
by Charlie Hu
· 5 years ago
6e78da34
Clean up RenderWidgetHostViewGuest mentions.
by W. James MacLean
· 5 years ago
2539adb3
Remove calls to IsCrossProcessFrameGuest().
by W. James MacLean
· 5 years ago
ce010f0
Migrate Device Service clients [5/5]
by Ken Rockot
· 5 years ago
9dab165
Require source_site_instance_ for about:blank.
by Aaron Colwell
· 5 years ago
9437b5bf
Remove BrowserPlugin (renderer), BrowserPlugin messages and related code.
by W. James MacLean
· 5 years ago
5ffc015
Fix allow/sandbox attribute timing issue on browser side
by Charlie Hu
· 5 years ago
7296440
Reland "Reland "Move Audio Service off Service Manager""
by Ken Rockot
· 5 years ago
89eaa88
Revert "Reland "Move Audio Service off Service Manager""
by Findit
· 5 years ago
e8d24f73
Reland "Move Audio Service off Service Manager"
by Ken Rockot
· 5 years ago
65d20b8
Fill in the Network Isolation Key for download request
by Yao Xiao
· 5 years ago
06d22377
Revert "Move Audio Service off Service Manager"
by Findit
· 5 years ago
a4d27f5
Move Audio Service off Service Manager
by Ken Rockot
· 5 years ago
13d834d
Remove WebContentsViewGuest & RenderWidgetHostViewGuest.
by W. James MacLean
· 5 years ago
7d098617
Convert mojom::WebContentsBindingSet to new Mojo types
by Julie Jeongeun Kim
· 5 years ago
97d22ab
Move FrameHostMsg_SuddenTerminationDisablerChanged to LocalFrameHost.
by Dave Tapuska
· 5 years ago
2a33dee
Make RenderFrameImpl's NetworkIsolationKey publicly accessible.
by Matt Menke
· 5 years ago
f4b9e94
Convert Callback to {Once,Repeating}Callback in //content/browser.
by danakj
· 6 years ago
0885c95
Notify BrowserAccessibilityManager via WebContentsObserver
by Dominic Farolino
· 6 years ago
3c05e1c
Mojoify Enable View Source mode
by Dave Tapuska
· 6 years ago
41361e4
DevTools: simplify file chooser interception
by Pavel Feldman
· 6 years ago
6c9ce902
Migrate all old uses of InterfaceProvider to new Mojo types
by Gyuyoung Kim
· 6 years ago
b6e5a29
Fix focus on background window on switching mac desktops
by Joey Arhar
· 6 years ago
c4f0a72
Fix FocusOwningWebContents to handle RenderWidgetHosts for OOPIFs.
by Alex Moshchuk
· 6 years ago
ee527cc
FrameHost::SubresourceResponseStarted: s/ url / origin_of_final_url /.
by Lukasz Anforowicz
· 6 years ago
b2b39eb9
Basic support for SVG favicons
by Fredrik Söderquist
· 6 years ago
f837294
Remove AudioServiceAudioStreams flag and old audio codepaths
by Guido Urdaneta
· 6 years ago
c525996
Don't trigger autoplay when capturing a thumbnail
by Collin Baker
· 6 years ago
cf3bc8e
Video capture forces render frame creation.
by Dana Fried
· 6 years ago
5bcd7c1
Rename NeedToFireBeforeUnload to NeedToFireBeforeUnloadOrUnload.
by Alex Moshchuk
· 6 years ago
Next »