Skip to content

Commit a49a587

Browse files
committed
Roll protocol to r1387216
1 parent 4183867 commit a49a587

File tree

6 files changed

+22
-8
lines changed

6 files changed

+22
-8
lines changed

changelog.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11

22

3+
## Roll protocol to r1387216 — _2024-11-23T04:29:30.000Z_
4+
###### Diff: [`4183867...296e3d3`](https://github.com/ChromeDevTools/devtools-protocol/compare/4183867...296e3d3)
5+
6+
```diff
7+
@@ browser_protocol.pdl:2749 @@ domain DOM
8+
first-line-inherited
9+
scroll-marker
10+
scroll-marker-group
11+
- scroll-next-button
12+
- scroll-prev-button
13+
+ scroll-button
14+
scrollbar
15+
scrollbar-thumb
16+
scrollbar-button
17+
```
18+
319
## Roll protocol to r1386619 — _2024-11-22T04:29:55.000Z_
4-
###### Diff: [`78587ee...8ca1971`](https://github.com/ChromeDevTools/devtools-protocol/compare/78587ee...8ca1971)
20+
###### Diff: [`78587ee...4183867`](https://github.com/ChromeDevTools/devtools-protocol/compare/78587ee...4183867)
521

622
```diff
723
@@ browser_protocol.pdl:543 @@ experimental domain Audits

json/browser_protocol.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5767,8 +5767,7 @@
57675767
"first-line-inherited",
57685768
"scroll-marker",
57695769
"scroll-marker-group",
5770-
"scroll-next-button",
5771-
"scroll-prev-button",
5770+
"scroll-button",
57725771
"scrollbar",
57735772
"scrollbar-thumb",
57745773
"scrollbar-button",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devtools-protocol",
3-
"version": "0.0.1386619",
3+
"version": "0.0.1387216",
44
"description": "The Chrome DevTools Protocol JSON",
55
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
66
"author": "The Chromium Authors",

pdl/browser_protocol.pdl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2749,8 +2749,7 @@ domain DOM
27492749
first-line-inherited
27502750
scroll-marker
27512751
scroll-marker-group
2752-
scroll-next-button
2753-
scroll-prev-button
2752+
scroll-button
27542753
scrollbar
27552754
scrollbar-thumb
27562755
scrollbar-button

scripts/inspector_protocol

Submodule inspector_protocol updated from 0c3002e to 37f51b2

types/protocol.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6082,7 +6082,7 @@ export namespace Protocol {
60826082
/**
60836083
* Pseudo element type.
60846084
*/
6085-
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');
6085+
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');
60866086

60876087
/**
60886088
* Shadow root type.

0 commit comments

Comments
 (0)