Sign in
chromium
/
chromium
/
src.git
/
c3fb57c73bb384665a9d7e41293fe5de964764e5
/
content
/
browser
/
web_contents
/
web_contents_impl.cc
5f358e5
Remove deprecated navigation callbacks on WebContentsObserver that are now unused.
by jam
· 8 years ago
777ff45
Rename JavaScript "messages" to "dialogs".
by avi
· 8 years ago
552e9de
[ScreenOrientation] Hide ScreenOrientationProvider inside WebContentsImpl.
by leon.han
· 8 years ago
e4db177a
[ScreenOrientation] Merge ScreenOrientation into ScreenOrientationProvider.
by leon.han
· 8 years ago
e56a5203
Remove noisy SSL.DisplayedInsecureContent. We don't suggest using actions unless timing information is required.
by rkaplow
· 8 years ago
6004a36
Track the original opener of a webcontents so we can rely on it for popups
by jochen
· 8 years ago
8a440b84
Add IPC to query capabilities of video input devices.
by guidou
· 8 years ago
ce0ef357
Remove old session history logic.
by creis
· 8 years ago
6879fcf
Clean up unneeded JavaScript dialog parameter.
by avi
· 8 years ago
c2ff1ef
Implement WebContentsViewChildFrame::TakeFocus.
by avallee
· 8 years ago
76ac066
ShowCreatedWindow: some speculative fixes for 680876.
by nick
· 8 years ago
d7178e4
content: Remove blimp compositing dependencies.
by khushalsagar
· 8 years ago
d6d88b91
Remove ScopedVector from ContentBrowserClient.
by avi
· 8 years ago
3dab3b9
Remove ScopedVector from webui.
by weisert
· 8 years ago
5ae4d2d
Make window.open() IPCs be frame-based.
by nick
· 8 years ago
79df88a
Move |GetCanonicalEncodingNameByAliasName| to base/i18n
by jinsukkim
· 8 years ago
f0cd46e
Implement pointer lock across outer/inner WebContents.
by lfg
· 8 years ago
ba12142
Include-what-you-use for WrapUnique/MakeUnique.
by fdoray
· 8 years ago
a110f64
Support tracking focused node element for OOPIFs.
by ekaramad
· 8 years ago
e0a9f158
mojo:: Rename mojo::GetProxy() to mojo::MakeRequest()
by blundell
· 8 years ago
6142d96f
NavigationController: Reload methods migration
by toyoshim
· 8 years ago
52a39e34
Removes WebContentsViewMus/RenderWidgetHostViewMus
by sky
· 8 years ago
a0ac838
Plumb RenderFrameHostImpl* or RenderViewHostImpl* to every message
by nick
· 8 years ago
dd3d51a7
Add more fine-grained accessibility modes.
by dmazzoni
· 8 years ago
9431efd
Destroy the old RenderWidgetHostView when swapping out a main frame.
by lfg
· 8 years ago
6d1d727a
Generalize WebContentsObserver::SecurityStyleChanged.
by cjgrant
· 8 years ago
db7c3b1
PlzNavigate: fix flaky TabManagerTest.TabManagerBasics browser test.
by yzshen
· 8 years ago
52a56e3
service worker: Respect --allow-insecure-localhost switch when registering
by falken
· 8 years ago
7b6f4f0
Route Pepper MediaSession messages to frames
by zqzhang
· 8 years ago
d87a308d
Pass RapporService to content/browser/
by nzolghadr
· 8 years ago
ee7f43b
Remove about:srcdoc url conversion.
by arthursonzogni
· 8 years ago
f8a3104
Avoid enabling accessibility for WebContents that are never shown
by dmazzoni
· 9 years ago
540e74c
Revert of Remove about:srcdoc url conversion. (patchset #13 id:560001 of https://codereview.chromium.org/2494633004/ )
by battre
· 9 years ago
041956a
Remove about:srcdoc url conversion.
by arthursonzogni
· 9 years ago
996be11
Remove WebContents::GetRoutingID().
by davidsac
· 9 years ago
f5e618c
Fix WebContentsDelegate::ShouldCreateWebContents implementations.
by nick
· 9 years ago
9f43b01
<webview> Fix crash when closing chrome://chrome-signin
by avallee
· 9 years ago
d4a2cc8
Mojo-ify implementation of screen orientation locking/unlocking.
by lunalu
· 9 years ago
4b46108
Convert enable_plugins to a buildflag header.
by brettw
· 9 years ago
8e88159
<webview> Add missing null check in FocusOwningWebContents.
by avallee
· 9 years ago
0c58c371
Drag-and-drop: Target drag messages (the sequel).
by Paul Meyer
· 9 years ago
ec87fd1f
Communicate audio state to renderer process on Android.
by altimin
· 9 years ago
9993fca
<webview>: Correctly shift focus between WebContents.
by avallee
· 9 years ago
21c005d
Add further VR metrics.
by billorr
· 9 years ago
c82b174
Drag-and-drop: Target drag messages to specific RenderWidgets.
by paulmeyer
· 9 years ago
8fc8ea9
Drag-and-drop: Move dragSourceEndedAt and dragSourceSystemDragEnded out
by paulmeyer
· 9 years ago
7f6f1d4f
Drag-and-drop: Move updateDragCursor to RenderWidgetHost.
by paulmeyer
· 9 years ago
a90ae4e
Rename RenderFrameHostDelegate::AddMessageToConsole to DidAddMessageToConsole to be more accurate.
by avi
· 9 years ago
95e3953
Propagate view background color when changing visible web contents.
by chrishtr
· 9 years ago
aeb3c5c
TextInputClientObsever should skip commands from fullscreen RenderWidgetHosts
by ekaramad
· 9 years ago
baaab3a
Fix navigation requests starting too early and not getting associated with the <webview>.
by jam
· 9 years ago
d8bd26c
[scheduler] Teach scheduler about audio state
by altimin
· 9 years ago
fae6b587
Notify SSLManager when all password fields on a page are gone
by estark
· 9 years ago
1adf3cb
Decouple MediaSession messages from WebContents
by zqzhang
· 9 years ago
6c58ed0
Reland of Trigger Dangerous indicator for unsafe subresources (patchset #1 id:1 of https://codereview.chromium.org/2461093002/ )
by dalecurtis
· 9 years ago
201e61b
Revert of Trigger Dangerous indicator for unsafe subresources (patchset #4 id:60001 of https://codereview.chromium.org/2444383007/ )
by tommycli
· 9 years ago
8bb1812
Trigger Dangerous indicator for unsafe subresources
by estark
· 9 years ago
276753cf
Remove usage of HostZoomMap from c/b/loader via ReadyToCommitNavigation
by scottmg
· 9 years ago
e865b1d
Clean up ownership in WebUI creation.
by avi
· 9 years ago
72e8bd0
Disable download for overlay panel content
by qinmin
· 9 years ago
ff8dfc8d
Fix crash where a pending pointer lock would trigger a CHECK.
by lfg
· 9 years ago
c4f226a
Bug fix: Use the last hidden time for purge + suspend
by hajimehoshi
· 9 years ago
a3bd0b3
Avoid unnecessary URL parsing for GURL comparisons in //content
by csharrison
· 9 years ago
f00c4f7
[DevTools] Implement Target.setDiscoverTargets method.
by dgozman
· 9 years ago
de38634
Reduce FOR_EACH_OBSERVER usage in content/browser/renderer_host
by ericwilligers
· 9 years ago
e99ec6e5
Add crash keys in the browser to determine cause of hung renderer.
by dtapuska
· 9 years ago
400ea35b
Rename shell namespace to service_manager
by rockot
· 9 years ago
734fb66
Move services/shell to services/service_manager
by rockot
· 9 years ago
b8cfa3b
Don't abort the MimeHandlerStreamManager stream if we receive a RenderProcessHostChanged notification for a null old host.
by ananta
· 9 years ago
f9a94c7e
Kill page id.
by avi
· 9 years ago
1edc855
Remove page id from title and state updating.
by avi
· 9 years ago
a2d442c2
Remove usage of base::ObserverList<T>::Iter::GetNext() in //content.
by dcheng
· 9 years ago
dea6962
Split MediaSessionStateChanged() and MediaSessionMetadataChanged()
by zqzhang
· 9 years ago
c227350
Manage insecure content flags in SSLManager, not WebContentsImpl
by estark
· 9 years ago
5d3b869
Simplify the JavaScriptDialogManager.
by avi
· 9 years ago
47ba9c7d
Remove SSLStatus::security_style member and content::SecurityStyle
by estark
· 9 years ago
ab94f97
Revert "[scheduler] Teach scheduler about audio state"
by erikchen
· 9 years ago
703f1b4
Add (some) password detection for HTTP-bad
by estark
· 9 years ago
85ee836
Don't wait to close tabs waiting for JavaScript dialogs.
by avi
· 9 years ago
4c77f96
Remove grow box rect support, browser part.
by thakis
· 9 years ago
d46e883
Content Modularization Project: Move Wake Lock to //device
by blundell
· 9 years ago
d32292b
Rename a bunch of Mojo Application stuff to reference Services.
by ben
· 9 years ago
a7a651d
[scheduler] Teach scheduler about audio state
by altimin
· 9 years ago
f83ac12
Collapse SSLPolicy/SSLPolicyBackend into SSLManager
by estark
· 9 years ago
03e1338d
Remove incorrect DCHECK in WebContentsImpl::UpdateTitle.
by creis
· 9 years ago
b6acafa
Reduce SurfaceIdAllocator usage and tie SurfaceFactory to a single FrameSinkId
by fsamuel
· 9 years ago
e2df1d7
Pass the RenderProcessHost id on retargeting.
by nasko
· 9 years ago
ebd7517
Decouple WakeLock from direct //content dependencies
by blundell
· 9 years ago
1e5574e
PlzNavigate: support the WebRequest API
by clamy
· 9 years ago
5a139ba
Move registration of Java mojo interfaces to the new InterfaceRegistrar.
by sammc
· 9 years ago
5c478a7
Move ViewHostMsg_CreateWindow to mojom
by rockot
· 9 years ago
1d02573
Block navigations in extensions via ShouldTransferNavigation (not via OpenURL).
by lukasza
· 9 years ago
0978dbef
Revert of Move registration of Java mojo interfaces to the new InterfaceRegistrar. (patchset #5 id:300001 of https://codereview.chromium.org/2214383002/ )
by dtrainor
· 9 years ago
58dcb20
Move registration of Java mojo interfaces to the new InterfaceRegistrar.
by sammc
· 9 years ago
20d7fec
Revert of Allow top-level navigation in extension pop-ups if it only triggers a download. (patchset #12 id:220001 of https://codereview.chromium.org/2352083003/ )
by lukasza
· 9 years ago
953f8c7
Block navigations in extensions via ShouldTransferNavigation (not via OpenURL).
by lukasza
· 9 years ago
cbf524d4
Create NavigationHandles for interstitials if needed
by clamy
· 9 years ago
1beabecc
Force MimeHandlerView to always use BrowserPlugin
by ekaramad
· 9 years ago
4b7467a5
PlzNavigate: Get StreamPrivate API to work.
by ananta
· 9 years ago
f5f1b0f
Add global and per-WebContents java InterfaceRegistries.
by sammc
· 9 years ago
Next »