commit | 0c2ce4f5058a3a9e6ce3ff10819f80d014b10c6c | [log] [tgz] |
---|---|---|
author | Scott Haseley <shaseley@chromium.org> | Tue Jun 08 20:38:54 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 08 20:38:54 2021 |
tree | 705912b17b44c50b0c1ed6cc75cbd691eb0d9950 | |
parent | b3611dd3cf744ef3c1a62758ed8185ed51d8fc09 [diff] |
[scheduling APIs] Update postTask idl files to match spec A couple of changes were made to the idl while drafting the spec (https://wicg.github.io/scheduling-apis/): 1. Use [EnforceRange] for the delay option to prevent negative values 2. Dictionary members should not be nullable (undefined suffices) This CL implements these changes. Bug: 979017 Change-Id: Id4950732354a42c4ce3df5afabf5ccbb5192e9a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2946068 Reviewed-by: Nate Chapin <japhet@chromium.org> Commit-Queue: Scott Haseley <shaseley@chromium.org> Cr-Commit-Position: refs/heads/master@{#890427}
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.