Skip to content

Commit

Permalink
Roll protocol to r1301093
Browse files Browse the repository at this point in the history
  • Loading branch information
devtools-bot committed May 15, 2024
1 parent 2ac7f42 commit e200d9e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
17 changes: 16 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@


## Roll protocol to r1301093 — _2024-05-15T04:27:06.000Z_
###### Diff: [`2ac7f42...e8bd56f`](https://github.com/ChromeDevTools/devtools-protocol/compare/2ac7f42...e8bd56f)

```diff
@@ browser_protocol.pdl:2633 @@ domain DOM
highlight
first-line-inherited
scroll-marker
- scroll-markers
+ scroll-marker-group
scrollbar
scrollbar-thumb
scrollbar-button
```

## Roll protocol to r1300426 — _2024-05-14T04:26:18.000Z_
###### Diff: [`404576f...925fff9`](https://github.com/ChromeDevTools/devtools-protocol/compare/404576f...925fff9)
###### Diff: [`404576f...2ac7f42`](https://github.com/ChromeDevTools/devtools-protocol/compare/404576f...2ac7f42)

```diff
@@ browser_protocol.pdl:2626 @@ domain DOM
Expand Down
2 changes: 1 addition & 1 deletion json/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -5553,7 +5553,7 @@
"highlight",
"first-line-inherited",
"scroll-marker",
"scroll-markers",
"scroll-marker-group",
"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.1300426",
"version": "0.0.1301093",
"description": "The Chrome DevTools Protocol JSON",
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
"author": "The Chromium Authors",
Expand Down
2 changes: 1 addition & 1 deletion pdl/browser_protocol.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -2633,7 +2633,7 @@ domain DOM
highlight
first-line-inherited
scroll-marker
scroll-markers
scroll-marker-group
scrollbar
scrollbar-thumb
scrollbar-button
Expand Down
2 changes: 1 addition & 1 deletion types/protocol.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5956,7 +5956,7 @@ export namespace Protocol {
/**
* Pseudo element type.
*/
export type PseudoType = ('first-line' | 'first-letter' | 'before' | 'after' | 'marker' | 'backdrop' | 'selection' | 'search-text' | 'target-text' | 'spelling-error' | 'grammar-error' | 'highlight' | 'first-line-inherited' | 'scroll-marker' | 'scroll-markers' | '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');
export type PseudoType = ('first-line' | 'first-letter' | 'before' | 'after' | 'marker' | 'backdrop' | 'selection' | 'search-text' | 'target-text' | 'spelling-error' | 'grammar-error' | 'highlight' | 'first-line-inherited' | 'scroll-marker' | 'scroll-marker-group' | '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');

/**
* Shadow root type.
Expand Down

0 comments on commit e200d9e

Please sign in to comment.