Skip to content

Commit

Permalink
Roll protocol to r1391447
Browse files Browse the repository at this point in the history
  • Loading branch information
devtools-bot committed Dec 4, 2024
1 parent 33ab53c commit 49fd69e
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 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
Expand Down
2 changes: 1 addition & 1 deletion json/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -5761,7 +5761,7 @@
"checkmark",
"before",
"after",
"select-arrow",
"picker-icon",
"marker",
"backdrop",
"column",
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.1389614",
"version": "0.0.1391447",
"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 @@ -2743,7 +2743,7 @@ domain DOM
checkmark
before
after
select-arrow
picker-icon
marker
backdrop
column
Expand Down
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' | '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.
Expand Down

0 comments on commit 49fd69e

Please sign in to comment.