|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1550230 — _2025-11-26T04:32:55.000Z_ |
| 4 | +###### Diff: [`3507fa9...3cd67e0`](https://github.com/ChromeDevTools/devtools-protocol/compare/3507fa9...3cd67e0) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Page.pdl:100 @@ domain Page |
| 8 | + ambient-light-sensor |
| 9 | + aria-notify |
| 10 | + attribution-reporting |
| 11 | ++ autofill |
| 12 | + autoplay |
| 13 | + bluetooth |
| 14 | + browsing-topics |
| 15 | +@@ -165,6 +166,7 @@ domain Page |
| 16 | + local-fonts |
| 17 | + local-network-access |
| 18 | + magnetometer |
| 19 | ++ manual-text |
| 20 | + media-playback-while-not-visible |
| 21 | + microphone |
| 22 | + midi |
| 23 | +@@ -182,7 +184,6 @@ domain Page |
| 24 | + run-ad-auction |
| 25 | + screen-wake-lock |
| 26 | + serial |
| 27 | +- shared-autofill |
| 28 | + shared-storage |
| 29 | + shared-storage-select-url |
| 30 | + smart-card |
| 31 | +``` |
| 32 | + |
3 | 33 | ## Roll protocol to r1548823 — _2025-11-22T04:31:34.000Z_ |
4 | | -###### Diff: [`d9682c8...7783aa9`](https://github.com/ChromeDevTools/devtools-protocol/compare/d9682c8...7783aa9) |
| 34 | +###### Diff: [`d9682c8...3507fa9`](https://github.com/ChromeDevTools/devtools-protocol/compare/d9682c8...3507fa9) |
5 | 35 |
|
6 | 36 | ```diff |
7 | 37 | @@ domains/Page.pdl:1767 @@ domain Page |
@@ -41698,68 +41728,4 @@ index 0dbdc01d..7a3c772c 100644 |
41698 | 41728 | UntrustworthyReportingOrigin |
41699 | 41729 | InsecureContext |
41700 | 41730 | # TODO(apaseltiner): Rename this to InvalidRegisterSourceHeader |
41701 | | -``` |
41702 | | - |
41703 | | -## Roll protocol to r1113774 — _2023-03-07T04:29:03.000Z_ |
41704 | | -###### Diff: [`3ca05ae...e4e18e5`](https://github.com/ChromeDevTools/devtools-protocol/compare/3ca05ae...e4e18e5) |
41705 | | - |
41706 | | -```diff |
41707 | | -@@ browser_protocol.pdl:10742 @@ experimental domain Preload |
41708 | | - # - https://github.com/WICG/nav-speculation/blob/main/triggers.md |
41709 | | - string sourceText |
41710 | | - |
41711 | | -+ # The type of preloading attempted. It corresponds to |
41712 | | -+ # mojom::SpeculationAction (although PrefetchWithSubresources is omitted as it |
41713 | | -+ # isn't being used by clients). |
41714 | | -+ type SpeculationAction extends string |
41715 | | -+ enum |
41716 | | -+ Prefetch |
41717 | | -+ Prerender |
41718 | | -+ |
41719 | | -+ # Corresponds to mojom::SpeculationTargetHint. |
41720 | | -+ # See https://github.com/WICG/nav-speculation/blob/main/triggers.md#window-name-targeting-hints |
41721 | | -+ type SpeculationTargetHint extends string |
41722 | | -+ enum |
41723 | | -+ Blank |
41724 | | -+ Self |
41725 | | -+ |
41726 | | -+ # A key that identifies a preloading attempt. |
41727 | | -+ # |
41728 | | -+ # The url used is the url specified by the trigger (i.e. the initial URL), and |
41729 | | -+ # not the final url that is navigated to. For example, prerendering allows |
41730 | | -+ # same-origin main frame navigations during the attempt, but the attempt is |
41731 | | -+ # still keyed with the initial URL. |
41732 | | -+ type PreloadingAttemptKey extends object |
41733 | | -+ properties |
41734 | | -+ Network.LoaderId loaderId |
41735 | | -+ SpeculationAction action |
41736 | | -+ string url |
41737 | | -+ optional SpeculationTargetHint targetHint |
41738 | | -+ |
41739 | | -+ # Lists sources for a preloading attempt, specifically the ids of rule sets |
41740 | | -+ # that had a speculation rule that triggered the attempt, and the |
41741 | | -+ # BackendNodeIds of <a href> or <area href> elements that triggered the |
41742 | | -+ # attempt (in the case of attempts triggered by a document rule). It is |
41743 | | -+ # possible for mulitple rule sets and links to trigger a single attempt. |
41744 | | -+ type PreloadingAttemptSource extends object |
41745 | | -+ properties |
41746 | | -+ PreloadingAttemptKey key |
41747 | | -+ array of RuleSetId ruleSetIds |
41748 | | -+ array of DOM.BackendNodeId nodeIds |
41749 | | -+ |
41750 | | - command enable |
41751 | | - |
41752 | | - command disable |
41753 | | -@@ -10856,6 +10895,11 @@ experimental domain Preload |
41754 | | - string prerenderingUrl |
41755 | | - PreloadingStatus status |
41756 | | - |
41757 | | -+ # Send a list of sources for all preloading attempts. |
41758 | | -+ event preloadingAttemptSourcesUpdated |
41759 | | -+ parameters |
41760 | | -+ array of PreloadingAttemptSource preloadingAttemptSources |
41761 | | -+ |
41762 | | - # This domain allows interacting with the FedCM dialog. |
41763 | | - experimental domain FedCm |
41764 | | - event dialogShown |
41765 | 41731 | ``` |
0 commit comments