commit | ee3f65ac03d1c596d32b883edb00674d55e50fa6 | [log] [tgz] |
---|---|---|
author | Yi Xu <yiyix@chromium.org> | Fri Sep 03 05:38:31 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 03 05:38:31 2021 |
tree | d67f1f81c7276ad45daa52f0da75011ded9b0e1b | |
parent | c62f17df71366a987ad027059497217c839740e6 [diff] |
Fix crash in in canvas-toBlob-jpeg-medium-quality.html Due to different ways a canvas loses its context, it may trigger context restore event more than once. Remove the unnecessary DCHECK. Bug: 1242421 Change-Id: I998721d13f754fdf112b6a1e8bfca7b189e33f61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3132063 Commit-Queue: Yi Xu <yiyix@chromium.org> Reviewed-by: Justin Novosad <junov@chromium.org> Cr-Commit-Position: refs/heads/main@{#917981}
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.