|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1595872 — _2026-03-07T04:48:07.000Z_ |
| 4 | +###### Diff: [`374f160...05d7571`](https://github.com/ChromeDevTools/devtools-protocol/compare/374f160...05d7571) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Audits.pdl:258 @@ experimental domain Audits |
| 8 | + boolean isWarning |
| 9 | + SharedArrayBufferIssueType type |
| 10 | + |
| 11 | +- type LowTextContrastIssueDetails extends object |
| 12 | +- properties |
| 13 | +- DOM.BackendNodeId violatingNodeId |
| 14 | +- string violatingNodeSelector |
| 15 | +- number contrastRatio |
| 16 | +- number thresholdAA |
| 17 | +- number thresholdAAA |
| 18 | +- string fontSize |
| 19 | +- string fontWeight |
| 20 | +- |
| 21 | + # Details for a CORS related issue, e.g. a warning or error related to |
| 22 | + # CORS RFC1918 enforcement. |
| 23 | + type CorsIssueDetails extends object |
| 24 | +@@ -744,7 +734,6 @@ experimental domain Audits |
| 25 | + HeavyAdIssue |
| 26 | + ContentSecurityPolicyIssue |
| 27 | + SharedArrayBufferIssue |
| 28 | +- LowTextContrastIssue |
| 29 | + CorsIssue |
| 30 | + AttributionReportingIssue |
| 31 | + QuirksModeIssue |
| 32 | +@@ -781,7 +770,6 @@ experimental domain Audits |
| 33 | + optional HeavyAdIssueDetails heavyAdIssueDetails |
| 34 | + optional ContentSecurityPolicyIssueDetails contentSecurityPolicyIssueDetails |
| 35 | + optional SharedArrayBufferIssueDetails sharedArrayBufferIssueDetails |
| 36 | +- optional LowTextContrastIssueDetails lowTextContrastIssueDetails |
| 37 | + optional CorsIssueDetails corsIssueDetails |
| 38 | + optional AttributionReportingIssueDetails attributionReportingIssueDetails |
| 39 | + optional QuirksModeIssueDetails quirksModeIssueDetails |
| 40 | +@@ -849,13 +837,6 @@ experimental domain Audits |
| 41 | + # `issueAdded` event. |
| 42 | + command enable |
| 43 | + |
| 44 | +- # Runs the contrast check for the target page. Found issues are reported |
| 45 | +- # using Audits.issueAdded event. |
| 46 | +- command checkContrast |
| 47 | +- parameters |
| 48 | +- # Whether to report WCAG AAA level issues. Default is false. |
| 49 | +- optional boolean reportAAA |
| 50 | +- |
| 51 | + # Runs the form issues check for the target page. Found issues are reported |
| 52 | + # using Audits.issueAdded event. |
| 53 | + command checkFormsIssues |
| 54 | +diff --git a/pdl/domains/Page.pdl b/pdl/domains/Page.pdl |
| 55 | +index 59b5e038..76d6ed49 100644 |
| 56 | +--- a/pdl/domains/Page.pdl |
| 57 | ++++ b/pdl/domains/Page.pdl |
| 58 | +@@ -1537,6 +1537,7 @@ domain Page |
| 59 | + BackForwardCacheDisabledForPrerender |
| 60 | + UserAgentOverrideDiffers |
| 61 | + ForegroundCacheLimit |
| 62 | ++ ForwardCacheDisabled |
| 63 | + BrowsingInstanceNotSwapped |
| 64 | + BackForwardCacheDisabledForDelegate |
| 65 | + UnloadHandlerExistsInMainFrame |
| 66 | +``` |
| 67 | + |
3 | 68 | ## Roll protocol to r1594462 — _2026-03-05T04:56:16.000Z_ |
4 | | -###### Diff: [`b888df9...832b3b1`](https://github.com/ChromeDevTools/devtools-protocol/compare/b888df9...832b3b1) |
| 69 | +###### Diff: [`b888df9...374f160`](https://github.com/ChromeDevTools/devtools-protocol/compare/b888df9...374f160) |
5 | 70 |
|
6 | 71 | ```diff |
7 | 72 | @@ domains/Audits.pdl:438 @@ experimental domain Audits |
@@ -42294,31 +42359,4 @@ index 0dbdc01d..7a3c772c 100644 |
42294 | 42359 |
|
42295 | 42360 | # Fired when a prerender attempt is updated. |
42296 | 42361 | event prerenderStatusUpdated |
42297 | | -``` |
42298 | | - |
42299 | | -## Roll protocol to r1141857 — _2023-05-10T04:26:34.000Z_ |
42300 | | -###### Diff: [`1e3d3e0...53a0f38`](https://github.com/ChromeDevTools/devtools-protocol/compare/1e3d3e0...53a0f38) |
42301 | | - |
42302 | | -```diff |
42303 | | -@@ browser_protocol.pdl:11068 @@ experimental domain FedCm |
42304 | | - SignIn |
42305 | | - SignUp |
42306 | | - |
42307 | | -+ # Whether the dialog shown is an account chooser or an auto re-authentication dialog. |
42308 | | -+ type DialogType extends string |
42309 | | -+ enum |
42310 | | -+ AccountChooser |
42311 | | -+ AutoReauthn |
42312 | | -+ |
42313 | | - # Corresponds to IdentityRequestAccount |
42314 | | - type Account extends object |
42315 | | - properties |
42316 | | -@@ -11086,6 +11092,7 @@ experimental domain FedCm |
42317 | | - event dialogShown |
42318 | | - parameters |
42319 | | - string dialogId |
42320 | | -+ DialogType dialogType |
42321 | | - array of Account accounts |
42322 | | - # These exist primarily so that the caller can verify the |
42323 | | - # RP context was used appropriately. |
42324 | 42362 | ``` |
0 commit comments