|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1516431 — _2025-09-17T04:30:57.000Z_ |
| 4 | +###### Diff: [`0cac6fd...86d499e`](https://github.com/ChromeDevTools/devtools-protocol/compare/0cac6fd...86d499e) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Network.pdl:211 @@ domain Network |
| 8 | + # True if this resource request is considered to be the 'same site' as the |
| 9 | + # request corresponding to the main frame. |
| 10 | + experimental optional boolean isSameSite |
| 11 | ++ # True when the resource request is ad-related. |
| 12 | ++ experimental optional boolean isAdRelated |
| 13 | + |
| 14 | + # Details of a signed certificate timestamp (SCT). |
| 15 | + type SignedCertificateTimestamp extends object |
| 16 | +diff --git a/pdl/js_protocol.pdl b/pdl/js_protocol.pdl |
| 17 | +index 4a386334..bc86332d 100644 |
| 18 | +--- a/pdl/js_protocol.pdl |
| 19 | ++++ b/pdl/js_protocol.pdl |
| 20 | +@@ -1142,6 +1142,8 @@ domain Runtime |
| 21 | + dataview |
| 22 | + webassemblymemory |
| 23 | + wasmvalue |
| 24 | ++ # blink's subtypes. |
| 25 | ++ trustedtype |
| 26 | + # Object class (constructor) name. Specified for `object` type values only. |
| 27 | + optional string className |
| 28 | + # Remote object value in case of primitive values or JSON values (if it was requested). |
| 29 | +@@ -1203,6 +1205,8 @@ domain Runtime |
| 30 | + dataview |
| 31 | + webassemblymemory |
| 32 | + wasmvalue |
| 33 | ++ # blink's subtypes. |
| 34 | ++ trustedtype |
| 35 | + # String representation of the object. |
| 36 | + optional string description |
| 37 | + # True iff some of the properties or entries of the original object did not fit. |
| 38 | +@@ -1252,6 +1256,8 @@ domain Runtime |
| 39 | + dataview |
| 40 | + webassemblymemory |
| 41 | + wasmvalue |
| 42 | ++ # blink's subtypes. |
| 43 | ++ trustedtype |
| 44 | + |
| 45 | + experimental type EntryPreview extends object |
| 46 | + properties |
| 47 | +``` |
| 48 | + |
3 | 49 | ## Roll protocol to r1515996 — _2025-09-16T13:32:58.000Z_ |
4 | | -###### Diff: [`54189ca...49b0ae5`](https://github.com/ChromeDevTools/devtools-protocol/compare/54189ca...49b0ae5) |
| 50 | +###### Diff: [`54189ca...0cac6fd`](https://github.com/ChromeDevTools/devtools-protocol/compare/54189ca...0cac6fd) |
5 | 51 |
|
6 | 52 | ```diff |
7 | 53 | @@ domains/Network.pdl:622 @@ domain Network |
@@ -41990,25 +42036,4 @@ index d4102f5c..6285d9b6 100644 |
41990 | 42036 |
|
41991 | 42037 | # Issued when all executionContexts were cleared in browser |
41992 | 42038 | event executionContextsCleared |
41993 | | -``` |
41994 | | - |
41995 | | -## Roll protocol to r1089107 — _2023-01-05T04:28:22.000Z_ |
41996 | | -###### Diff: [`253af7d...6eb86f8`](https://github.com/ChromeDevTools/devtools-protocol/compare/253af7d...6eb86f8) |
41997 | | - |
41998 | | -```diff |
41999 | | -@@ browser_protocol.pdl:7218 @@ domain Page |
42000 | | - otp-credentials |
42001 | | - payment |
42002 | | - picture-in-picture |
42003 | | -+ private-aggregation |
42004 | | - publickey-credentials-get |
42005 | | - run-ad-auction |
42006 | | - screen-wake-lock |
42007 | | - serial |
42008 | | - shared-autofill |
42009 | | - shared-storage |
42010 | | -+ shared-storage-select-url |
42011 | | - smart-card |
42012 | | - storage-access |
42013 | | - sync-xhr |
42014 | 42039 | ``` |
0 commit comments