|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1558402 — _2025-12-13T04:32:36.000Z_ |
| 4 | +###### Diff: [`ab59de7...0d8f2df`](https://github.com/ChromeDevTools/devtools-protocol/compare/ab59de7...0d8f2df) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Browser.pdl:49 @@ domain Browser |
| 8 | + idleDetection |
| 9 | + keyboardLock |
| 10 | + localFonts |
| 11 | ++ localNetwork |
| 12 | + localNetworkAccess |
| 13 | ++ loopbackNetwork |
| 14 | + midi |
| 15 | + midiSysex |
| 16 | + nfc |
| 17 | +diff --git a/pdl/domains/Target.pdl b/pdl/domains/Target.pdl |
| 18 | +index d61ab3ca..8d8ead63 100644 |
| 19 | +--- a/pdl/domains/Target.pdl |
| 20 | ++++ b/pdl/domains/Target.pdl |
| 21 | +@@ -132,6 +132,8 @@ domain Target |
| 22 | + returns |
| 23 | + # An array of browser context ids. |
| 24 | + array of Browser.BrowserContextID browserContextIds |
| 25 | ++ # The id of the default browser context if available. |
| 26 | ++ experimental optional Browser.BrowserContextID defaultBrowserContextId |
| 27 | + |
| 28 | + # Creates a new page. |
| 29 | + command createTarget |
| 30 | +``` |
| 31 | + |
3 | 32 | ## Roll protocol to r1557841 — _2025-12-12T04:33:57.000Z_ |
4 | | -###### Diff: [`6a7ac7d...dc3f099`](https://github.com/ChromeDevTools/devtools-protocol/compare/6a7ac7d...dc3f099) |
| 33 | +###### Diff: [`6a7ac7d...ab59de7`](https://github.com/ChromeDevTools/devtools-protocol/compare/6a7ac7d...ab59de7) |
5 | 34 |
|
6 | 35 | ```diff |
7 | 36 | @@ domains/Audits.pdl:412 @@ experimental domain Audits |
@@ -42077,62 +42106,4 @@ index 0dbdc01d..7a3c772c 100644 |
42077 | 42106 | # Parent stylesheet's origin. |
42078 | 42107 | StyleSheetOrigin origin |
42079 | 42108 | # Associated style declaration. |
42080 | | -``` |
42081 | | - |
42082 | | -## Roll protocol to r1116775 — _2023-03-14T04:28:31.000Z_ |
42083 | | -###### Diff: [`bc17667...4e13b66`](https://github.com/ChromeDevTools/devtools-protocol/compare/bc17667...4e13b66) |
42084 | | - |
42085 | | -```diff |
42086 | | -@@ browser_protocol.pdl:712 @@ experimental domain Audits |
42087 | | - SourceAndTriggerHeaders |
42088 | | - SourceIgnored |
42089 | | - TriggerIgnored |
42090 | | -+ OsSourceIgnored |
42091 | | -+ OsTriggerIgnored |
42092 | | -+ InvalidRegisterOsSourceHeader |
42093 | | -+ InvalidRegisterOsTriggerHeader |
42094 | | -+ WebAndOsHeaders |
42095 | | - |
42096 | | - # Details for issues around "Attribution Reporting API" usage. |
42097 | | - # Explainer: https://github.com/WICG/attribution-reporting-api |
42098 | | -@@ -10900,6 +10905,13 @@ experimental domain Preload |
42099 | | - |
42100 | | - # This domain allows interacting with the FedCM dialog. |
42101 | | - experimental domain FedCm |
42102 | | -+ # Whether this is a sign-up or sign-in action for this account, i.e. |
42103 | | -+ # whether this account has ever been used to sign in to this RP before. |
42104 | | -+ type LoginState extends string |
42105 | | -+ enum |
42106 | | -+ SignIn |
42107 | | -+ SignUp |
42108 | | -+ |
42109 | | - # Corresponds to IdentityRequestAccount |
42110 | | - type Account extends object |
42111 | | - properties |
42112 | | -@@ -10909,10 +10921,25 @@ experimental domain FedCm |
42113 | | - string givenName |
42114 | | - string pictureUrl |
42115 | | - string idpConfigUrl |
42116 | | -+ string idpSigninUrl |
42117 | | -+ LoginState loginState |
42118 | | -+ # These two are only set if the loginState is signUp |
42119 | | -+ optional string termsOfServiceUrl |
42120 | | -+ optional string privacyPolicyUrl |
42121 | | - |
42122 | | - event dialogShown |
42123 | | - parameters |
42124 | | -+ string dialogId |
42125 | | - array of Account accounts |
42126 | | - |
42127 | | - command enable |
42128 | | - command disable |
42129 | | -+ |
42130 | | -+ command selectAccount |
42131 | | -+ parameters |
42132 | | -+ string dialogId |
42133 | | -+ integer accountIndex |
42134 | | -+ |
42135 | | -+ command dismissDialog |
42136 | | -+ parameters |
42137 | | -+ string dialogId |
42138 | 42109 | ``` |
0 commit comments