|
Replace usage of GURL(origin.Serialize()) with origin.GetURL()
The bulk of this was via the following command:
git grep -l "GURL([a-zA-Z0-9\._]*\.Serialize())" | xargs sed -i \
's/GURL(\([a-zA-Z0-9\._]*\)\.Serialize())/\1.GetURL()/g'
Which was then followed by a 'git cl format', and removing changes from
url unit tests, which check that this change has identical semantics.
renderer_host/media also had ConvertToGURL(Origin) methods
which were removed.
BUG= 651554
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
Committed: https://crrev.com/aec2c5453d3e7769057aab74142b403d87791a8b
Cr-Commit-Position: refs/heads/master@{#424825}
Total comments: 2
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+63 lines, -82 lines) |
Patch |
 |
M |
chrome/browser/browsing_data/origin_filter_builder.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/budget_service/budget_database.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/budget_service/budget_manager.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/site_details.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/android/bluetooth_chooser_android.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/login/login_handler.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/subresource_filter/core/common/indexed_ruleset.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/cache_storage/cache_storage_dispatcher_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/render_frame_message_filter.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_backing_store.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_context_impl.cc
|
View
|
|
6 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_internals_ui.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_quota_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_quota_client.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/permissions/permission_service_impl.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/database_message_filter.cc
|
View
|
|
4 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_stream_manager.cc
|
View
|
1
|
5 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_stream_ui_proxy.cc
|
View
|
1
|
2 chunks |
+1 line, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_message_filter.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/dom_storage/local_storage_cached_area.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/extension_web_contents_observer.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ios/web/public/origin_util.mm
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/base/registry_controlled_domains/registry_controlled_domain.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 67 (44 generated)
|