devtools-protocol 0.0.1498010 → 0.0.1498597
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5159,7 +5159,7 @@
|
|
5159
5159
|
"parameters": [
|
5160
5160
|
{
|
5161
5161
|
"name": "values",
|
5162
|
-
"description": "
|
5162
|
+
"description": "Cascade-dependent keywords (revert/revert-layer) do not work.",
|
5163
5163
|
"type": "array",
|
5164
5164
|
"items": {
|
5165
5165
|
"type": "string"
|
@@ -18433,6 +18433,7 @@
|
|
18433
18433
|
"deferred-fetch",
|
18434
18434
|
"deferred-fetch-minimal",
|
18435
18435
|
"device-attributes",
|
18436
|
+
"digital-credentials-create",
|
18436
18437
|
"digital-credentials-get",
|
18437
18438
|
"direct-sockets",
|
18438
18439
|
"direct-sockets-private",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -2496,8 +2496,7 @@ experimental domain CSS
|
|
2496
2496
|
# resolved even then, return the provided value without any changes.
|
2497
2497
|
experimental command resolveValues
|
2498
2498
|
parameters
|
2499
|
-
#
|
2500
|
-
# keywords (revert/revert-layer) do not work.
|
2499
|
+
# Cascade-dependent keywords (revert/revert-layer) do not work.
|
2501
2500
|
array of string values
|
2502
2501
|
# Id of the node in whose context the expression is evaluated
|
2503
2502
|
DOM.NodeId nodeId
|
@@ -8690,6 +8689,7 @@ domain Page
|
|
8690
8689
|
deferred-fetch
|
8691
8690
|
deferred-fetch-minimal
|
8692
8691
|
device-attributes
|
8692
|
+
digital-credentials-create
|
8693
8693
|
digital-credentials-get
|
8694
8694
|
direct-sockets
|
8695
8695
|
direct-sockets-private
|
package/types/protocol.d.ts
CHANGED
@@ -5892,8 +5892,7 @@ export namespace Protocol {
|
|
5892
5892
|
|
5893
5893
|
export interface ResolveValuesRequest {
|
5894
5894
|
/**
|
5895
|
-
*
|
5896
|
-
* keywords (revert/revert-layer) do not work.
|
5895
|
+
* Cascade-dependent keywords (revert/revert-layer) do not work.
|
5897
5896
|
*/
|
5898
5897
|
values: string[];
|
5899
5898
|
/**
|
@@ -14557,7 +14556,7 @@ export namespace Protocol {
|
|
14557
14556
|
* in services/network/public/cpp/permissions_policy/permissions_policy_features.json5.
|
14558
14557
|
* @experimental
|
14559
14558
|
*/
|
14560
|
-
export type PermissionsPolicyFeature = ('accelerometer' | 'all-screens-capture' | 'ambient-light-sensor' | 'aria-notify' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'captured-surface-control' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-prefers-reduced-transparency' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-high-entropy-values' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-form-factors' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'compute-pressure' | 'controlled-frame' | 'cross-origin-isolated' | 'deferred-fetch' | 'deferred-fetch-minimal' | 'device-attributes' | 'digital-credentials-get' | 'direct-sockets' | 'direct-sockets-private' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'fenced-unpartitioned-storage-read' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'language-detector' | 'language-model' | 'local-fonts' | 'local-network-access' | 'magnetometer' | 'media-playback-while-not-visible' | 'microphone' | 'midi' | 'on-device-speech-recognition' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'popins' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | 'record-ad-auction-events' | 'rewriter' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'speaker-selection' | 'storage-access' | 'sub-apps' | 'summarizer' | 'sync-xhr' | 'translator' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-app-installation' | 'web-printing' | 'web-share' | 'window-management' | 'writer' | 'xr-spatial-tracking');
|
14559
|
+
export type PermissionsPolicyFeature = ('accelerometer' | 'all-screens-capture' | 'ambient-light-sensor' | 'aria-notify' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'captured-surface-control' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-prefers-reduced-transparency' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-high-entropy-values' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-form-factors' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'compute-pressure' | 'controlled-frame' | 'cross-origin-isolated' | 'deferred-fetch' | 'deferred-fetch-minimal' | 'device-attributes' | 'digital-credentials-create' | 'digital-credentials-get' | 'direct-sockets' | 'direct-sockets-private' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'fenced-unpartitioned-storage-read' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'language-detector' | 'language-model' | 'local-fonts' | 'local-network-access' | 'magnetometer' | 'media-playback-while-not-visible' | 'microphone' | 'midi' | 'on-device-speech-recognition' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'popins' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | 'record-ad-auction-events' | 'rewriter' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'speaker-selection' | 'storage-access' | 'sub-apps' | 'summarizer' | 'sync-xhr' | 'translator' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-app-installation' | 'web-printing' | 'web-share' | 'window-management' | 'writer' | 'xr-spatial-tracking');
|
14561
14560
|
|
14562
14561
|
/**
|
14563
14562
|
* Reason for a permissions policy feature to be disabled.
|