commit | 88434d80a2e6ef4ae9850740d04ba138c94c8cb1 | [log] [tgz] |
---|---|---|
author | Kaiido <tristan.fraipont@gmail.com> | Fri Apr 16 14:43:55 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 16 14:43:55 2021 |
tree | c71572a2b8113839a12f294d0aa12228138a26ea | |
parent | 7b3a5962b9ab09dc0ab774a880ecb6031a3ba8a5 [diff] |
createImageBitmap: stop clipping sourceRect to the source's dimensions As per https://github.com/whatwg/html/issues/6306 it has been determined that the clipping of the sourceRect should not happen for createImageBitmap. This CL thus replaces the uses of the IntersectionRect with the source rect determined through the parsed_options.crop_rect. Bug: chromium:1162598 Change-Id: Iadf79699ad786cdaeb7e9b0fbcb94624d2942068 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2661436 Commit-Queue: Juanmi Huertas <juanmihd@chromium.org> Reviewed-by: Juanmi Huertas <juanmihd@chromium.org> Reviewed-by: Justin Novosad <junov@chromium.org> Cr-Commit-Position: refs/heads/master@{#873301}
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.