|
This CL moves classes (refactored in situ, in previous patches) into
appropriately named files.
New classes are CrossSiteDocumentClassifier and SiteIsolationStatsGatherer.
CrossSiteDocumentClassifier is moved to content/common so we can use it from
the browser process.
No files should be left now with the name site_isolation_policy*.*
BUG= 481066
Committed: https://crrev.com/e7cd12af5b21f71f1e8dc8a2f5dfb476d44afa0b
Cr-Commit-Position: refs/heads/master@{#334779}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+54 lines, -1718 lines) |
Patch |
 |
M |
content/child/resource_dispatcher.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
content/child/site_isolation_policy.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -154 lines |
0 comments
|
Download
|
 |
D |
content/child/site_isolation_policy.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -494 lines |
0 comments
|
Download
|
 |
D |
content/child/site_isolation_policy_browsertest.cc
|
View
|
|
1 chunk |
+0 lines, -250 lines |
0 comments
|
Download
|
 |
D |
content/child/site_isolation_policy_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -136 lines |
0 comments
|
Download
|
 |
A + |
content/child/site_isolation_stats_gatherer.h
|
View
|
1
2
3
|
5 chunks |
+9 lines, -63 lines |
0 comments
|
Download
|
 |
A + |
content/child/site_isolation_stats_gatherer.cc
|
View
|
1
2
3
|
5 chunks |
+5 lines, -242 lines |
0 comments
|
Download
|
 |
A + |
content/child/site_isolation_stats_gatherer_browsertest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
content/child/site_isolation_stats_gatherer_unittest.cc
|
View
|
|
1 chunk |
+16 lines, -15 lines |
0 comments
|
Download
|
 |
A + |
content/common/cross_site_document_classifier.h
|
View
|
1
2
3
|
3 chunks |
+5 lines, -90 lines |
0 comments
|
Download
|
 |
A + |
content/common/cross_site_document_classifier.cc
|
View
|
1
2
3
4
|
5 chunks |
+4 lines, -245 lines |
0 comments
|
Download
|
 |
A + |
content/common/cross_site_document_classifier_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -19 lines |
0 comments
|
Download
|
 |
M |
content/content_child.gypi
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
1
2
3
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_process_impl.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 12 (4 generated)
|