commit | ddfb06ad5c6ffee3eefba5b567eea3f4f6d00014 | [log] [tgz] |
---|---|---|
author | Yao Xiao <yaoxia@chromium.org> | Wed May 22 19:19:02 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 22 19:19:02 2024 |
tree | a7b4d35618afb1ff2784ef9c7c6359126978eb4b | |
parent | 65df7071cbf4e677e82b6b454a2a500313561394 [diff] |
[shared storage] Fix some web platform tests Issue: Some WPTs finish too early and does not actually wait for the async operations. We encountered test failures due to a mojom connection CHECK on `CodeCacheHost`, which reveals this underlying problem. This patch fixes those cases. Also, for shared-storage-writable-img-idl-attribute-included-bytes.tentative.https.sub.html, there are some additional problems: - The "+" is a special URL character. Thus, we apply encodeURIComponent on the key/value. - Passing emoji character directly doesn't seem to work. It's being translated to a different/unexpected sequence. In this CL, we replace the emoji with explicit UTF-16 code units created from String.fromCharCode(). Filed a bug (https://crbug.com/341973427) for further investigation. Bug: 341893986 Change-Id: I208e4af410a3a1092a0da88decbe43687fe8b718 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5556543 Reviewed-by: Cammie Smith Barnes <cammie@chromium.org> Commit-Queue: Yao Xiao <yaoxia@chromium.org> Cr-Commit-Position: refs/heads/main@{#1304604}
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.