Sign in
chromium
/
chromium
/
src.git
/
8f7c387f4517b4da107b18e58f95d5e683d25ec7
/
content
/
browser
/
web_contents
/
web_contents_impl.cc
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
7e70bf95
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
· 6 years ago
a4d27f5
Move Audio Service off Service Manager
by Ken Rockot
· 6 years ago
13d834d
Remove WebContentsViewGuest & RenderWidgetHostViewGuest.
by W. James MacLean
· 6 years ago
7d098617
Convert mojom::WebContentsBindingSet to new Mojo types
by Julie Jeongeun Kim
· 6 years ago
97d22ab
Move FrameHostMsg_SuddenTerminationDisablerChanged to LocalFrameHost.
by Dave Tapuska
· 6 years ago
2a33dee
Make RenderFrameImpl's NetworkIsolationKey publicly accessible.
by Matt Menke
· 6 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
6288398
Fix focus for PDF in mainframe, add test.
by W. James MacLean
· 6 years ago
e118727
In fullscreen mode, pass <esc> to outmost WebContents.
by W. James MacLean
· 6 years ago
cb6475a
Convert ColorChooserFactory client to use BrowserInterfaceBroker
by Miyoung Shin
· 6 years ago
a283c9e
[Media History] Add has_video, has_audio, and last_updated_time_s to media playbacks
by evliu
· 6 years ago
c98caa382
Avoid exposing some non-public a11y classes in content/public.
by Lei Zhang
· 6 years ago
7f736f0
[Media History] Record Media Playback
by evliu
· 6 years ago
a7313f8
Removed WidgetHostMsg_FocusedNodeTouched IPC message
by Anupam Snigdha
· 6 years ago
9cca359
Expose vertical scroll direction to WebContentsObservers.
by David Black
· 6 years ago
172da77
Remove WebContentsImpl::frame_count_.
by yilkal
· 6 years ago
98457b5
Replace Page::is_hidden_ with PageVisibilityState enum
by Collin Baker
· 6 years ago
979c4b16
Use last committed navigation UKM source id for media-related events
by Yue Ru Sun
· 6 years ago
dd0fa0c5
[content] Add WebContentsObserver::IsDocumentOnLoadCompletedInMainFrame
by Alexander Timin
· 6 years ago
0ce6a13
Stop registering content::GenericHandler blindly for all WebUIs.
by dpapad
· 6 years ago
e8c6c1f
[webhid] Add WebContents::IsConnectedToHidDevice
by Matt Reynolds
· 6 years ago
aa89874
[chrome:accessibility] Display a list of accessibility events fired on a page.
by Abigail Klein
· 6 years ago
989e088
De-duplicate visibility handling code in WebContentsImpl
by Collin Baker
· 6 years ago
c78dbc72
Fix tab/browser close to consider beforeunload handlers in same-site iframes.
by Alex Moshchuk
· 6 years ago
fc233aa
[Media History] Add Media History Contents Observer
by evliu
· 6 years ago
07925d1
Add new termination code for code integrity failure.
by Will Harris
· 6 years ago
1215f88
[bfcache] Set theme color when restoring from bfcache
by Carlos Caballero
· 6 years ago
91fffb2
[bfcache] Make sure DidFirstVisuallyNonEmptyPaint fires for restored pages
by Carlos Caballero
· 6 years ago
2f7d211
Refactor handling of WebUI objects in the navigation code.
by Nasko Oskov
· 6 years ago
0b63433
Convert DateTimeChooser client to use BrowserInterfaceBroker
by Oksana Zhuravlova
· 6 years ago
3c5f5046
Only apply transform when outermost != outer WebContents.
by W. James MacLean
· 6 years ago
241b939
[navigation] Remove Dropped/Abort Navigation IPCs
by Arthur Hemery
· 6 years ago
9f32811
Move LoadProgressChanged from WebContentsDelegate to WCObserver
by Evan Stade
· 6 years ago
a657d87
Convert DidDisplayInsecureContent, DidContainInsecureFormAction into mojo
by Dave Tapuska
· 6 years ago
4d2bb85
Remove GetLastCommittedNavigationEntryForRenderManager.
by Nasko Oskov
· 6 years ago
f9fc312
Move Register/Unregister Protocol Handlers to LocalFrameHost mojo.
by Dave Tapuska
· 6 years ago
28a73e2
Clean up the preferred color scheme pipeline
by Alison Maher
· 6 years ago
2025011
[bfcache] Make Flush safe to call when navigations are in flight.
by Lowell Manners
· 6 years ago
748ef909
Remove secondary WebView IPC for visible_viewport_size
by danakj
· 6 years ago
ee1c951
Reland "Resubmit: Lower priority of processes hosting exclusively ads."
by John Budorick
· 6 years ago
4030d6a3
[EnumerateDevices] Update generation of device and group IDs
by Guido Urdaneta
· 6 years ago
f4bc92d
Revert "Resubmit: Lower priority of processes hosting exclusively ads."
by John Budorick
· 6 years ago
1e3e1f54
Renderer preferences changes should propagate to OOPIFs
by Bruce Long
· 6 years ago
5fd54f2
Remove VisualPropertiesManager and move IPC to RenderWidget
by danakj
· 6 years ago
5ffd139
Include bloat: reduce number of includes in content_browser_client.h
by Hans Wennborg
· 6 years ago
a418951
Define a blink side frame_host interface and move Fullscreen to it.
by Dave Tapuska
· 6 years ago
4ba7eb3
Resubmit: Lower priority of processes hosting exclusively ads.
by Eric Robinson
· 6 years ago
9d9d4f5
Remove public/platform/web_security_style.h dependency from chrome/browser
by Sergio Villar Senin
· 6 years ago
74627df
bfcache: Don't record MaxFrameCount for frames in bfcache
by Rakina Zata Amni
· 6 years ago
a40ce5a
Migrate legacy FrameHostMsg_DidChangeThemeColor IPC
by Alexander Timin
· 6 years ago
Next »