diff --git a/changelog.md b/changelog.md index ec26989c99..98e0a4e436 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,30 @@ +## Roll protocol to r1420292 — _2025-02-14T04:29:03.000Z_ +###### Diff: [`487cc35...9ee76e4`](https://github.com/ChromeDevTools/devtools-protocol/compare/487cc35...9ee76e4) + +```diff +@@ browser_protocol.pdl:691 @@ experimental domain Audits + kInlineViolation + kEvalViolation + kURLViolation ++ kSRIViolation + kTrustedTypesSinkViolation + kTrustedTypesPolicyViolation + kWasmEvalViolation +@@ -3388,6 +3389,8 @@ domain DOM + # Get the popover target for a given element. In this case, this given + # element can only be an HTMLFormControlElement (,