DescriptionDon't expose UA shadow roots in custom element callbacks
SVG <use> can be used to gain access to a UA ShadowRoot, from there you could
then appendChild an input and querySelector across the boundary, or alter the
internals of the ShadowRoot during the SVG <use> cloning process.
This patch introduces a check in the callback queue that makes us drop all
callbacks for elements in UA shadows.
Committed: https://crrev.com/1c318713def9834c409c0a59c42c86d3a525700e
Cr-Commit-Position: refs/heads/master@{#357033}
Patch Set 1 #Patch Set 2 : Add a working test." #Patch Set 3 : revert doc changes. #
Total comments: 1
Messages
Total messages: 13 (6 generated)
|