From 49fd69e9b5f49a2d571eab364f8781235e6e5776 Mon Sep 17 00:00:00 2001 From: DevTools Bot <24444246+devtools-bot@users.noreply.github.com> Date: Wed, 4 Dec 2024 04:30:22 +0000 Subject: [PATCH] Roll protocol to r1391447 --- changelog.md | 17 ++++++++++++++++- json/browser_protocol.json | 2 +- package.json | 2 +- pdl/browser_protocol.pdl | 2 +- types/protocol.d.ts | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 5e735b0b47..793a7f4de8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,22 @@ +## Roll protocol to r1391447 — _2024-12-04T04:30:22.000Z_ +###### Diff: [`33ab53c...1e0a5c0`](https://github.com/ChromeDevTools/devtools-protocol/compare/33ab53c...1e0a5c0) + +```diff +@@ browser_protocol.pdl:2743 @@ domain DOM + checkmark + before + after +- select-arrow ++ picker-icon + marker + backdrop + column +``` + ## Roll protocol to r1389614 — _2024-11-29T04:30:26.000Z_ -###### Diff: [`c2bdeee...1c16241`](https://github.com/ChromeDevTools/devtools-protocol/compare/c2bdeee...1c16241) +###### Diff: [`c2bdeee...33ab53c`](https://github.com/ChromeDevTools/devtools-protocol/compare/c2bdeee...33ab53c) ```diff @@ browser_protocol.pdl:654 @@ experimental domain Audits diff --git a/json/browser_protocol.json b/json/browser_protocol.json index a8ed9e31b2..d40b824c2d 100644 --- a/json/browser_protocol.json +++ b/json/browser_protocol.json @@ -5761,7 +5761,7 @@ "checkmark", "before", "after", - "select-arrow", + "picker-icon", "marker", "backdrop", "column", diff --git a/package.json b/package.json index a0d97f16b2..4650466547 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devtools-protocol", - "version": "0.0.1389614", + "version": "0.0.1391447", "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 0fe44b574b..506a489248 100644 --- a/pdl/browser_protocol.pdl +++ b/pdl/browser_protocol.pdl @@ -2743,7 +2743,7 @@ domain DOM checkmark before after - select-arrow + picker-icon marker backdrop column diff --git a/types/protocol.d.ts b/types/protocol.d.ts index 8595ecfe87..fc70ddc463 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' | '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'); + export type PseudoType = ('first-line' | 'first-letter' | 'checkmark' | 'before' | 'after' | 'picker-icon' | '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.