commit | bf8c97efb3185cfddf5156eac22c7bdadd81bad3 | [log] [tgz] |
---|---|---|
author | Dale Curtis <dalecurtis@chromium.org> | Fri Sep 03 02:17:30 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 03 02:17:30 2021 |
tree | 499220ca3197853163eb0fb82a9933548ef31278 | |
parent | b9b1767cf758bdb70e3cbf794a14f642f5be05d4 [diff] |
[WebCodecs] Prevent deeply nested frames. It's not correct to directly access the wrapped frame since it may itself be wrapping another frame. Prevent nesting, but also switch call sites to not operate directly on |wrapped_frame_| for ease of reasoning. R=sandersd Fixed: 1246173 Change-Id: I1475aa695a1801620eebdcb88a0d421652696261 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3140495 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dan Sanders <sandersd@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by: Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/main@{#917938}
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.