|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1439209 — _2025-03-28T04:30:28.000Z_ |
| 4 | +###### Diff: [`028dc50...2d4e9bc`](https://github.com/ChromeDevTools/devtools-protocol/compare/028dc50...2d4e9bc) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:823 @@ experimental domain Audits |
| 8 | + ValidationFailedSignatureExpired |
| 9 | + ValidationFailedInvalidLength |
| 10 | + ValidationFailedSignatureMismatch |
| 11 | ++ ValidationFailedIntegrityMismatch |
| 12 | + |
| 13 | + # Details for issues around "Attribution Reporting API" usage. |
| 14 | + # Explainer: https://github.com/WICG/attribution-reporting-api |
| 15 | +@@ -859,6 +860,7 @@ experimental domain Audits |
| 16 | + properties |
| 17 | + SRIMessageSignatureError error |
| 18 | + string signatureBase |
| 19 | ++ array of string integrityAssertions |
| 20 | + AffectedRequest request |
| 21 | + |
| 22 | + type GenericIssueErrorType extends string |
| 23 | +@@ -6640,6 +6642,8 @@ domain Network |
| 24 | + PortMismatch |
| 25 | + # The cookie's source scheme value does not match the request origin's scheme. |
| 26 | + SchemeMismatch |
| 27 | ++ # Unpartitioned cookie access from an anonymous context was blocked. |
| 28 | ++ AnonymousContext |
| 29 | + |
| 30 | + # Types of reasons why a cookie should have been blocked by 3PCD but is exempted for the request. |
| 31 | + experimental type CookieExemptionReason extends string |
| 32 | +@@ -13303,6 +13307,21 @@ experimental domain BluetoothEmulation |
| 33 | + GATTOperationType type |
| 34 | + integer code |
| 35 | + |
| 36 | ++ # Adds a service with |uuid| to the peripheral with |address|. |
| 37 | ++ command addService |
| 38 | ++ parameters |
| 39 | ++ string address |
| 40 | ++ string serviceUuid |
| 41 | ++ returns |
| 42 | ++ # An identifier that uniquely represents this service. |
| 43 | ++ string id |
| 44 | ++ |
| 45 | ++ # Removes the service respresented by |id| from the peripheral with |address|. |
| 46 | ++ command removeService |
| 47 | ++ parameters |
| 48 | ++ string address |
| 49 | ++ string id |
| 50 | ++ |
| 51 | + # Event for when a GATT operation of |type| to the peripheral with |address| |
| 52 | + # happened. |
| 53 | + event gattOperationReceived |
| 54 | +``` |
| 55 | + |
3 | 56 | ## Roll protocol to r1438564 — _2025-03-27T04:30:05.000Z_ |
4 | | -###### Diff: [`432dff0...27b50e6`](https://github.com/ChromeDevTools/devtools-protocol/compare/432dff0...27b50e6) |
| 57 | +###### Diff: [`432dff0...028dc50`](https://github.com/ChromeDevTools/devtools-protocol/compare/432dff0...028dc50) |
5 | 58 |
|
6 | 59 | ```diff |
7 | 60 | @@ browser_protocol.pdl:10554 @@ experimental domain Storage |
|
0 commit comments