File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22
3+ ## Roll protocol to r1467305 — _2025-05-30T04:31:28.000Z_
4+ ###### Diff: [`8aaa683...47ad7ee`](https://github.com/ChromeDevTools/devtools-protocol/compare/8aaa683...47ad7ee)
5+
6+ ```diff
7+ @@ browser_protocol.pdl:3006 @@ domain DOM
8+ view-transition
9+ view-transition-group
10+ view-transition-image-pair
11+ + view-transition-group-children
12+ view-transition-old
13+ view-transition-new
14+ placeholder
15+ ```
16+
317## Roll protocol to r1466870 — _2025-05-29T04:34:46.000Z_
4- ###### Diff: [`dc7b911...381574b `](https://github.com/ChromeDevTools/devtools-protocol/compare/dc7b911...381574b )
18+ ###### Diff: [`dc7b911...8aaa683 `](https://github.com/ChromeDevTools/devtools-protocol/compare/dc7b911...8aaa683 )
519
620```diff
721@@ browser_protocol.pdl:10838 @@ experimental domain Storage
@@ -13948,18 +13962,4 @@ index 8d8211b..2d56043 100644
1394813962
1394913963 # This issue tracks client hints related issues. It's used to deprecate old
1395013964 # features, encourage the use of new ones, and provide general guidance.
13951- ```
13952-
13953- ## Roll protocol to r1039585 — _2022-08-26T04:57:38.000Z_
13954- ###### Diff: [`c6dfb99...4561609`](https://github.com/ChromeDevTools/devtools-protocol/compare/c6dfb99...4561609)
13955-
13956- ```diff
13957- @@ browser_protocol.pdl:8464 @@ domain Page
13958- # recorded when it fails to get the memory usage.
13959- FailToGetMemoryUsage
13960- DataSaverEnabled
13961- + HasEffectiveUrl
13962-
13963- # Fired when a prerender attempt is completed.
13964- experimental event prerenderAttemptCompleted
1396513965```
Original file line number Diff line number Diff line change 62906290 "view-transition",
62916291 "view-transition-group",
62926292 "view-transition-image-pair",
6293+ "view-transition-group-children",
62936294 "view-transition-old",
62946295 "view-transition-new",
62956296 "placeholder",
Original file line number Diff line number Diff line change 11{
22 "name" : " devtools-protocol" ,
3- "version" : " 0.0.1466870 " ,
3+ "version" : " 0.0.1467305 " ,
44 "description" : " The Chrome DevTools Protocol JSON" ,
55 "repository" : " https://github.com/ChromeDevTools/devtools-protocol" ,
66 "author" : " The Chromium Authors" ,
Original file line number Diff line number Diff line change @@ -3006,6 +3006,7 @@ domain DOM
30063006 view-transition
30073007 view-transition-group
30083008 view-transition-image-pair
3009+ view-transition-group-children
30093010 view-transition-old
30103011 view-transition-new
30113012 placeholder
Original file line number Diff line number Diff line change @@ -6382,7 +6382,7 @@ export namespace Protocol {
63826382 /**
63836383 * Pseudo element type.
63846384 */
6385- 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' | 'permission-icon');
6385+ 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-group-children' | 'view-transition- old' | 'view-transition-new' | 'placeholder' | 'file-selector-button' | 'details-content' | 'picker' | 'permission-icon');
63866386
63876387 /**
63886388 * Shadow root type.
You can’t perform that action at this time.
0 commit comments