devtools-protocol 0.0.1134390 → 0.0.1135028
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.
@@ -1461,7 +1461,8 @@
|
|
1461
1461
|
"OsTriggerIgnored",
|
1462
1462
|
"InvalidRegisterOsSourceHeader",
|
1463
1463
|
"InvalidRegisterOsTriggerHeader",
|
1464
|
-
"WebAndOsHeaders"
|
1464
|
+
"WebAndOsHeaders",
|
1465
|
+
"NoWebOrOsSupport"
|
1465
1466
|
]
|
1466
1467
|
},
|
1467
1468
|
{
|
@@ -15442,6 +15443,7 @@
|
|
15442
15443
|
"payment",
|
15443
15444
|
"picture-in-picture",
|
15444
15445
|
"private-aggregation",
|
15446
|
+
"private-state-token-redemption",
|
15445
15447
|
"publickey-credentials-get",
|
15446
15448
|
"run-ad-auction",
|
15447
15449
|
"screen-wake-lock",
|
@@ -15452,7 +15454,6 @@
|
|
15452
15454
|
"smart-card",
|
15453
15455
|
"storage-access",
|
15454
15456
|
"sync-xhr",
|
15455
|
-
"trust-token-redemption",
|
15456
15457
|
"unload",
|
15457
15458
|
"usb",
|
15458
15459
|
"vertical-scroll",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -716,6 +716,7 @@ experimental domain Audits
|
|
716
716
|
InvalidRegisterOsSourceHeader
|
717
717
|
InvalidRegisterOsTriggerHeader
|
718
718
|
WebAndOsHeaders
|
719
|
+
NoWebOrOsSupport
|
719
720
|
|
720
721
|
# Details for issues around "Attribution Reporting API" usage.
|
721
722
|
# Explainer: https://github.com/WICG/attribution-reporting-api
|
@@ -7227,6 +7228,7 @@ domain Page
|
|
7227
7228
|
payment
|
7228
7229
|
picture-in-picture
|
7229
7230
|
private-aggregation
|
7231
|
+
private-state-token-redemption
|
7230
7232
|
publickey-credentials-get
|
7231
7233
|
run-ad-auction
|
7232
7234
|
screen-wake-lock
|
@@ -7237,7 +7239,6 @@ domain Page
|
|
7237
7239
|
smart-card
|
7238
7240
|
storage-access
|
7239
7241
|
sync-xhr
|
7240
|
-
trust-token-redemption
|
7241
7242
|
unload
|
7242
7243
|
usb
|
7243
7244
|
vertical-scroll
|
package/types/protocol.d.ts
CHANGED
@@ -3410,7 +3410,7 @@ export namespace Protocol {
|
|
3410
3410
|
clientSecurityState?: Network.ClientSecurityState;
|
3411
3411
|
}
|
3412
3412
|
|
3413
|
-
export type AttributionReportingIssueType = ('PermissionPolicyDisabled' | 'UntrustworthyReportingOrigin' | 'InsecureContext' | 'InvalidHeader' | 'InvalidRegisterTriggerHeader' | 'InvalidEligibleHeader' | 'SourceAndTriggerHeaders' | 'SourceIgnored' | 'TriggerIgnored' | 'OsSourceIgnored' | 'OsTriggerIgnored' | 'InvalidRegisterOsSourceHeader' | 'InvalidRegisterOsTriggerHeader' | 'WebAndOsHeaders');
|
3413
|
+
export type AttributionReportingIssueType = ('PermissionPolicyDisabled' | 'UntrustworthyReportingOrigin' | 'InsecureContext' | 'InvalidHeader' | 'InvalidRegisterTriggerHeader' | 'InvalidEligibleHeader' | 'SourceAndTriggerHeaders' | 'SourceIgnored' | 'TriggerIgnored' | 'OsSourceIgnored' | 'OsTriggerIgnored' | 'InvalidRegisterOsSourceHeader' | 'InvalidRegisterOsTriggerHeader' | 'WebAndOsHeaders' | 'NoWebOrOsSupport');
|
3414
3414
|
|
3415
3415
|
/**
|
3416
3416
|
* Details for issues around "Attribution Reporting API" usage.
|
@@ -12414,7 +12414,7 @@ export namespace Protocol {
|
|
12414
12414
|
* All Permissions Policy features. This enum should match the one defined
|
12415
12415
|
* in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
|
12416
12416
|
*/
|
12417
|
-
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-full' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-reduced' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'compute-pressure' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'local-fonts' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'private-aggregation' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'storage-access' | 'sync-xhr' | '
|
12417
|
+
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-full' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-reduced' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'compute-pressure' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'local-fonts' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'private-aggregation' | 'private-state-token-redemption' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'storage-access' | 'sync-xhr' | 'unload' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-management' | 'window-placement' | 'xr-spatial-tracking');
|
12418
12418
|
|
12419
12419
|
/**
|
12420
12420
|
* Reason for a permissions policy feature to be disabled.
|