diff --git a/changelog.md b/changelog.md index 99eb758694..04ab244e69 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,22 @@ +## Roll protocol to r1387316 — _2024-11-24T04:29:22.000Z_ +###### Diff: [`a49a587...41a3616`](https://github.com/ChromeDevTools/devtools-protocol/compare/a49a587...41a3616) + +```diff +@@ browser_protocol.pdl:2733 @@ domain DOM + enum + first-line + first-letter +- check ++ checkmark + before + after + select-arrow +``` + ## Roll protocol to r1387216 — _2024-11-23T04:29:30.000Z_ -###### Diff: [`4183867...296e3d3`](https://github.com/ChromeDevTools/devtools-protocol/compare/4183867...296e3d3) +###### Diff: [`4183867...a49a587`](https://github.com/ChromeDevTools/devtools-protocol/compare/4183867...a49a587) ```diff @@ browser_protocol.pdl:2749 @@ domain DOM @@ -12234,17 +12249,4 @@ index 18cf0c7..8e43695 100644 experimental type CrossOriginOpenerPolicyStatus extends object properties -``` - -## Roll protocol to r1008748 — _2022-05-30T07:15:13.000Z_ -###### Diff: [`bc53a73...a56eb21`](https://github.com/ChromeDevTools/devtools-protocol/compare/bc53a73...a56eb21) - -```diff -@@ browser_protocol.pdl:8248 @@ domain Page - ContentMediaDevicesDispatcherHost - ContentWebBluetooth - ContentWebUSB -- ContentMediaSession - ContentMediaSessionService - ContentScreenReader ``` \ No newline at end of file diff --git a/json/browser_protocol.json b/json/browser_protocol.json index c03787a4fc..63719721c0 100644 --- a/json/browser_protocol.json +++ b/json/browser_protocol.json @@ -5751,7 +5751,7 @@ "enum": [ "first-line", "first-letter", - "check", + "checkmark", "before", "after", "select-arrow", diff --git a/package.json b/package.json index 4b81410bd9..6400c4382d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devtools-protocol", - "version": "0.0.1387216", + "version": "0.0.1387316", "description": "The Chrome DevTools Protocol JSON", "repository": "https://github.com/ChromeDevTools/devtools-protocol", "author": "The Chromium Authors", diff --git a/pdl/browser_protocol.pdl b/pdl/browser_protocol.pdl index 5022e2749b..fe524407fc 100644 --- a/pdl/browser_protocol.pdl +++ b/pdl/browser_protocol.pdl @@ -2733,7 +2733,7 @@ domain DOM enum first-line first-letter - check + checkmark before after select-arrow diff --git a/types/protocol.d.ts b/types/protocol.d.ts index 06e02b383a..950f1e2afa 100644 --- a/types/protocol.d.ts +++ b/types/protocol.d.ts @@ -6082,7 +6082,7 @@ export namespace Protocol { /** * Pseudo element type. */ - export type PseudoType = ('first-line' | 'first-letter' | 'check' | 'before' | 'after' | 'select-arrow' | 'marker' | 'backdrop' | 'column' | 'selection' | 'search-text' | 'target-text' | 'spelling-error' | 'grammar-error' | 'highlight' | 'first-line-inherited' | 'scroll-marker' | 'scroll-marker-group' | 'scroll-button' | 'scrollbar' | 'scrollbar-thumb' | 'scrollbar-button' | 'scrollbar-track' | 'scrollbar-track-piece' | 'scrollbar-corner' | 'resizer' | 'input-list-button' | 'view-transition' | 'view-transition-group' | 'view-transition-image-pair' | 'view-transition-old' | 'view-transition-new' | 'placeholder' | 'file-selector-button' | 'details-content' | 'picker'); + export type PseudoType = ('first-line' | 'first-letter' | 'checkmark' | 'before' | 'after' | 'select-arrow' | 'marker' | 'backdrop' | 'column' | 'selection' | 'search-text' | 'target-text' | 'spelling-error' | 'grammar-error' | 'highlight' | 'first-line-inherited' | 'scroll-marker' | 'scroll-marker-group' | 'scroll-button' | 'scrollbar' | 'scrollbar-thumb' | 'scrollbar-button' | 'scrollbar-track' | 'scrollbar-track-piece' | 'scrollbar-corner' | 'resizer' | 'input-list-button' | 'view-transition' | 'view-transition-group' | 'view-transition-image-pair' | 'view-transition-old' | 'view-transition-new' | 'placeholder' | 'file-selector-button' | 'details-content' | 'picker'); /** * Shadow root type.