0
Files
src/content/services
Abigail Katcoff 673610447f Protected Audience: Eagerly compile only if we're not waiting on JS
We currently always eagerly compile our JS worklet scripts. However, in
the case that our bid/score tasks are ready by the time the JS
downloads, it's better to lazily compile the JS so that we can run
our tasks earlier.

Bug: 385384684
Change-Id: I0931b84244b856f7500271d5670a3df52127228a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6308953
Commit-Queue: Abigail Katcoff <abigailkatcoff@chromium.org>
Reviewed-by: Russ Hamilton <behamilton@google.com>
Cr-Commit-Position: refs/heads/main@{#1426597}
2025-02-28 15:07:16 -08: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.