0
Files
src/third_party/blink/web_tests/wpt_internal/third-party-script-detection/third-party-script-callback-contributors-ukm-googlefontapi.https.html
Aoyuan Zuo 780b828ae4 [3P Script] Support Regex Pattern Overlapping
* Add support for swapping and remapping technologies to maintain
  consistent enum value in UKM reporting.
* Refactor trace events reporting to achieve automatic transforming from
  technology enum definition to proto definition than manual.
* Add 11 more new technologies to be monitored.

PERFETTO_TESTS=PASSED

Bug: 353964145
Change-Id: Ide544d354100bf46b54f8d498831f4e86bd18a9f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5741767
Reviewed-by: Noam Rosenthal <nrosenthal@chromium.org>
Reviewed-by: Stephen Nusko <nuskos@chromium.org>
Commit-Queue: Aoyuan Zuo <zuoaoyuan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1335612}
2024-07-31 19:12:46 +00:00

10 lines
431 B
HTML

<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src=resources/third-party-script-test-utils.js></script>
<script src="/service-workers/service-worker/resources/test-helpers.sub.js"></script>
<script>
third_party_script_test(
'script-callback',
'https://www.googleapis.com/example/webfont', 1 << 2 /*Technology::kGoogleFontApi*/);
</script>