Skip to content

Commit

Permalink
Roll protocol to r1387316
Browse files Browse the repository at this point in the history
  • Loading branch information
devtools-bot committed Nov 24, 2024
1 parent a49a587 commit 1538d6c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 18 deletions.
30 changes: 16 additions & 14 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@


## Roll protocol to r1387316 — _2024-11-24T04:29:22.000Z_
###### Diff: [`a49a587...41a3616`](https://github.com/ChromeDevTools/devtools-protocol/compare/a49a587...41a3616)

```diff
@@ browser_protocol.pdl:2733 @@ domain DOM
enum
first-line
first-letter
- check
+ checkmark
before
after
select-arrow
```

## Roll protocol to r1387216 — _2024-11-23T04:29:30.000Z_
###### Diff: [`4183867...296e3d3`](https://github.com/ChromeDevTools/devtools-protocol/compare/4183867...296e3d3)
###### Diff: [`4183867...a49a587`](https://github.com/ChromeDevTools/devtools-protocol/compare/4183867...a49a587)

```diff
@@ browser_protocol.pdl:2749 @@ domain DOM
Expand Down Expand Up @@ -12234,17 +12249,4 @@ index 18cf0c7..8e43695 100644

experimental type CrossOriginOpenerPolicyStatus extends object
properties
```

## Roll protocol to r1008748 — _2022-05-30T07:15:13.000Z_
###### Diff: [`bc53a73...a56eb21`](https://github.com/ChromeDevTools/devtools-protocol/compare/bc53a73...a56eb21)

```diff
@@ browser_protocol.pdl:8248 @@ domain Page
ContentMediaDevicesDispatcherHost
ContentWebBluetooth
ContentWebUSB
- ContentMediaSession
ContentMediaSessionService
ContentScreenReader
```
2 changes: 1 addition & 1 deletion json/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -5751,7 +5751,7 @@
"enum": [
"first-line",
"first-letter",
"check",
"checkmark",
"before",
"after",
"select-arrow",
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.1387216",
"version": "0.0.1387316",
"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 @@ -2733,7 +2733,7 @@ domain DOM
enum
first-line
first-letter
check
checkmark
before
after
select-arrow
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' | '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');
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');

/**
* Shadow root type.
Expand Down

0 comments on commit 1538d6c

Please sign in to comment.