Sign in
chromium
/
chromium
/
src.git
/
f2fd489ee09d6e6385c5f2eec182f3f2a9f30992
/
content
/
browser
/
web_contents
/
web_contents_impl.cc
f4c4a4a
Stop reviving crashed RenderFrameHost. Get a new one instead.
by arthursonzogni
· 6 years ago
8e2879e
Convert color_chooser to new Mojo types
by Julie Jeongeun Kim
· 6 years ago
2905104
[Native File System] Show page info entry also if site is only reading files.
by Marijn Kruisselbrink
· 6 years ago
58373df
Reland: Add browser-side checks for registerProtocolHandler
by Raymes Khoury
· 6 years ago
1edd4d0
Rename NativeTheme::SystemDarkModeEnabled to ShouldUseDarkColors.
by minch
· 6 years ago
c04ed87
Tab screenshots for tabs that were never visible.
by Dana Fried
· 6 years ago
8e4d5a9
content/browser: Always specify thread affinity when posting tasks
by Sami Kyostila
· 6 years ago
22b4e8b
Always start RenderFrames and their RenderWidgets as hidden.
by danakj
· 6 years ago
a953038
Mojofy FrameHostMsg_FrameFocused.
by Lowell Manners
· 6 years ago
c134dd8
Remove some dead code that's not used with network service path.
by John Abd-El-Malek
· 6 years ago
f4fe9d8
Remove StoragePartition methods to return URLRequestContextGetters.
by John Abd-El-Malek
· 6 years ago
709b4c5
Reland: Prepopulate find with selection
by Jeff Fisher
· 6 years ago
0e82fe7f
Stop using ResourceDispatcherHost outside of content/ and remove a bunch of usage inside content/.
by John Abd-El-Malek
· 6 years ago
8ae506c
Split Cache: Adds frame origin while creating NetworkIsolationKey
by Shivani Sharma
· 6 years ago
daba3932
Record the number of third parties that read/write cookies on pages
by Josh Karlin
· 6 years ago
e81030b3
Remove Tabs.TimeSinceLastInteraction histogram.
by Daniel Cheng
· 6 years ago
f018003
Revert "Add browser-side checks for registerProtocolHandler"
by Ben Wells
· 6 years ago
435bcb58
Store |initiator_origin| in FrameNavigationEntry.
by Lukasz Anforowicz
· 6 years ago
6f34b04
Route ExtendSelectionAndDelete to active text widget
by W. James MacLean
· 6 years ago
67fd4d9f
Set preferred color scheme for high contrast
by Alison Maher
· 6 years ago
46fa4bd
[Native File System] Display actual usage in usage indicator bubble.
by Marijn Kruisselbrink
· 6 years ago
3bca4bf
Use in-class initializers for base::WeakPtrFactory in content/.
by Jeremy Roman
· 6 years ago
5e9d912
Exposes the UKM source ID in WebContentsImpl to WebContents.
by Sofiya Semenova
· 6 years ago
5ee1de5
Add browser-side checks for registerProtocolHandler
by Raymes Khoury
· 6 years ago
e782bea
Convert Input Mojo channels to new syntax.
by Dave Tapuska
· 6 years ago
be15c07
Reland "Set forced colors based on NativeTheme"
by Alison Maher
· 6 years ago
f87ec2a
Make BrowserAccessibilityManager inherit from WebContentsObserver
by Dominic Farolino
· 6 years ago
9607736
Defer navigations during JS modal dialogs.
by Charlie Reis
· 6 years ago
948bdda7
Create content/public API for AccessibilityTreeFormatter
by Kevin Babbitt
· 6 years ago
f1714aa2
[Native File System] Add usage indicators to tab and omnibox.
by Marijn Kruisselbrink
· 6 years ago
72e2f8a
Revert "Set forced colors based on NativeTheme"
by Findit
· 6 years ago
d1b4afb
Set forced colors based on NativeTheme
by Alison Maher
· 6 years ago
e370bdb
OnionSoup: Move //content/renderer/image_downloader/image_downloader.mojom to Blink
by Gyuyoung Kim
· 6 years ago
81b992e
DevTools: intercept file chooser requests
by Andrey Lushnikov
· 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
734edf8
Improve dropping fullscreen for security.
by Avi Drissman
· 6 years ago
fd03e68
Remove ServiceManagerConnection use from //content
by Ken Rockot
· 6 years ago
5d5c37f
Permit dynamically disabling spatial navigation
by Ian Vollick
· 6 years ago
7c858107
Use PageMessage to send VisibleViewport sizes to OOPIF renderers.
by W. James MacLean
· 6 years ago
73c901e
[base] Remove base::Contains{Key,Value}
by Jan Wilken Dörrie
· 6 years ago
112832e
Reland "[PiP v2] EnterPictureInPicture should return result"
by Becca Hughes
· 6 years ago
531be7ca
[base] Replace Contains{Key,Value} with Contains in //content
by Jan Wilken Dörrie
· 6 years ago
9c69ddb
Revert "[PiP v2] EnterPictureInPicture should return result"
by Xida Chen
· 6 years ago
05df7085
[PiP v2] EnterPictureInPicture should return result
by Becca Hughes
· 6 years ago
1db5a35
Convert //content/browser Uses of base::RepeatingCallback<>::Equals to Use == or !=
by Robert Liao
· 6 years ago
c8b734b
Remove redundant enum defined in both mojom and .h: MediaStreamType
by Antonio Gomes
· 6 years ago
0d42960a
Reland "Remove redundant enum defined in both mojom and .h: MediaStreamRequestResult"
by Antonio Gomes
· 6 years ago
4b4eed0
Remove const interfaces from content/public.
by Lucas Furukawa Gadani
· 6 years ago
6219867
Plumb TextAutosizer RemotePageInfo to OOPIF renderers.
by W. James MacLean
· 6 years ago
648fd9a8
Revert "Remove redundant enum defined in both mojom and .h: MediaStreamRequestResult"
by Guido Urdaneta
· 6 years ago
29109c84c
Remove redundant enum defined in both mojom and .h: MediaStreamRequestResult
by Antonio Gomes
· 6 years ago
7b4f065
Android site isolation: Mark hidden tabs with sad frames for reload.
by Alex Moshchuk
· 6 years ago
576bb5d8
Clear Java side WebContents when a WebContents is swapped out
by Kevin McNee
· 6 years ago
985474f
History intervention: Do not intervene for pdfs and other inner webcontents
by Shivani Sharma
· 6 years ago
7df7395
Check for nullptr in GetInnerWebContents()
by Sean Topping
· 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
1c63176
[ MimeHandlerView ] Fix cross-origin postMessage
by Ehsan Karamad
· 6 years ago
f67090c
PhishGuard: Password is now captured if the user pastes the password.
by Archana Simha
· 6 years ago
ab44e9d
wake lock: Remove the old screen.keepAwake implementation
by Raphael Kubo da Costa
· 6 years ago
c663b024
Call WebContentsObserver::DidChangeVisibleSecurityState unconditionally
by Emily Stark
· 6 years ago
1de5242e
Convert integers to blink::mojom::ConsoleMessageLevel where feasible.
by Lowell Manners
· 6 years ago
1f672aa
OnionSoup: Migrate IPC message handler to Mojo in Android's RendererDateTimePicker
by Gyuyoung Kim
· 6 years ago
5d8c4998
Set preferred color scheme based on NativeTheme.
by Rune Lillesveen
· 6 years ago
aee5c031
Make content::ResourceType an enum class.
by Daniel Cheng
· 6 years ago
5e7c79b2
Reland "[serial] Implement tab indicator triggered by open()"
by Reilly Grant
· 6 years ago
0f5bdf5
Move MediaPlayerId to its own file.
by Mounir Lamouri
· 6 years ago
904ba34
Revert "[serial] Implement tab indicator triggered by open()"
by Findit
· 6 years ago
0ca38034
[serial] Implement tab indicator triggered by open()
by Reilly Grant
· 6 years ago
0a2a967d
Switch RequestPpapiBrokerPermission to OnceCallback.
by Avi Drissman
· 6 years ago
92d5925
Make WebContents' theme color a base::Optional<SkColor>
by Alan Cutter
· 6 years ago
8bfd84c
Count history.back/forward navigations started from sandboxed iframes
by Dave Tapuska
· 6 years ago
fb34521d2
Remove debug code for crbug.com/758186
by Bo Liu
· 6 years ago
c29c10c
Delete the main provisional (speculative) frame during ~WebContentsImpl
by danakj
· 6 years ago
549baab
Move ViewHostMsg_OnGotoEntryAtOffset to FrameHostMsg_OnGotoEntryAtOffset
by Dave Tapuska
· 6 years ago
1efc7b96
Create frame: replace proxy_routing_id by previous_routing_id.
by arthursonzogni
· 6 years ago
a5928a0a
Use blink::mojom::ConsoleMessageLevel instead of content::ConsoleMessageLevel
by Abhijeet Kandalkar
· 6 years ago
aed1e7b
Reland "Fix SSL committed interstitials bugs when interacting with other CI."
by Carlos IL
· 6 years ago
d4ee8e859
Revert "Fix SSL committed interstitials bugs when interacting with other CI."
by Giovanni Ortuño Urquidi
· 6 years ago
94a6b71
Fix SSL committed interstitials bugs when interacting with other CI.
by Carlos IL
· 6 years ago
34f37e6
Do not rely on RenderProcessHost::SuddenTerminationAllowed to detect beforeunload/unload handlers
by Aditya Keerthi
· 6 years ago
d9fda17
Automation API should include image labeling AXMode
by Dominic Mazzoni
· 6 years ago
2dc75ed4
Recurse WebContentsTree when registering FrameSinkIDs.
by W. James MacLean
· 6 years ago
22ea659
Ensure a FrameTreeNode is no longer loading at the end of its destructor
by Nate Chapin
· 6 years ago
6e5b4f3
Change AttachToOuterWebContents to AttachInnerWebContents instead.
by Lucas Furukawa Gadani
· 6 years ago
9ae31e0d
WebContentsViewMac: Simplify deferring close during event loops
by Christopher Cameron
· 6 years ago
34d1068
[ Feature Policy ] Followup on Opener Policies
by Ehsan Karamad
· 6 years ago
44fc7211
[MimeHandlerView] Async Attach: Content API
by Ehsan Karamad
· 6 years ago
62b82601
Remove members from NavigationHandleImpl 4
by Camille Lamy
· 6 years ago
cdd7ae8
flags: remove enable-display-cutout-api
by Elly Fong-Jones
· 6 years ago
0ea22ea
Reland: Add RenderFrameHost as parameter to WebContentsDelegate::HandleContextMenu
by Joel Klinghed
· 6 years ago
c334436
Propagate the frame visibility change into web contents.
by Dave Tapuska
· 6 years ago
328cae2
Revert "Add RenderFrameHost as parameter to WebContentsDelegate::HandleContextMenu"
by Dirk Pranke
· 6 years ago
3940708
Feature-Policy: Opener policies
by Ehsan Karamad
· 6 years ago
13a42e4
Hook up IDC_SAVEPAGE to the PDF plugin.
by Lei Zhang
· 6 years ago
5705b91
Add RenderFrameHost as parameter to WebContentsDelegate::HandleContextMenu
by Joel Klinghed
· 6 years ago
525f8a0
Don't report renderer hangs if a windows debugger is attached to the process.
by David Bienvenu
· 6 years ago
a115011
Allow WebContentsImpl::FromRenderFrameHostId() to be called without UI thread
by Min Qin
· 6 years ago
882c4cec
Remove MediaWebContentsObserverAndroid
by Thomas Guilbert
· 6 years ago
Next »