Skip to content

Commit

Permalink
Roll protocol to r1295939
Browse files Browse the repository at this point in the history
  • Loading branch information
devtools-bot committed May 3, 2024
1 parent b717085 commit 30f9082
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
19 changes: 1 addition & 18 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


## Roll protocol to r1294763 — _2024-05-01T04:26:34.000Z_
###### Diff: [`b80715b...93d657e`](https://github.com/ChromeDevTools/devtools-protocol/compare/b80715b...93d657e)
###### Diff: [`b80715b...b717085`](https://github.com/ChromeDevTools/devtools-protocol/compare/b80715b...b717085)

```diff
@@ browser_protocol.pdl:12355 @@ experimental domain PWA
Expand Down Expand Up @@ -11893,21 +11893,4 @@ index 09c420e..bd277eb 100644

# Set default font sizes.
experimental command setFontSizes
```

## Roll protocol to r957544 — _2022-01-11T14:15:23.000Z_
###### Diff: [`4f0ee26...a1608c5`](https://github.com/ChromeDevTools/devtools-protocol/compare/4f0ee26...a1608c5)

```diff
@@ browser_protocol.pdl:6713 @@ experimental domain Overlay
# True for showing scroll bottleneck rects
boolean show

- # Requests that backend shows hit-test borders on layers
- command setShowHitTestBorders
+ # Deprecated, no longer has any effect.
+ deprecated command setShowHitTestBorders
parameters
# True for showing hit-test borders
boolean show
```
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.1294763",
"version": "0.0.1295939",
"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 scripts/inspector_protocol
Submodule inspector_protocol updated from 99e195 to 2915ac

0 comments on commit 30f9082

Please sign in to comment.