|
Move most Feature Policy code into content/
This adds a content::FeaturePolicy object to the FrameTreeNode object which is
maintained in parallel with the policy object in the renderer.
This also clarifies the difference between a Feature Policy Header (a set of
declarations), a Declaration (mapping from a feature to a declared whitelist)
and a Policy (a set of defaults inherited from the parent document, as well as a
set of whitelists for each feature).
BUG=
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
Total comments: 17
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+799 lines, -1794 lines) |
Patch |
 |
M |
content/browser/frame_host/frame_tree_node.h
|
View
|
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/frame_tree_node.cc
|
View
|
|
1 chunk |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/render_frame_host_impl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/render_frame_host_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/site_per_process_browsertest.cc
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/child/BUILD.gn
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/blink_platform_impl.h
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/blink_platform_impl.cc
|
View
|
1
|
2 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/feature_policy/OWNERS
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/feature_policy/feature_policy_platform.h
|
View
|
1
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/feature_policy/feature_policy_platform.cc
|
View
|
1
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
content/common/feature_policy/OWNERS
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/common/feature_policy/feature_policy.h
|
View
|
1
2
|
5 chunks |
+91 lines, -93 lines |
0 comments
|
Download
|
 |
A |
content/common/feature_policy/feature_policy.cc
|
View
|
1
2
|
1 chunk |
+201 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/common/feature_policy/feature_policy_unittest.cc
|
View
|
|
24 chunks |
+199 lines, -349 lines |
0 comments
|
Download
|
 |
M |
content/common/frame_messages.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/frame_replication_state.h
|
View
|
|
3 chunks |
+2 lines, -16 lines |
0 comments
|
Download
|
 |
M |
content/common/frame_replication_state.cc
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.cc
|
View
|
1
|
3 chunks |
+3 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_proxy.cc
|
View
|
1
|
3 chunks |
+2 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/test/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.cpp
|
View
|
1
|
2 chunks |
+19 lines, -10 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/BUILD.gn
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/dom/Fullscreen.cpp
|
View
|
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/dom/SecurityContext.h
|
View
|
|
3 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/dom/SecurityContext.cpp
|
View
|
|
2 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/frame/FeaturePolicyInFrameTest.cpp
|
View
|
|
1 chunk |
+0 lines, -133 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/frame/Frame.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/loader/FrameLoader.cpp
|
View
|
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vibration/NavigatorVibration.cpp
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h
|
View
|
|
1 chunk |
+9 lines, -185 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.cpp
|
View
|
|
5 chunks |
+11 lines, -209 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/feature_policy/FeaturePolicyFuzzer.cpp
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/feature_policy/FeaturePolicyTest.cpp
|
View
|
|
3 chunks |
+24 lines, -700 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/Platform.h
|
View
|
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebFeaturePolicy.h
|
View
|
1
2
|
1 chunk |
+41 lines, -8 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/web/WebFrameClient.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/web/WebRemoteFrame.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 18 (15 generated)
|