|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1635485 — _2026-05-24T05:45:30.000Z_ |
| 4 | +###### Diff: [`e47d08c...22bd900`](https://github.com/ChromeDevTools/devtools-protocol/compare/e47d08c...22bd900) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Emulation.pdl:436 @@ domain Emulation |
| 8 | + PressureSource source |
| 9 | + optional PressureMetadata metadata |
| 10 | + |
| 11 | +- # TODO: OBSOLETE: To remove when setPressureDataOverride is merged. |
| 12 | + # Provides a given pressure state that will be processed and eventually be |
| 13 | + # delivered to PressureObserver users. |source| must have been previously |
| 14 | + # overridden by setPressureSourceOverrideEnabled. |
| 15 | +@@ -445,15 +444,6 @@ domain Emulation |
| 16 | + PressureSource source |
| 17 | + PressureState state |
| 18 | + |
| 19 | +- # Provides a given pressure data set that will be processed and eventually be |
| 20 | +- # delivered to PressureObserver users. |source| must have been previously |
| 21 | +- # overridden by setPressureSourceOverrideEnabled. |
| 22 | +- experimental command setPressureDataOverride |
| 23 | +- parameters |
| 24 | +- PressureSource source |
| 25 | +- PressureState state |
| 26 | +- optional number ownContributionEstimate |
| 27 | +- |
| 28 | + # Overrides the Idle state. |
| 29 | + command setIdleOverride |
| 30 | + parameters |
| 31 | +``` |
| 32 | + |
3 | 33 | ## Roll protocol to r1634055 — _2026-05-21T05:48:46.000Z_ |
4 | | -###### Diff: [`357026f...c2ea733`](https://github.com/ChromeDevTools/devtools-protocol/compare/357026f...c2ea733) |
| 34 | +###### Diff: [`357026f...e47d08c`](https://github.com/ChromeDevTools/devtools-protocol/compare/357026f...e47d08c) |
5 | 35 |
|
6 | 36 | ```diff |
7 | 37 | @@ domains/Target.pdl:36 @@ domain Target |
@@ -42829,97 +42859,4 @@ index 4754f17c..8dad9c98 100644 |
42829 | 42859 |
|
42830 | 42860 | type CookieOperation extends string |
42831 | 42861 | enum |
42832 | | -``` |
42833 | | - |
42834 | | -## Roll protocol to r1173320 — _2023-07-21T04:26:31.000Z_ |
42835 | | -###### Diff: [`68de33a...57ca382`](https://github.com/ChromeDevTools/devtools-protocol/compare/68de33a...57ca382) |
42836 | | - |
42837 | | -```diff |
42838 | | -@@ browser_protocol.pdl:72 @@ experimental domain Accessibility |
42839 | | - optional AXValue attributeValue |
42840 | | - # Whether this source is superseded by a higher priority source. |
42841 | | - optional boolean superseded |
42842 | | -- # The native markup source for this value, e.g. a <label> element. |
42843 | | -+ # The native markup source for this value, e.g. a `<label>` element. |
42844 | | - optional AXValueNativeSourceType nativeSource |
42845 | | - # The value, such as a node or node list, of the native source. |
42846 | | - optional AXValue nativeSourceValue |
42847 | | -@@ -1503,7 +1503,7 @@ experimental domain CSS |
42848 | | - boolean isInline |
42849 | | - # Whether this stylesheet is mutable. Inline stylesheets become mutable |
42850 | | - # after they have been modified via CSSOM API. |
42851 | | -- # <link> element's stylesheets become mutable only if DevTools modifies them. |
42852 | | -+ # `<link>` element's stylesheets become mutable only if DevTools modifies them. |
42853 | | - # Constructed stylesheets (new CSSStyleSheet()) are mutable immediately after creation. |
42854 | | - boolean isMutable |
42855 | | - # True if this stylesheet is created through new CSSStyleSheet() or imported as a |
42856 | | -@@ -2326,8 +2326,8 @@ experimental domain Cast |
42857 | | - # the JavaScript object wrapper, etc. It is important that client receives DOM events only for the |
42858 | | - # nodes that are known to the client. Backend keeps track of the nodes that were sent to the client |
42859 | | - # and never sends the same node twice. It is client's responsibility to collect information about |
42860 | | --# the nodes that were sent to the client.<p>Note that `iframe` owner elements will return |
42861 | | --# corresponding document elements as their child nodes.</p> |
42862 | | -+# the nodes that were sent to the client. Note that `iframe` owner elements will return |
42863 | | -+# corresponding document elements as their child nodes. |
42864 | | - domain DOM |
42865 | | - depends on Runtime |
42866 | | - |
42867 | | -@@ -4107,8 +4107,8 @@ experimental domain HeadlessExperimental |
42868 | | - # Input/Output operations for streams produced by DevTools. |
42869 | | - domain IO |
42870 | | - |
42871 | | -- # This is either obtained from another method or specified as `blob:<uuid>` where |
42872 | | -- # `<uuid>` is an UUID of a Blob. |
42873 | | -+ # This is either obtained from another method or specified as `blob:<uuid>` where |
42874 | | -+ # `<uuid>` is an UUID of a Blob. |
42875 | | - type StreamHandle extends string |
42876 | | - |
42877 | | - # Close the stream, discard any temporary backing storage. |
42878 | | -@@ -5880,7 +5880,7 @@ domain Network |
42879 | | - Headers responseHeaders |
42880 | | - # Signed exchange response signature. |
42881 | | - array of SignedExchangeSignature signatures |
42882 | | -- # Signed exchange header integrity hash in the form of "sha256-<base64-hash-value>". |
42883 | | -+ # Signed exchange header integrity hash in the form of `sha256-<base64-hash-value>`. |
42884 | | - string headerIntegrity |
42885 | | - |
42886 | | - # Field type for a signed exchange related error. |
42887 | | -@@ -8359,7 +8359,7 @@ domain Page |
42888 | | - enum mode |
42889 | | - selectSingle |
42890 | | - selectMultiple |
42891 | | -- # Input node id. Only present for file choosers opened via an <input type="file"> element. |
42892 | | -+ # Input node id. Only present for file choosers opened via an `<input type="file">` element. |
42893 | | - experimental optional DOM.BackendNodeId backendNodeId |
42894 | | - |
42895 | | - # Fired when frame has been attached to its parent. |
42896 | | -@@ -11096,7 +11096,7 @@ experimental domain Preload |
42897 | | - # Identifies a document which the rule set is associated with. |
42898 | | - Network.LoaderId loaderId |
42899 | | - # Source text of JSON representing the rule set. If it comes from |
42900 | | -- # <script> tag, it is the textContent of the node. Note that it is |
42901 | | -+ # `<script>` tag, it is the textContent of the node. Note that it is |
42902 | | - # a JSON for valid case. |
42903 | | - # |
42904 | | - # See also: |
42905 | | -@@ -11104,9 +11104,9 @@ experimental domain Preload |
42906 | | - # - https://github.com/WICG/nav-speculation/blob/main/triggers.md |
42907 | | - string sourceText |
42908 | | - # A speculation rule set is either added through an inline |
42909 | | -- # <script> tag or through an external resource via the |
42910 | | -+ # `<script>` tag or through an external resource via the |
42911 | | - # 'Speculation-Rules' HTTP header. For the first case, we include |
42912 | | -- # the BackendNodeId of the relevant <script> tag. For the second |
42913 | | -+ # the BackendNodeId of the relevant `<script>` tag. For the second |
42914 | | - # case, we include the external URL where the rule set was loaded |
42915 | | - # from, and also RequestId if Network domain is enabled. |
42916 | | - # |
42917 | | -@@ -11210,7 +11210,6 @@ experimental domain Preload |
42918 | | - AudioOutputDeviceRequested |
42919 | | - MixedContent |
42920 | | - TriggerBackgrounded |
42921 | | -- EmbedderTriggeredAndCrossOriginRedirected |
42922 | | - MemoryLimitExceeded |
42923 | | - # Prerenders can be cancelled when Chrome uses excessive memory. This is |
42924 | | - # recorded when it fails to get the memory usage. |
42925 | 42862 | ``` |
0 commit comments