commit | c583aeee7e73a7dfb08a3b5b30c6c258d752122a | [log] [tgz] |
---|---|---|
author | Dan McArdle <dmcardle@chromium.org> | Tue Aug 27 19:14:20 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 27 19:14:20 2024 |
tree | 6158145404b101ca9daefe582cab86a56eedfcbd | |
parent | 3a4fef86522ecf84fe56d25b6fd4116083424dbb [diff] |
AggregationService: Refactor WPT infrastructure to common dir This CL moves building blocks related to the Aggregation Service out of /wpt_internal/private-aggregation/resources/utils.js and into /wpt_internal/common/aggregation-service.js. This will enable us to replace hardcoded base64 constants in Attribution Reporting WPTs, since they will now have access to CborParser. Bug: 361344236 Change-Id: I5131614facc64960c3ca52f124d5c5dae58886c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5807156 Commit-Queue: Dan McArdle <dmcardle@chromium.org> Reviewed-by: Alex Turner <alexmt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1347536}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.