angler-fishThe Vulnerability History Project

This patch allows the webview.partitions.accessible_resources entry in chrome app manifests to work fully as intended.

      Previously, web pages attempting to use resources specified as webview accessible would fail to load those resources. This happened because a check in the renderer would stop the resource request from being made before the request ever reached the browser process where the webview accessible resources are checked in the manifest. This patch corrects this problem by propagating webview partition IDs to webview guest renderer processes, so that they can check the correct entry in the manifest for accessible resources and allow valid requests to go through to the browser process.

BUG=460797

Review URL: https://codereview.chromium.org/1312653003

Cr-Commit-Position: refs/heads/master@{#347936}
    
commit ad727fc6c70d04cdd0a9a7d14c4aa68b4c0e8e72
-7
+12 -4
+54 -35
+5 -6
-2
+13 -15
+6 -13
-7
-12
-43
-11
-23
+2 -16
-6
+10 -12
-9
+9 -5
+2 -6
+6 -8
+6 -6
-8
-8
expand_less