commit | 58d87d028a924673703aa8b635669099b045d9aa | [log] [tgz] |
---|---|---|
author | Yi Xu <yiyix@chromium.org> | Thu Aug 12 17:03:13 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 12 17:03:13 2021 |
tree | 465ae88143f469ec4733f4b8e009096a7e5867af | |
parent | 43475b560ce5c18078b5e7441c504d79a5109979 [diff] |
[OffscreenCanvas] Add EnforceRange to createImageData and putImageData The spec change is done here: https://github.com/whatwg/html/pull/6263 and canvasRenderingContext2D has updated. Update the OffscreenCanvas to reflect the spec change. Bug: 1068691 Change-Id: Iad944967981fedddd89d795c4d401ef656e14011 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3087599 Reviewed-by: Juanmi Huertas <juanmihd@chromium.org> Commit-Queue: Yi Xu <yiyix@chromium.org> Cr-Commit-Position: refs/heads/master@{#911363}
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.