Skip to content

Commit

Permalink
Roll protocol to r1284279
Browse files Browse the repository at this point in the history
  • Loading branch information
devtools-bot committed Apr 9, 2024
1 parent 85c9096 commit 91c5005
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 20 deletions.
33 changes: 16 additions & 17 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@


## Roll protocol to r1284279 — _2024-04-09T04:26:29.000Z_
###### Diff: [`85c9096...0ae54bf`](https://github.com/ChromeDevTools/devtools-protocol/compare/85c9096...0ae54bf)

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

## Roll protocol to r1282316 — _2024-04-04T04:27:08.000Z_
###### Diff: [`5f4d1e6...0d982b2`](https://github.com/ChromeDevTools/devtools-protocol/compare/5f4d1e6...0d982b2)
###### Diff: [`5f4d1e6...85c9096`](https://github.com/ChromeDevTools/devtools-protocol/compare/5f4d1e6...85c9096)

```diff
@@ browser_protocol.pdl:12123 @@ experimental domain FedCm
Expand Down Expand Up @@ -11623,20 +11638,4 @@ index 09c420e..bd277eb 100644

# A unique id for a DevTools inspector issue. Allows other entities (e.g.
# exceptions, CDP message, console messages, etc.) to reference an issue.
```

## Roll protocol to r948336 — _2021-12-04T17:15:26.000Z_
###### Diff: [`11ea32a...dc1b71a`](https://github.com/ChromeDevTools/devtools-protocol/compare/11ea32a...dc1b71a)

```diff
@@ browser_protocol.pdl:705 @@ experimental domain Audits
AttributionEventSourceTriggerDataTooLarge
InvalidAttributionSourceExpiry
InvalidAttributionSourcePriority
+ InvalidEventSourceTriggerData
+ InvalidTriggerPriority
+ InvalidTriggerDedupKey

# Details for issues around "Attribution Reporting API" usage.
# Explainer: https://github.com/WICG/conversion-measurement-api
```
2 changes: 2 additions & 0 deletions json/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -5464,6 +5464,8 @@
"grammar-error",
"highlight",
"first-line-inherited",
"scroll-marker",
"scroll-markers",
"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.1282316",
"version": "0.0.1284279",
"description": "The Chrome DevTools Protocol JSON",
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
"author": "The Chromium Authors",
Expand Down
2 changes: 2 additions & 0 deletions pdl/browser_protocol.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -2575,6 +2575,8 @@ domain DOM
grammar-error
highlight
first-line-inherited
scroll-marker
scroll-markers
scrollbar
scrollbar-thumb
scrollbar-button
Expand Down
2 changes: 1 addition & 1 deletion scripts/inspector_protocol
Submodule inspector_protocol updated from 916f43 to 64cc23
2 changes: 1 addition & 1 deletion types/protocol.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5916,7 +5916,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' | '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' | '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 91c5005

Please sign in to comment.