0
Files
src/content/services
Florian Jacky b550c350a6 Revert "Enable 5 Protected Audience and Fenced Frame features in Mode A/B"
This reverts commit 7f52df769d.

Reason for revert: suspected culprit for b/381980101 and b/381977849

Bug: 381980101, 381977849

Original change's description:
> Enable 5 Protected Audience and Fenced Frame features in Mode A/B
>
> With the end of the Chrome-facilitated testing period, enable these features
> in Modes A and B to provide a more consistent developer experience and
> decrease the need for feature detection:
>  * PA Real Time Reporting
>  * PA multi-bid support
>  * PA deprecatedReplaceInURN via auction config
>  * PA multiple bidding contexts optimization
>  * FF allow cross-origin subframes to send reportEvent() beacons
>
> This was announced here:
>  https://groups.google.com/a/chromium.org/g/blink-dev/c/WgGGPElrG9o
>
> Change-Id: I7d26fb1ea908837557bf60cc8762245c409d0160
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6049396
> Auto-Submit: Paul Jensen <pauljensen@chromium.org>
> Reviewed-by: Shivani Sharma <shivanisha@chromium.org>
> Reviewed-by: Nasko Oskov <nasko@chromium.org>
> Commit-Queue: Nasko Oskov <nasko@chromium.org>
> Reviewed-by: Maks Orlovich <morlovich@chromium.org>
> Reviewed-by: Kent Tamura <tkent@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1390666}

Change-Id: I4cf77749fb95b8de9cdc412c674f7edb9c481edd
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6062886
Auto-Submit: Florian Jacky <fjacky@chromium.org>
Reviewed-by: Balazs Engedy <engedy@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Owners-Override: Florian Jacky <fjacky@chromium.org>
Commit-Queue: Balazs Engedy <engedy@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1390874}
2024-12-03 09:17:33 +00:00
..

This directory holds services that are: (a) Not considered part of Chrome's foundation (i.e., //services) or they have dependencies which we don't allow in /services (such as content or Blink), and (b) are entirely consumed by content/ (or exposed via a content/public interface).

If in doubt about where your service belongs, contact services-dev@chromium.org.