commit | a169d68df1facae824e51a228fadf7e1257c92ea | [log] [tgz] |
---|---|---|
author | Mason Freed <masonf@chromium.org> | Fri Jan 26 19:00:54 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 26 19:00:54 2024 |
tree | 078414e605396ac8d979462b0df42c27a0770b75 | |
parent | 1e70103350989f12229eef73d75b6062f12c95b7 [diff] |
Add serializable support for declarative shadow dom This adds the ability to use the `serializable` attribute on the `<template shadowrootmode>` element, and have the resulting shadow root have its `serializable` attribute set. It also makes serializable shadow roots serialize to a template with a `serializable` attribute. Fixed: 1517959 Change-Id: I64afebc285f355acb0a3a8a401c364188cd2ede4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5239221 Commit-Queue: David Baron <dbaron@chromium.org> Reviewed-by: David Baron <dbaron@chromium.org> Commit-Queue: Mason Freed <masonf@chromium.org> Auto-Submit: Mason Freed <masonf@chromium.org> Cr-Commit-Position: refs/heads/main@{#1252777}
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.