|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1604597 — _2026-03-25T05:02:28.000Z_ |
| 4 | +###### Diff: [`94a770f...405b454`](https://github.com/ChromeDevTools/devtools-protocol/compare/94a770f...405b454) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:18 @@ include domains/Browser.pdl |
| 8 | + include domains/CSS.pdl |
| 9 | + include domains/CacheStorage.pdl |
| 10 | + include domains/Cast.pdl |
| 11 | ++include domains/CrashReportContext.pdl |
| 12 | + include domains/DOM.pdl |
| 13 | + include domains/DOMDebugger.pdl |
| 14 | + include domains/DOMSnapshot.pdl |
| 15 | +diff --git a/pdl/domains/CrashReportContext.pdl b/pdl/domains/CrashReportContext.pdl |
| 16 | +new file mode 100644 |
| 17 | +index 00000000..27b3702f |
| 18 | +--- /dev/null |
| 19 | ++++ b/pdl/domains/CrashReportContext.pdl |
| 20 | +@@ -0,0 +1,20 @@ |
| 21 | ++# Copyright 2026 The Chromium Authors |
| 22 | ++# Use of this source code is governed by a BSD-style license that can be |
| 23 | ++# found in the LICENSE file. |
| 24 | ++ |
| 25 | ++# This domain exposes the current state of the CrashReportContext API. |
| 26 | ++experimental domain CrashReportContext |
| 27 | ++ depends on Page |
| 28 | ++ |
| 29 | ++ # Key-value pair in CrashReportContext. |
| 30 | ++ type CrashReportContextEntry extends object |
| 31 | ++ properties |
| 32 | ++ string key |
| 33 | ++ string value |
| 34 | ++ # The ID of the frame where the key-value pair was set. |
| 35 | ++ Page.FrameId frameId |
| 36 | ++ |
| 37 | ++ # Returns all entries in the CrashReportContext across all frames in the page. |
| 38 | ++ command getEntries |
| 39 | ++ returns |
| 40 | ++ array of CrashReportContextEntry entries |
| 41 | +``` |
| 42 | + |
3 | 43 | ## Roll protocol to r1603894 — _2026-03-24T05:02:01.000Z_ |
4 | | -###### Diff: [`169ca38...b44d11f`](https://github.com/ChromeDevTools/devtools-protocol/compare/169ca38...b44d11f) |
| 44 | +###### Diff: [`169ca38...94a770f`](https://github.com/ChromeDevTools/devtools-protocol/compare/169ca38...94a770f) |
5 | 45 |
|
6 | 46 | ```diff |
7 | 47 | @@ domains/WebMCP.pdl:11 @@ experimental domain WebMCP |
@@ -42757,26 +42797,4 @@ index 7a3c772c..ed622630 100644 |
42757 | 42797 | optional integer quality |
42758 | 42798 | # Optimize image encoding for speed, not for resulting size (defaults to false) |
42759 | 42799 | optional boolean optimizeForSpeed |
42760 | | -``` |
42761 | | - |
42762 | | -## Roll protocol to r1151065 — _2023-05-31T04:26:30.000Z_ |
42763 | | -###### Diff: [`44ad3c8...11fd654`](https://github.com/ChromeDevTools/devtools-protocol/compare/44ad3c8...11fd654) |
42764 | | - |
42765 | | -```diff |
42766 | | -@@ browser_protocol.pdl:818 @@ experimental domain Audits |
42767 | | - Canceled |
42768 | | - RpPageNotVisible |
42769 | | - SilentMediationFailure |
42770 | | -+ ThirdPartyCookiesBlocked |
42771 | | - |
42772 | | - # This issue tracks client hints related issues. It's used to deprecate old |
42773 | | - # features, encourage the use of new ones, and provide general guidance. |
42774 | | -@@ -8462,6 +8463,7 @@ domain Page |
42775 | | - ActivationNavigationsDisallowedForBug1234857 |
42776 | | - ErrorDocument |
42777 | | - FencedFramesEmbedder |
42778 | | -+ CookieDisabled |
42779 | | - #Blocklisted features |
42780 | | - WebSocket |
42781 | | - WebTransport |
42782 | 42800 | ``` |
0 commit comments