Skip to content

Commit

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


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

```diff
@@ browser_protocol.pdl:2626 @@ domain DOM
marker
backdrop
selection
+ search-text
target-text
spelling-error
grammar-error
```

## Roll protocol to r1299070 — _2024-05-10T04:26:27.000Z_
###### Diff: [`fd7b5be...00e1d68`](https://github.com/ChromeDevTools/devtools-protocol/compare/fd7b5be...00e1d68)
###### Diff: [`fd7b5be...404576f`](https://github.com/ChromeDevTools/devtools-protocol/compare/fd7b5be...404576f)

```diff
@@ browser_protocol.pdl:12127 @@ experimental domain Preload
Expand Down Expand Up @@ -11795,19 +11809,4 @@ index 09c420e..bd277eb 100644
optional GenericIssueDetails genericIssueDetails
optional DeprecationIssueDetails deprecationIssueDetails
optional ClientHintIssueDetails clientHintIssueDetails
```

## Roll protocol to r960912 — _2022-01-19T13:15:30.000Z_
###### Diff: [`3e458bc...53c4a9a`](https://github.com/ChromeDevTools/devtools-protocol/compare/3e458bc...53c4a9a)

```diff
@@ browser_protocol.pdl:6899 @@ domain Page
Header
# Declaration in iframe attribute.
IframeAttribute
+ # Inside fenced frame.
+ InFencedFrameTree

experimental type PermissionsPolicyBlockLocator extends object
properties
```
1 change: 1 addition & 0 deletions json/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -5546,6 +5546,7 @@
"marker",
"backdrop",
"selection",
"search-text",
"target-text",
"spelling-error",
"grammar-error",
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.1299070",
"version": "0.0.1300426",
"description": "The Chrome DevTools Protocol JSON",
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
"author": "The Chromium Authors",
Expand Down
1 change: 1 addition & 0 deletions pdl/browser_protocol.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -2626,6 +2626,7 @@ domain DOM
marker
backdrop
selection
search-text
target-text
spelling-error
grammar-error
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' | '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-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');

/**
* Shadow root type.
Expand Down

0 comments on commit 2ac7f42

Please sign in to comment.