
* 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}
11 lines
476 B
HTML
11 lines
476 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-execution',
|
|
'https://elementor.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js',
|
|
1 << 14 /*Technology::kElementor*/);
|
|
</script> |