commit | 3e1e8e4501780369c3e9024eabbb65931c05e0d6 | [log] [tgz] |
---|---|---|
author | Mason Freed <masonf@chromium.org> | Tue Jan 07 18:33:26 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 07 18:33:26 2025 |
tree | cff4a91813e55ad3a88d5f8b009a699c894ce9df | |
parent | 837ba3db72d79dbd082e6913e65ba5c29fbc0b12 [diff] |
Remove TrustedScript from ChildNodePart::replaceChildren() See the discussion here: https://groups.google.com/a/chromium.org/g/blink-dev/c/wIADRnljZDA/m/whzEaaAADAAJ This removes TrustedScript as a parameter type for types, which isn't pretty. But since this is a prototype implementation, this is likely ok for now. Hopefully the TrustedScript gets removed from the Node methods also, and this code can be removed. ChildNodePart: :replaceChildren(). This requires converting between union Change-Id: I10bc16f7e4eab01d63e1b1d82e09bbe8b6457bdd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6150068 Auto-Submit: Mason Freed <masonf@chromium.org> Commit-Queue: Mason Freed <masonf@chromium.org> Reviewed-by: Frédéric Wang <fwang@igalia.com> Cr-Commit-Position: refs/heads/main@{#1403097}
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.