Sign in
chromium
/
chromium
/
src.git
/
34a3d75fcf257a452b701530b92112b83bdcec5f
/
content
/
browser
/
frame_host
/
frame_tree_node.cc
34a3d75
Record the number of frames for web contents.
by yilkal
· 6 years ago
9caed61
Implement browser-verified user activation triggers behind a flag
by Ella Ge
· 6 years ago
0dd6581
Remove most PlzNavigate mentions in content/
by Arthur Hemery
· 6 years ago
ef8290a
Convert content::CommonNavigationParams to mojom.
by Lucas Furukawa Gadani
· 6 years ago
f87ec2a
Make BrowserAccessibilityManager inherit from WebContentsObserver
by Dominic Farolino
· 6 years ago
b4db22a
Navigation: Merge NavigationHandleImpl::net_error_code_ into NavigationRequest::net_error_.
by Mohamed Abdelhalim
· 6 years ago
f940060
Stop clobbering/leaking a provisional main frame on window close.
by danakj
· 6 years ago
6faef60
Portals: Support dispatching load events when the portal finishes loading.
by Lucas Furukawa Gadani
· 6 years ago
f0cb8e6e
Transfer user activation in other renderer processes through IPC
by Lan Wei
· 6 years ago
0180320f
User activation same-origin visibility: add detailed comments.
by Mustaq Ahmed
· 6 years ago
550671a2
Transfer user activation in browser and renderer side
by Lan Wei
· 6 years ago
20749e92
History intervention: crash-fix with null check for controller
by Shivani Sharma
· 6 years ago
19487703
History intervention: Reset skippable bit if user gesture after pushState
by Shivani Sharma
· 6 years ago
22ea659
Ensure a FrameTreeNode is no longer loading at the end of its destructor
by Nate Chapin
· 6 years ago
3940708
Feature-Policy: Opener policies
by Ehsan Karamad
· 6 years ago
c53e4c56
Don't preserve activation states after subframe navigation.
by Mustaq Ahmed
· 6 years ago
edd8d6c
Add metric for number of ad frames that receive user gesture
by John Delaney
· 7 years ago
adf31eb
Replace base::hash_map with std::unordered_map
by Takuto Ikuta
· 7 years ago
a5dfa60b
Allow user activation propagation to same-origin frames.
by Mustaq Ahmed
· 7 years ago
c4f56158
Clear User Activation bits for main frames when new document is installed
by Shivani Sharma
· 7 years ago
f8840b9
Keep subframe alive in pending deletion.
by Arthur Sonzogni
· 7 years ago
f21fb51
Remove unused browser_side_navigation_policy include header.
by Arthur Sonzogni
· 7 years ago
f2d4ff7
Extract instrumentation methods from RenderFrameDevToolsAgentHost into devtools_instrumentation
by Andrey Kosyakov
· 7 years ago
192a8da
Reland "Implement fallback content for RemoteFrameOwner"
by Ehsan Karamad
· 7 years ago
3e226bd6
Revert "Implement fallback content for RemoteFrameOwner"
by Findit
· 7 years ago
02cb80e
Implement fallback content for RemoteFrameOwner
by Ehsan Karamad
· 7 years ago
5a9a88c
Remove FrameTreeNode::ResetForNewProcess().
by Arthur Sonzogni
· 7 years ago
969a794e
Replace FTN::IsDescendantOf by RFH::IsDescendantOf
by Arthur Sonzogni
· 7 years ago
55ec69d
[clang-tidy] Apply modernize-use-auto in /content/browser
by jdoerrie
· 7 years ago
252ae04
Move subframe FrameTreeNode ownership RenderFrameHost.
by Nasko Oskov
· 7 years ago
efd54b0
Remove FrameHostMsg_DidStartLoading
by Camille Lamy
· 7 years ago
a951135
Cleanup some usage of IsBrowserSideNavigationEnabled.
by Nasko Oskov
· 7 years ago
72cc21c
Cleanup RenderFrameHost/Manager to only take their own delegates.
by Lucas Furukawa Gadani
· 7 years ago
c4cb716
Add browser-side activation state with sync across OOPIFs.
by Mustaq Ahmed
· 7 years ago
d3011f6
Navigation: Introducing the NavigationClient mojo interface.
by Arthur Hemery
· 7 years ago
e76b9dea
Remove unused histograms for frame unique name size.
by Daniel Cheng
· 7 years ago
7678c8ac
Remove suggested filename plumbing
by Jochen Eisinger
· 7 years ago
02c5156d
Don't clear last committed URL on pending delete RenderFrameHosts
by Alex Moshchuk
· 7 years ago
8dfbfec
Remove unnecessary includes of base/memory/ptr_util.h in content/.
by Jeremy Roman
· 7 years ago
a30d423
The Great Blink mv for source files, part 1.
by Blink Reformat
· 7 years ago
a13e7c0
Add frame depth to ChildProcessLauncherPriority
by Bo Liu
· 7 years ago
c8a7cccf
Let `about:blank#ref` also be classified as initial empty document.
by Balazs Engedy
· 7 years ago
9f9789e9
Hide navigations aborted due to downloading from ntp
by Jochen Eisinger
· 7 years ago
ddf2a4e
Attempt #2: Expose wasDiscarded after tab discard.
by Shubhie Panicker
· 7 years ago
edb8c5dd
Update feature policy header in proxies on nav
by Ian Clelland
· 7 years ago
75286c0
Move public headers in WebKit/common to WebKit/public/common (1)
by Kinuko Yasuda
· 7 years ago
9353670
Remove the progress bar completion flag
by Nate Chapin
· 7 years ago
c338017
Navigation: Extend NavigationRequest lifetime up to Commit
by Arthur Hemery
· 8 years ago
4b62a5cb
Upgrade Insecure Requests: OOPIF support, bugfixes & tests.
by arthursonzogni
· 8 years ago
610c63b3
Remove old navigation code from RenderFrameHostManager
by clamy
· 8 years ago
bb0cfd5e
[reland] Move site_isolation_policy from content/common to .../browser.
by Lukasz Anforowicz
· 8 years ago
60af7d4
Autoplay: Replicate user gesture before nav bit.
by Becca Hughes
· 8 years ago
3c7007a
Fix accessibility when user cancels reloading the page.
by Dominic Mazzoni
· 8 years ago
a2e1ab5
Revert "Move site_isolation_policy from content/common to content/browser."
by Charlie Reis
· 8 years ago
1aed2aa
Move site_isolation_policy from content/common to content/browser.
by Lukasz Anforowicz
· 8 years ago
5cbaaf8
Track CSP-set sandbox flags separately from frame owner flags
by Ian Clelland
· 8 years ago
7bfb2e9
When removing a dynamically created frame, remove its FNEs as well.
by Lukasz Anforowicz
· 8 years ago
d8352ac
DevTools: wait for navigation to be committed upon Page.navigate on the browser side.
by Pavel Feldman
· 8 years ago
c3fdacdf
Feature Policy Onion Soup (4)
by Luna Lu
· 8 years ago
2e71399
Feature Policy Onion Soup (1)
by Luna Lu
· 8 years ago
04f27c37
Replace base::MakeUnique with std::make_unique in content/.
by Jeremy Roman
· 8 years ago
cdc4f31
Use FramePolicy in FrameReplicationState and FrameTreeNode
by Ian Clelland
· 8 years ago
2523472
DevTools: introduce devtools frame token in the frame_tree_node.
by Pavel Feldman
· 8 years ago
dcc7bf4
PlzNavigate: don't stop all loaders when renderer-initiated nav fails
by John Abd-El-Malek
· 8 years ago
36465f33
Strengthen the Popunder Preventer.
by Avi Drissman
· 8 years ago
27e878c
Remove ScopedProfile and ScopedTracker.
by Brett Wilson
· 8 years ago
077f5031
Remove AreCrossProcessFramesPossible
by Ken Buchanan
· 8 years ago
6ca7f1c9
Limit the maximum length of frame unique names.
by Daniel Cheng
· 8 years ago
173bf304
[Reland #1] Plumb URLs through memory_instrumentation UKMs.
by Erik Chen
· 8 years ago
16169b0
Revert "Plumb URLs through memory_instrumentation UKMs."
by meade_UTC10
· 8 years ago
1d8d254c
Plumb URLs through memory_instrumentation UKMs.
by Erik Chen
· 8 years ago
6e2e099
Implement NavigationThrottle::BLOCK_REQUEST_AND_COLLAPSE.
by engedy
· 8 years ago
080e796
Create NavigationHandle after beforeunload with PlzNavigate.
by clamy
· 8 years ago
92f8c0b
Replicate feature policy container policies.
by iclelland
· 8 years ago
1c4d759e
The Blink Rename
by Blink Reformat
· 8 years ago
de700d6
Remove unused profiling code.
by erikchen
· 8 years ago
662aa65
CSP: group policies in didAddContentSecurityPolicy.
by arthursonzogni
· 8 years ago
8d1aa16
Fix popunders spawned from a subframe.
by avi
· 8 years ago
cd0b7b2
Ensure that when a new navigation cancels an existing one, the old navigation's DidFinishNavigation callback has an net::ERR_ABORTED error code.
by jam
· 8 years ago
adbac71e
Ensure that the PlzNavigate code path removes pending NavigationEntrys if the navigation is cancelled.
by John Abd-El-Malek
· 8 years ago
a86695b
PlzNavigate: stop navigations when opening a document for write
by clamy
· 8 years ago
7fed384c
PlzNavigate: Enforce frame-src CSP on the browser.
by arthursonzogni
· 8 years ago
7f16902
Revert of PlzNavigate: Enforce 'frame-src' CSP on the browser. (patchset #23 id:790001 of https://codereview.chromium.org/2655463006/ )
by nektar
· 8 years ago
1e3b610
PlzNavigate: Enforce frame-src CSP on the browser.
by arthursonzogni
· 8 years ago
0299edae
Fix stopped navigations not having the correct error code in their navigation handle.
by jam
· 8 years ago
5e65e3a
Require explicit selection of traits for LazyInstance
by scottmg
· 8 years ago
7c9cab4
Implement ContentSecurityPolicy on the browser-side.
by arthursonzogni
· 8 years ago
2c79efe2
Introduce content-side Feature Policy object and maintain in parallel with renderer policy.
by iclelland
· 8 years ago
92f1868
PlzNavigate: same-page navigation.
by arthursonzogni
· 8 years ago
6004a36
Track the original opener of a webcontents so we can rely on it for popups
by jochen
· 8 years ago
4dbcfdcb
Rename feature policy classes.
by iclelland
· 8 years ago
6ece5ae
Remove some LazyInstance use in base/
by scottmg
· 8 years ago
61835ae1
Reenable framebusting
by japhet
· 9 years ago
d405a05
Replicate a parsed feature policy representation so it doesn't need to be parsed in the browser process
by raymes
· 9 years ago
ab749ec9
Replicate feature policy headers to remote frames
by iclelland
· 9 years ago
baaab3a
Fix navigation requests starting too early and not getting associated with the <webview>.
by jam
· 9 years ago
39258caf
Fix WebContents and its observers not getting notified of a load stop event if a frame with a pending navigation is torn down with PlzNavigate.
by jam
· 9 years ago
a3bd0b3
Avoid unnecessary URL parsing for GURL comparisons in //content
by csharrison
· 9 years ago
254597b
Reduce usage of FOR_EACH_OBSERVER macro in content/browser
by ericwilligers
· 9 years ago
5140a41
Main frame's unique name can always be null.
by lukasza
· 9 years ago
Next »