From a49a5879d4c85e0a916ce751d2550e195acb4494 Mon Sep 17 00:00:00 2001 From: DevTools Bot <24444246+devtools-bot@users.noreply.github.com> Date: Sat, 23 Nov 2024 04:29:30 +0000 Subject: [PATCH] Roll protocol to r1387216 --- changelog.md | 18 +++++++++++++++++- json/browser_protocol.json | 3 +-- package.json | 2 +- pdl/browser_protocol.pdl | 3 +-- scripts/inspector_protocol | 2 +- types/protocol.d.ts | 2 +- 6 files changed, 22 insertions(+), 8 deletions(-) diff --git a/changelog.md b/changelog.md index 5e85716f42..99eb758694 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,23 @@ +## Roll protocol to r1387216 — _2024-11-23T04:29:30.000Z_ +###### Diff: [`4183867...296e3d3`](https://github.com/ChromeDevTools/devtools-protocol/compare/4183867...296e3d3) + +```diff +@@ browser_protocol.pdl:2749 @@ domain DOM + first-line-inherited + scroll-marker + scroll-marker-group +- scroll-next-button +- scroll-prev-button ++ scroll-button + scrollbar + scrollbar-thumb + scrollbar-button +``` + ## Roll protocol to r1386619 — _2024-11-22T04:29:55.000Z_ -###### Diff: [`78587ee...8ca1971`](https://github.com/ChromeDevTools/devtools-protocol/compare/78587ee...8ca1971) +###### Diff: [`78587ee...4183867`](https://github.com/ChromeDevTools/devtools-protocol/compare/78587ee...4183867) ```diff @@ browser_protocol.pdl:543 @@ experimental domain Audits diff --git a/json/browser_protocol.json b/json/browser_protocol.json index c52677fde4..c03787a4fc 100644 --- a/json/browser_protocol.json +++ b/json/browser_protocol.json @@ -5767,8 +5767,7 @@ "first-line-inherited", "scroll-marker", "scroll-marker-group", - "scroll-next-button", - "scroll-prev-button", + "scroll-button", "scrollbar", "scrollbar-thumb", "scrollbar-button", diff --git a/package.json b/package.json index 4f25f57eff..4b81410bd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devtools-protocol", - "version": "0.0.1386619", + "version": "0.0.1387216", "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 90471a6848..5022e2749b 100644 --- a/pdl/browser_protocol.pdl +++ b/pdl/browser_protocol.pdl @@ -2749,8 +2749,7 @@ domain DOM first-line-inherited scroll-marker scroll-marker-group - scroll-next-button - scroll-prev-button + scroll-button scrollbar scrollbar-thumb scrollbar-button diff --git a/scripts/inspector_protocol b/scripts/inspector_protocol index 0c3002eeb5..37f51b2bb5 160000 --- a/scripts/inspector_protocol +++ b/scripts/inspector_protocol @@ -1 +1 @@ -Subproject commit 0c3002eeb5fa69ea0efd07b005e4006b7ab7836f +Subproject commit 37f51b2bb5d443182efb6e33b5beaf1ca4562dec diff --git a/types/protocol.d.ts b/types/protocol.d.ts index a76333a143..06e02b383a 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-next-button' | 'scroll-prev-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' | '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'); /** * Shadow root type.