devtools-protocol 0.0.1443047 → 0.0.1445099
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.
@@ -3026,7 +3026,8 @@
|
|
3026
3026
|
"type": "string",
|
3027
3027
|
"enum": [
|
3028
3028
|
"openTabSearch",
|
3029
|
-
"closeTabSearch"
|
3029
|
+
"closeTabSearch",
|
3030
|
+
"openGlic"
|
3030
3031
|
]
|
3031
3032
|
},
|
3032
3033
|
{
|
@@ -13519,7 +13520,8 @@
|
|
13519
13520
|
"network",
|
13520
13521
|
"cache",
|
13521
13522
|
"fetch-event",
|
13522
|
-
"race-network-and-fetch-handler"
|
13523
|
+
"race-network-and-fetch-handler",
|
13524
|
+
"race-network-and-cache"
|
13523
13525
|
]
|
13524
13526
|
},
|
13525
13527
|
{
|
@@ -17900,6 +17902,7 @@
|
|
17900
17902
|
"cross-origin-isolated",
|
17901
17903
|
"deferred-fetch",
|
17902
17904
|
"deferred-fetch-minimal",
|
17905
|
+
"device-attributes",
|
17903
17906
|
"digital-credentials-get",
|
17904
17907
|
"direct-sockets",
|
17905
17908
|
"direct-sockets-private",
|
@@ -24742,7 +24745,7 @@
|
|
24742
24745
|
},
|
24743
24746
|
{
|
24744
24747
|
"name": "setAutoAttach",
|
24745
|
-
"description": "Controls whether to automatically attach to new targets which are considered
|
24748
|
+
"description": "Controls whether to automatically attach to new targets which are considered\nto be directly related to this one (for example, iframes or workers).\nWhen turned on, attaches to all existing related targets as well. When turned off,\nautomatically detaches from all currently attached targets.\nThis also clears all targets added by `autoAttachRelated` from the list of targets to watch\nfor creation of related targets.\nYou might want to call this recursively for auto-attached targets to attach\nto all available targets.",
|
24746
24749
|
"parameters": [
|
24747
24750
|
{
|
24748
24751
|
"name": "autoAttach",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -1537,6 +1537,7 @@ domain Browser
|
|
1537
1537
|
enum
|
1538
1538
|
openTabSearch
|
1539
1539
|
closeTabSearch
|
1540
|
+
openGlic
|
1540
1541
|
|
1541
1542
|
# Set permission settings for given origin.
|
1542
1543
|
experimental command setPermission
|
@@ -6333,6 +6334,7 @@ domain Network
|
|
6333
6334
|
cache
|
6334
6335
|
fetch-event
|
6335
6336
|
race-network-and-fetch-handler
|
6337
|
+
race-network-and-cache
|
6336
6338
|
|
6337
6339
|
experimental type ServiceWorkerRouterInfo extends object
|
6338
6340
|
properties
|
@@ -8453,6 +8455,7 @@ domain Page
|
|
8453
8455
|
cross-origin-isolated
|
8454
8456
|
deferred-fetch
|
8455
8457
|
deferred-fetch-minimal
|
8458
|
+
device-attributes
|
8456
8459
|
digital-credentials-get
|
8457
8460
|
direct-sockets
|
8458
8461
|
direct-sockets-private
|
@@ -11642,11 +11645,14 @@ domain Target
|
|
11642
11645
|
# Deprecated.
|
11643
11646
|
deprecated optional TargetID targetId
|
11644
11647
|
|
11645
|
-
# Controls whether to automatically attach to new targets which are considered
|
11646
|
-
#
|
11648
|
+
# Controls whether to automatically attach to new targets which are considered
|
11649
|
+
# to be directly related to this one (for example, iframes or workers).
|
11650
|
+
# When turned on, attaches to all existing related targets as well. When turned off,
|
11647
11651
|
# automatically detaches from all currently attached targets.
|
11648
11652
|
# This also clears all targets added by `autoAttachRelated` from the list of targets to watch
|
11649
11653
|
# for creation of related targets.
|
11654
|
+
# You might want to call this recursively for auto-attached targets to attach
|
11655
|
+
# to all available targets.
|
11650
11656
|
command setAutoAttach
|
11651
11657
|
parameters
|
11652
11658
|
# Whether to auto-attach to related targets.
|
@@ -4819,11 +4819,14 @@ export namespace ProtocolMapping {
|
|
4819
4819
|
returnType: void;
|
4820
4820
|
};
|
4821
4821
|
/**
|
4822
|
-
* Controls whether to automatically attach to new targets which are considered
|
4823
|
-
*
|
4822
|
+
* Controls whether to automatically attach to new targets which are considered
|
4823
|
+
* to be directly related to this one (for example, iframes or workers).
|
4824
|
+
* When turned on, attaches to all existing related targets as well. When turned off,
|
4824
4825
|
* automatically detaches from all currently attached targets.
|
4825
4826
|
* This also clears all targets added by `autoAttachRelated` from the list of targets to watch
|
4826
4827
|
* for creation of related targets.
|
4828
|
+
* You might want to call this recursively for auto-attached targets to attach
|
4829
|
+
* to all available targets.
|
4827
4830
|
*/
|
4828
4831
|
'Target.setAutoAttach': {
|
4829
4832
|
paramsType: [Protocol.Target.SetAutoAttachRequest];
|
@@ -3902,11 +3902,14 @@ export namespace ProtocolProxyApi {
|
|
3902
3902
|
sendMessageToTarget(params: Protocol.Target.SendMessageToTargetRequest): Promise<void>;
|
3903
3903
|
|
3904
3904
|
/**
|
3905
|
-
* Controls whether to automatically attach to new targets which are considered
|
3906
|
-
*
|
3905
|
+
* Controls whether to automatically attach to new targets which are considered
|
3906
|
+
* to be directly related to this one (for example, iframes or workers).
|
3907
|
+
* When turned on, attaches to all existing related targets as well. When turned off,
|
3907
3908
|
* automatically detaches from all currently attached targets.
|
3908
3909
|
* This also clears all targets added by `autoAttachRelated` from the list of targets to watch
|
3909
3910
|
* for creation of related targets.
|
3911
|
+
* You might want to call this recursively for auto-attached targets to attach
|
3912
|
+
* to all available targets.
|
3910
3913
|
*/
|
3911
3914
|
setAutoAttach(params: Protocol.Target.SetAutoAttachRequest): Promise<void>;
|
3912
3915
|
|
@@ -4218,11 +4218,14 @@ export namespace ProtocolTestsProxyApi {
|
|
4218
4218
|
sendMessageToTarget(params: Protocol.Target.SendMessageToTargetRequest): Promise<{id: number, result: void, sessionId: string}>;
|
4219
4219
|
|
4220
4220
|
/**
|
4221
|
-
* Controls whether to automatically attach to new targets which are considered
|
4222
|
-
*
|
4221
|
+
* Controls whether to automatically attach to new targets which are considered
|
4222
|
+
* to be directly related to this one (for example, iframes or workers).
|
4223
|
+
* When turned on, attaches to all existing related targets as well. When turned off,
|
4223
4224
|
* automatically detaches from all currently attached targets.
|
4224
4225
|
* This also clears all targets added by `autoAttachRelated` from the list of targets to watch
|
4225
4226
|
* for creation of related targets.
|
4227
|
+
* You might want to call this recursively for auto-attached targets to attach
|
4228
|
+
* to all available targets.
|
4226
4229
|
*/
|
4227
4230
|
setAutoAttach(params: Protocol.Target.SetAutoAttachRequest): Promise<{id: number, result: void, sessionId: string}>;
|
4228
4231
|
|
package/types/protocol.d.ts
CHANGED
@@ -4270,7 +4270,7 @@ export namespace Protocol {
|
|
4270
4270
|
/**
|
4271
4271
|
* Browser command ids used by executeBrowserCommand.
|
4272
4272
|
*/
|
4273
|
-
export type BrowserCommandId = ('openTabSearch' | 'closeTabSearch');
|
4273
|
+
export type BrowserCommandId = ('openTabSearch' | 'closeTabSearch' | 'openGlic');
|
4274
4274
|
|
4275
4275
|
/**
|
4276
4276
|
* Chrome histogram bucket.
|
@@ -10966,7 +10966,7 @@ export namespace Protocol {
|
|
10966
10966
|
/**
|
10967
10967
|
* Source of service worker router.
|
10968
10968
|
*/
|
10969
|
-
export type ServiceWorkerRouterSource = ('network' | 'cache' | 'fetch-event' | 'race-network-and-fetch-handler');
|
10969
|
+
export type ServiceWorkerRouterSource = ('network' | 'cache' | 'fetch-event' | 'race-network-and-fetch-handler' | 'race-network-and-cache');
|
10970
10970
|
|
10971
10971
|
export interface ServiceWorkerRouterInfo {
|
10972
10972
|
/**
|
@@ -13844,7 +13844,7 @@ export namespace Protocol {
|
|
13844
13844
|
* All Permissions Policy features. This enum should match the one defined
|
13845
13845
|
* in services/network/public/cpp/permissions_policy/permissions_policy_features.json5.
|
13846
13846
|
*/
|
13847
|
-
export type PermissionsPolicyFeature = ('accelerometer' | 'all-screens-capture' | 'ambient-light-sensor' | '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' | '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' | 'local-fonts' | 'magnetometer' | 'media-playback-while-not-visible' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'popins' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | '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');
|
13847
|
+
export type PermissionsPolicyFeature = ('accelerometer' | 'all-screens-capture' | 'ambient-light-sensor' | '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' | 'local-fonts' | 'magnetometer' | 'media-playback-while-not-visible' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'popins' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | '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');
|
13848
13848
|
|
13849
13849
|
/**
|
13850
13850
|
* Reason for a permissions policy feature to be disabled.
|