commit | cca7816cdd44d51a517c5ca10e59ab768bcea048 | [log] [tgz] |
---|---|---|
author | Giovanni Ortuño Urquidi <ortuno@chromium.org> | Fri Sep 09 04:35:50 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 09 04:35:50 2022 |
tree | f83ab9e84960345fdc7f8dbb2345c8beb39a5d9f | |
parent | 531b70759cc8a513b48a418ab62f19a807214b7d [diff] |
system-extensions: Remove unnecessary 'done()' call Tests were based on a dedicated worker examples that according to testharness.js documentation[1] requires a done() call because there is no "load" event. Service worker tests can use the `install` event so they don't need an explicit call to done(). [1] https://web-platform-tests.org/writing-tests/testharness-api.html#web-workers Bug: b:242264794 Change-Id: Ida60a63514b7237653223e398cb5c715b90ae65a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3881316 Reviewed-by: Jiewei Qian <qjw@chromium.org> Commit-Queue: Giovanni Ortuno Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/main@{#1044932}
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.