Skip to content

Commit

Permalink
Roll protocol to r1387216
Browse files Browse the repository at this point in the history
  • Loading branch information
devtools-bot committed Nov 23, 2024
1 parent 4183867 commit a49a587
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
18 changes: 17 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions json/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 1 addition & 2 deletions pdl/browser_protocol.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/inspector_protocol
Submodule inspector_protocol updated from 0c3002 to 37f51b
2 changes: 1 addition & 1 deletion types/protocol.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a49a587

Please sign in to comment.