commit | c3ff590c2b019ed09c6bc5e38789a82571b9a1de | [log] [tgz] |
---|---|---|
author | Stephen Chenney <schenney@chromium.org> | Thu Aug 15 20:07:24 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 15 20:07:24 2024 |
tree | 142335e26f487ca4c2154ba67510c84092e82a72 | |
parent | dfc2f90321cf48ee3be91ae5e037840bf2ee4bff [diff] |
Remove CanvasRenderingContext2d method scrollPathIntoView Found while exploring WHATWG canvas issues, there was agreement to remove scrollPathIntoView because it was never shipped on any browser and only exists behind a flag in chromium. I have PRs to remove the tests, the spec and the MDN content. Intent approval in https://groups.google.com/a/chromium.org/g/blink-dev/c/7q_9PrtkWgI/m/er9-8Ed6AQAJ Fixed: 352520734 Change-Id: I09d80c79f1e56d15a7b44fd311afcd3361f75303 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5710712 Reviewed-by: Fernando Serboncini <fserb@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/main@{#1342446}
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.