0
Files
src/content/browser
Sandor Major edc3cb823a Remove network::ResourceRequest from PermissionsPolicy
This is needed to break a circular dependency between the request and
the policy that would appear in an upcoming CL where the policy will be
added onto the request.

This was a hack anyway that was added when requests had no access to
permissions policies but after crrev.com/c/6320262 they will have access
to them and all functions like this should be moved to the request
object. Ideally `PermissionsPolicy` shouldn't read flags from the
request and change behavior based on them, the request object should
handle things like this. A todo bug was created for this.

Bug: 382291442
Change-Id: Idca4d34bb30cf4bc44c87695fdcf72ea623d98c1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6332329
Reviewed-by: Ari Chivukula <arichiv@chromium.org>
Commit-Queue: Sandor «Alex» Major <sandormajor@chromium.org>
Reviewed-by: Rakina Zata Amni <rakina@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1428943}
2025-03-06 08:15:17 -08:00
..
2025-02-18 23:29:40 -08:00
2025-02-27 06:48:54 -08:00
2025-01-24 11:36:19 -08:00
2025-02-18 23:29:40 -08:00

This directory contains the core code needed for the browser process of a multi-process sandboxed browser.