commit | 876d676d83ea68a8545fafc17f50269b568d2ca8 | [log] [tgz] |
---|---|---|
author | Keith Cirkel <chromium@keithcirkel.co.uk> | Mon Jan 29 15:53:07 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 29 15:53:07 2024 |
tree | 1e56df0ba609291f7dedb77d73713a05862a351c | |
parent | 71f8b7573578f298dcf767dfccab00b5d18d7f40 [diff] |
Add more Observable tests. This change introduces the idl_test for shorthand testing of properties, and adds some additional tests around the properties in flight: asserting that readonly properties don't change, that flags are set correctly, as well as some edge cases such as how it can be observed that `active` is false before `signal.aborted` is true. These will largely help early implementations in other areas (polyfills, browsers). Bug: 1485981 Change-Id: I08f76b3d1bcf567a8991a19d9623d2e743a6e326 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5211031 Auto-Submit: Keith Cirkel <chromium@keithcirkel.co.uk> Reviewed-by: Dominic Farolino <dom@chromium.org> Reviewed-by: Mason Freed <masonf@chromium.org> Commit-Queue: Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/main@{#1253297}
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.