From 59203c63bb777a3bacec32fb8830fba33540e809 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:29 +0200 Subject: Adding upstream version 127.0. Signed-off-by: Daniel Baumann --- dom/webidl/CSSStyleRule.webidl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dom/webidl/CSSStyleRule.webidl') diff --git a/dom/webidl/CSSStyleRule.webidl b/dom/webidl/CSSStyleRule.webidl index 652e456f65..c48e7f79fa 100644 --- a/dom/webidl/CSSStyleRule.webidl +++ b/dom/webidl/CSSStyleRule.webidl @@ -22,6 +22,10 @@ interface CSSStyleRule : CSSGroupingRule { optional [LegacyNullToEmptyString] DOMString pseudo = "", optional boolean includeVisitedStyle = false); [ChromeOnly] sequence getSelectorWarnings(); + // Get elements on the page matching the rule's selectors. This is helpful for DevTools + // so we can avoid computing a desugared selector, which can be very expensive on deeply + // nested rules. + [ChromeOnly] NodeList querySelectorAll(Node root); }; enum SelectorWarningKind { -- cgit v1.2.3