chrome-ipc-reviews@: PTAL at mojom changes. Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
From googleclient/chrome/chromium_gwsq/ipc/config.gwsq:
IPC: ke...@chromium.org
📎 It looks like you’re making a possibly security-sensitive change! 📎 IPC security review isn’t a rubberstamp, so your friendly security reviewer will need a fair amount of context to review your CL effectively. Please review your CL description and code comments to make sure they provide context for someone unfamiliar with your project/area. Pay special attention to where data comes from and which processes it flows between (and their privilege levels). Feel free to point your security reviewer at design docs, bugs, or other links if you can’t reasonably make a self-contained CL description. (Also see https://cbea.ms/git-commit/).
IPC reviewer(s): ke...@chromium.org
Reviewer source(s):
ke...@chromium.org is from context(googleclient/chrome/chromium_gwsq/ipc/config.gwsq)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
mmenke@: PTAL at services/network and subresource_proxying_url_loader_service.cc. Thanks!
dcheng@: PTAL at blink. Thanks!
apaseltiner@: PTAL at privacy_sandbox_ads_apis_browsertest.cc. Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (PrefetchURLLoaderServiceContext::IsPrefetchRequest(resource_request_in)) {Why remove this check? It looks like this CL doesn't remove PrefetchURLLoaderServiceContext::IsPrefetchRequest(), at least, so I assume it can still return false.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (PrefetchURLLoaderServiceContext::IsPrefetchRequest(resource_request_in)) {Why remove this check? It looks like this CL doesn't remove PrefetchURLLoaderServiceContext::IsPrefetchRequest(), at least, so I assume it can still return false.
We already have an `if (!PrefetchURLLoaderServiceContext::IsPrefetchRequest(resource_request_in))` check that triggers a `ReportBadMessage` and early return above this, so there is no need for an additional check. (i.e., now that `browsing_topics` and `ad_auction_headers` have been removed, prefetch is the only remaining allowed request type.)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
LGTM!
if (PrefetchURLLoaderServiceContext::IsPrefetchRequest(resource_request_in)) {Yao XiaoWhy remove this check? It looks like this CL doesn't remove PrefetchURLLoaderServiceContext::IsPrefetchRequest(), at least, so I assume it can still return false.
We already have an `if (!PrefetchURLLoaderServiceContext::IsPrefetchRequest(resource_request_in))` check that triggers a `ReportBadMessage` and early return above this, so there is no need for an additional check. (i.e., now that `browsing_topics` and `ad_auction_headers` have been removed, prefetch is the only remaining allowed request type.)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
(Removing kenrb@, as dcheng@ has coverage for both the blink and mojom changes.)
dcheng@: PTAL at blink and mojom. Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[Topics] Remove browsing_topics.mojom and ResourceRequest field
The Topics API is being deprecated and was effectively disabled in prior
cleanup work.
This CL continues the removal of dead code by deleting
browsing_topics.mojom and its containing directory. It also removes the
browsing_topics boolean field from network::ResourceRequest and
network::mojom::URLRequest.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |