|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1508733 — _2025-08-30T04:30:36.000Z_ |
| 4 | +###### Diff: [`f87879c...7ceed45`](https://github.com/ChromeDevTools/devtools-protocol/compare/f87879c...7ceed45) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Browser.pdl:103 @@ domain Browser |
| 8 | + closeTabSearch |
| 9 | + openGlic |
| 10 | + |
| 11 | +- # Set permission settings for given origin. |
| 12 | ++ # Set permission settings for given requesting and embedding origins. |
| 13 | + experimental command setPermission |
| 14 | + parameters |
| 15 | + # Descriptor of permission to override. |
| 16 | + PermissionDescriptor permission |
| 17 | + # Setting of the permission. |
| 18 | + PermissionSetting setting |
| 19 | +- # Origin the permission applies to, all origins if not specified. |
| 20 | ++ # Requesting origin the permission applies to, all origins if not specified. |
| 21 | + optional string origin |
| 22 | ++ # Embedding origin the permission applies to. It is ignored unless the requesting origin is |
| 23 | ++ # present and valid. If the requesting origin is provided but the embedding origin isn't, the |
| 24 | ++ # requesting origin is used as the embedding origin. |
| 25 | ++ optional string embeddingOrigin |
| 26 | + # Context to override. When omitted, default browser context is used. |
| 27 | + optional BrowserContextID browserContextId |
| 28 | +``` |
| 29 | + |
3 | 30 | ## Roll protocol to r1507524 — _2025-08-28T04:31:32.000Z_ |
4 | | -###### Diff: [`8952758...039acc0`](https://github.com/ChromeDevTools/devtools-protocol/compare/8952758...039acc0) |
| 31 | +###### Diff: [`8952758...f87879c`](https://github.com/ChromeDevTools/devtools-protocol/compare/8952758...f87879c) |
5 | 32 |
|
6 | 33 | ```diff |
7 | 34 | @@ domains/Network.pdl:1107 @@ domain Network |
@@ -41906,20 +41933,6 @@ index d4102f5c..6285d9b6 100644 |
41906 | 41933 | ActivatedInBackground |
41907 | 41934 | + EmbedderHostDisallowed |
41908 | 41935 |
|
41909 | | - # Fired when a prerender attempt is completed. |
41910 | | - experimental event prerenderAttemptCompleted |
41911 | | -``` |
41912 | | - |
41913 | | -## Roll protocol to r1082281 — _2022-12-13T04:28:57.000Z_ |
41914 | | -###### Diff: [`178dea5...5428889`](https://github.com/ChromeDevTools/devtools-protocol/compare/178dea5...5428889) |
41915 | | - |
41916 | | -```diff |
41917 | | -@@ browser_protocol.pdl:8547 @@ domain Page |
41918 | | - SameSiteCrossOriginRedirectNotOptIn |
41919 | | - SameSiteCrossOriginNavigationNotOptIn |
41920 | | - ActivationNavigationParameterMismatch |
41921 | | -+ ActivatedInBackground |
41922 | | - |
41923 | 41936 | # Fired when a prerender attempt is completed. |
41924 | 41937 | experimental event prerenderAttemptCompleted |
41925 | 41938 | ``` |
0 commit comments