devtools-protocol 0.0.1604597 → 0.0.1612613

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.
@@ -17096,6 +17096,12 @@
17096
17096
  "description": "WebRTC packetReordering feature.",
17097
17097
  "optional": true,
17098
17098
  "type": "boolean"
17099
+ },
17100
+ {
17101
+ "name": "offline",
17102
+ "description": "True to emulate internet disconnection.",
17103
+ "optional": true,
17104
+ "type": "boolean"
17099
17105
  }
17100
17106
  ]
17101
17107
  },
@@ -18268,7 +18274,15 @@
18268
18274
  "parameters": [
18269
18275
  {
18270
18276
  "name": "offline",
18271
- "description": "True to emulate internet disconnection.",
18277
+ "description": "True to emulate internet disconnection. Deprecated, use the offline property in matchedNetworkConditions\nor emulateOfflineServiceWorker instead.",
18278
+ "deprecated": true,
18279
+ "optional": true,
18280
+ "type": "boolean"
18281
+ },
18282
+ {
18283
+ "name": "emulateOfflineServiceWorker",
18284
+ "description": "True to emulate offline service worker.",
18285
+ "optional": true,
18272
18286
  "type": "boolean"
18273
18287
  },
18274
18288
  {
@@ -18927,16 +18941,6 @@
18927
18941
  "name": "enableThirdPartyCookieRestriction",
18928
18942
  "description": "Whether 3pc restriction is enabled.",
18929
18943
  "type": "boolean"
18930
- },
18931
- {
18932
- "name": "disableThirdPartyCookieMetadata",
18933
- "description": "Whether 3pc grace period exception should be enabled; false by default.",
18934
- "type": "boolean"
18935
- },
18936
- {
18937
- "name": "disableThirdPartyCookieHeuristics",
18938
- "description": "Whether 3pc heuristics exceptions should be enabled; false by default.",
18939
- "type": "boolean"
18940
18944
  }
18941
18945
  ]
18942
18946
  }
@@ -21641,7 +21645,6 @@
21641
21645
  "encrypted-media",
21642
21646
  "execution-while-out-of-viewport",
21643
21647
  "execution-while-not-rendered",
21644
- "fenced-unpartitioned-storage-read",
21645
21648
  "focus-without-user-activation",
21646
21649
  "fullscreen",
21647
21650
  "frobulate",
@@ -25360,6 +25363,11 @@
25360
25363
  "name": "url",
25361
25364
  "type": "string"
25362
25365
  },
25366
+ {
25367
+ "name": "formSubmission",
25368
+ "optional": true,
25369
+ "type": "boolean"
25370
+ },
25363
25371
  {
25364
25372
  "name": "targetHint",
25365
25373
  "optional": true,
@@ -25475,7 +25483,8 @@
25475
25483
  "V8OptimizerDisabled",
25476
25484
  "PrerenderFailedDuringPrefetch",
25477
25485
  "BrowsingDataRemoved",
25478
- "PrerenderHostReused"
25486
+ "PrerenderHostReused",
25487
+ "FormSubmitWhenPrerendering"
25479
25488
  ]
25480
25489
  },
25481
25490
  {
@@ -27472,844 +27481,221 @@
27472
27481
  ]
27473
27482
  },
27474
27483
  {
27475
- "id": "AttributionReportingSourceType",
27476
- "experimental": true,
27477
- "type": "string",
27478
- "enum": [
27479
- "navigation",
27480
- "event"
27481
- ]
27482
- },
27483
- {
27484
- "id": "UnsignedInt64AsBase10",
27485
- "experimental": true,
27486
- "type": "string"
27487
- },
27488
- {
27489
- "id": "UnsignedInt128AsBase16",
27490
- "experimental": true,
27491
- "type": "string"
27492
- },
27493
- {
27494
- "id": "SignedInt64AsBase10",
27495
- "experimental": true,
27496
- "type": "string"
27497
- },
27498
- {
27499
- "id": "AttributionReportingFilterDataEntry",
27484
+ "id": "RelatedWebsiteSet",
27485
+ "description": "A single Related Website Set object.",
27500
27486
  "experimental": true,
27501
27487
  "type": "object",
27502
27488
  "properties": [
27503
27489
  {
27504
- "name": "key",
27505
- "type": "string"
27490
+ "name": "primarySites",
27491
+ "description": "The primary site of this set, along with the ccTLDs if there is any.",
27492
+ "type": "array",
27493
+ "items": {
27494
+ "type": "string"
27495
+ }
27506
27496
  },
27507
27497
  {
27508
- "name": "values",
27498
+ "name": "associatedSites",
27499
+ "description": "The associated sites of this set, along with the ccTLDs if there is any.",
27500
+ "type": "array",
27501
+ "items": {
27502
+ "type": "string"
27503
+ }
27504
+ },
27505
+ {
27506
+ "name": "serviceSites",
27507
+ "description": "The service sites of this set, along with the ccTLDs if there is any.",
27509
27508
  "type": "array",
27510
27509
  "items": {
27511
27510
  "type": "string"
27512
27511
  }
27513
27512
  }
27514
27513
  ]
27514
+ }
27515
+ ],
27516
+ "commands": [
27517
+ {
27518
+ "name": "getStorageKeyForFrame",
27519
+ "description": "Returns a storage key given a frame id.\nDeprecated. Please use Storage.getStorageKey instead.",
27520
+ "deprecated": true,
27521
+ "parameters": [
27522
+ {
27523
+ "name": "frameId",
27524
+ "$ref": "Page.FrameId"
27525
+ }
27526
+ ],
27527
+ "returns": [
27528
+ {
27529
+ "name": "storageKey",
27530
+ "$ref": "SerializedStorageKey"
27531
+ }
27532
+ ]
27515
27533
  },
27516
27534
  {
27517
- "id": "AttributionReportingFilterConfig",
27535
+ "name": "getStorageKey",
27536
+ "description": "Returns storage key for the given frame. If no frame ID is provided,\nthe storage key of the target executing this command is returned.",
27518
27537
  "experimental": true,
27519
- "type": "object",
27520
- "properties": [
27521
- {
27522
- "name": "filterValues",
27523
- "type": "array",
27524
- "items": {
27525
- "$ref": "AttributionReportingFilterDataEntry"
27526
- }
27527
- },
27538
+ "parameters": [
27528
27539
  {
27529
- "name": "lookbackWindow",
27530
- "description": "duration in seconds",
27540
+ "name": "frameId",
27531
27541
  "optional": true,
27532
- "type": "integer"
27542
+ "$ref": "Page.FrameId"
27543
+ }
27544
+ ],
27545
+ "returns": [
27546
+ {
27547
+ "name": "storageKey",
27548
+ "$ref": "SerializedStorageKey"
27533
27549
  }
27534
27550
  ]
27535
27551
  },
27536
27552
  {
27537
- "id": "AttributionReportingFilterPair",
27538
- "experimental": true,
27539
- "type": "object",
27540
- "properties": [
27553
+ "name": "clearDataForOrigin",
27554
+ "description": "Clears storage for origin.",
27555
+ "parameters": [
27541
27556
  {
27542
- "name": "filters",
27543
- "type": "array",
27544
- "items": {
27545
- "$ref": "AttributionReportingFilterConfig"
27546
- }
27557
+ "name": "origin",
27558
+ "description": "Security origin.",
27559
+ "type": "string"
27547
27560
  },
27548
27561
  {
27549
- "name": "notFilters",
27550
- "type": "array",
27551
- "items": {
27552
- "$ref": "AttributionReportingFilterConfig"
27553
- }
27562
+ "name": "storageTypes",
27563
+ "description": "Comma separated list of StorageType to clear.",
27564
+ "type": "string"
27554
27565
  }
27555
27566
  ]
27556
27567
  },
27557
27568
  {
27558
- "id": "AttributionReportingAggregationKeysEntry",
27559
- "experimental": true,
27560
- "type": "object",
27561
- "properties": [
27569
+ "name": "clearDataForStorageKey",
27570
+ "description": "Clears storage for storage key.",
27571
+ "parameters": [
27562
27572
  {
27563
- "name": "key",
27573
+ "name": "storageKey",
27574
+ "description": "Storage key.",
27564
27575
  "type": "string"
27565
27576
  },
27566
27577
  {
27567
- "name": "value",
27568
- "$ref": "UnsignedInt128AsBase16"
27578
+ "name": "storageTypes",
27579
+ "description": "Comma separated list of StorageType to clear.",
27580
+ "type": "string"
27569
27581
  }
27570
27582
  ]
27571
27583
  },
27572
27584
  {
27573
- "id": "AttributionReportingEventReportWindows",
27574
- "experimental": true,
27575
- "type": "object",
27576
- "properties": [
27585
+ "name": "getCookies",
27586
+ "description": "Returns all browser cookies.",
27587
+ "parameters": [
27577
27588
  {
27578
- "name": "start",
27579
- "description": "duration in seconds",
27580
- "type": "integer"
27581
- },
27589
+ "name": "browserContextId",
27590
+ "description": "Browser context to use when called on the browser endpoint.",
27591
+ "optional": true,
27592
+ "$ref": "Browser.BrowserContextID"
27593
+ }
27594
+ ],
27595
+ "returns": [
27582
27596
  {
27583
- "name": "ends",
27584
- "description": "duration in seconds",
27597
+ "name": "cookies",
27598
+ "description": "Array of cookie objects.",
27585
27599
  "type": "array",
27586
27600
  "items": {
27587
- "type": "integer"
27601
+ "$ref": "Network.Cookie"
27588
27602
  }
27589
27603
  }
27590
27604
  ]
27591
27605
  },
27592
27606
  {
27593
- "id": "AttributionReportingTriggerDataMatching",
27594
- "experimental": true,
27595
- "type": "string",
27596
- "enum": [
27597
- "exact",
27598
- "modulus"
27599
- ]
27600
- },
27601
- {
27602
- "id": "AttributionReportingAggregatableDebugReportingData",
27603
- "experimental": true,
27604
- "type": "object",
27605
- "properties": [
27606
- {
27607
- "name": "keyPiece",
27608
- "$ref": "UnsignedInt128AsBase16"
27609
- },
27610
- {
27611
- "name": "value",
27612
- "description": "number instead of integer because not all uint32 can be represented by\nint",
27613
- "type": "number"
27614
- },
27607
+ "name": "setCookies",
27608
+ "description": "Sets given cookies.",
27609
+ "parameters": [
27615
27610
  {
27616
- "name": "types",
27611
+ "name": "cookies",
27612
+ "description": "Cookies to be set.",
27617
27613
  "type": "array",
27618
27614
  "items": {
27619
- "type": "string"
27615
+ "$ref": "Network.CookieParam"
27620
27616
  }
27617
+ },
27618
+ {
27619
+ "name": "browserContextId",
27620
+ "description": "Browser context to use when called on the browser endpoint.",
27621
+ "optional": true,
27622
+ "$ref": "Browser.BrowserContextID"
27621
27623
  }
27622
27624
  ]
27623
27625
  },
27624
27626
  {
27625
- "id": "AttributionReportingAggregatableDebugReportingConfig",
27626
- "experimental": true,
27627
- "type": "object",
27628
- "properties": [
27627
+ "name": "clearCookies",
27628
+ "description": "Clears cookies.",
27629
+ "parameters": [
27629
27630
  {
27630
- "name": "budget",
27631
- "description": "number instead of integer because not all uint32 can be represented by\nint, only present for source registrations",
27631
+ "name": "browserContextId",
27632
+ "description": "Browser context to use when called on the browser endpoint.",
27632
27633
  "optional": true,
27634
+ "$ref": "Browser.BrowserContextID"
27635
+ }
27636
+ ]
27637
+ },
27638
+ {
27639
+ "name": "getUsageAndQuota",
27640
+ "description": "Returns usage and quota in bytes.",
27641
+ "parameters": [
27642
+ {
27643
+ "name": "origin",
27644
+ "description": "Security origin.",
27645
+ "type": "string"
27646
+ }
27647
+ ],
27648
+ "returns": [
27649
+ {
27650
+ "name": "usage",
27651
+ "description": "Storage usage (bytes).",
27652
+ "type": "number"
27653
+ },
27654
+ {
27655
+ "name": "quota",
27656
+ "description": "Storage quota (bytes).",
27633
27657
  "type": "number"
27634
27658
  },
27635
27659
  {
27636
- "name": "keyPiece",
27637
- "$ref": "UnsignedInt128AsBase16"
27660
+ "name": "overrideActive",
27661
+ "description": "Whether or not the origin has an active storage quota override",
27662
+ "type": "boolean"
27638
27663
  },
27639
27664
  {
27640
- "name": "debugData",
27665
+ "name": "usageBreakdown",
27666
+ "description": "Storage usage per type (bytes).",
27641
27667
  "type": "array",
27642
27668
  "items": {
27643
- "$ref": "AttributionReportingAggregatableDebugReportingData"
27669
+ "$ref": "UsageForType"
27644
27670
  }
27645
- },
27646
- {
27647
- "name": "aggregationCoordinatorOrigin",
27648
- "optional": true,
27649
- "type": "string"
27650
27671
  }
27651
27672
  ]
27652
27673
  },
27653
27674
  {
27654
- "id": "AttributionScopesData",
27675
+ "name": "overrideQuotaForOrigin",
27676
+ "description": "Override quota for the specified origin",
27655
27677
  "experimental": true,
27656
- "type": "object",
27657
- "properties": [
27658
- {
27659
- "name": "values",
27660
- "type": "array",
27661
- "items": {
27662
- "type": "string"
27663
- }
27664
- },
27678
+ "parameters": [
27665
27679
  {
27666
- "name": "limit",
27667
- "description": "number instead of integer because not all uint32 can be represented by\nint",
27668
- "type": "number"
27680
+ "name": "origin",
27681
+ "description": "Security origin.",
27682
+ "type": "string"
27669
27683
  },
27670
27684
  {
27671
- "name": "maxEventStates",
27685
+ "name": "quotaSize",
27686
+ "description": "The quota size (in bytes) to override the original quota with.\nIf this is called multiple times, the overridden quota will be equal to\nthe quotaSize provided in the final call. If this is called without\nspecifying a quotaSize, the quota will be reset to the default value for\nthe specified origin. If this is called multiple times with different\norigins, the override will be maintained for each origin until it is\ndisabled (called without a quotaSize).",
27687
+ "optional": true,
27672
27688
  "type": "number"
27673
27689
  }
27674
27690
  ]
27675
27691
  },
27676
27692
  {
27677
- "id": "AttributionReportingNamedBudgetDef",
27678
- "experimental": true,
27679
- "type": "object",
27680
- "properties": [
27693
+ "name": "trackCacheStorageForOrigin",
27694
+ "description": "Registers origin to be notified when an update occurs to its cache storage list.",
27695
+ "parameters": [
27681
27696
  {
27682
- "name": "name",
27683
- "type": "string"
27684
- },
27685
- {
27686
- "name": "budget",
27687
- "type": "integer"
27688
- }
27689
- ]
27690
- },
27691
- {
27692
- "id": "AttributionReportingSourceRegistration",
27693
- "experimental": true,
27694
- "type": "object",
27695
- "properties": [
27696
- {
27697
- "name": "time",
27698
- "$ref": "Network.TimeSinceEpoch"
27699
- },
27700
- {
27701
- "name": "expiry",
27702
- "description": "duration in seconds",
27703
- "type": "integer"
27704
- },
27705
- {
27706
- "name": "triggerData",
27707
- "description": "number instead of integer because not all uint32 can be represented by\nint",
27708
- "type": "array",
27709
- "items": {
27710
- "type": "number"
27711
- }
27712
- },
27713
- {
27714
- "name": "eventReportWindows",
27715
- "$ref": "AttributionReportingEventReportWindows"
27716
- },
27717
- {
27718
- "name": "aggregatableReportWindow",
27719
- "description": "duration in seconds",
27720
- "type": "integer"
27721
- },
27722
- {
27723
- "name": "type",
27724
- "$ref": "AttributionReportingSourceType"
27725
- },
27726
- {
27727
- "name": "sourceOrigin",
27728
- "type": "string"
27729
- },
27730
- {
27731
- "name": "reportingOrigin",
27732
- "type": "string"
27733
- },
27734
- {
27735
- "name": "destinationSites",
27736
- "type": "array",
27737
- "items": {
27738
- "type": "string"
27739
- }
27740
- },
27741
- {
27742
- "name": "eventId",
27743
- "$ref": "UnsignedInt64AsBase10"
27744
- },
27745
- {
27746
- "name": "priority",
27747
- "$ref": "SignedInt64AsBase10"
27748
- },
27749
- {
27750
- "name": "filterData",
27751
- "type": "array",
27752
- "items": {
27753
- "$ref": "AttributionReportingFilterDataEntry"
27754
- }
27755
- },
27756
- {
27757
- "name": "aggregationKeys",
27758
- "type": "array",
27759
- "items": {
27760
- "$ref": "AttributionReportingAggregationKeysEntry"
27761
- }
27762
- },
27763
- {
27764
- "name": "debugKey",
27765
- "optional": true,
27766
- "$ref": "UnsignedInt64AsBase10"
27767
- },
27768
- {
27769
- "name": "triggerDataMatching",
27770
- "$ref": "AttributionReportingTriggerDataMatching"
27771
- },
27772
- {
27773
- "name": "destinationLimitPriority",
27774
- "$ref": "SignedInt64AsBase10"
27775
- },
27776
- {
27777
- "name": "aggregatableDebugReportingConfig",
27778
- "$ref": "AttributionReportingAggregatableDebugReportingConfig"
27779
- },
27780
- {
27781
- "name": "scopesData",
27782
- "optional": true,
27783
- "$ref": "AttributionScopesData"
27784
- },
27785
- {
27786
- "name": "maxEventLevelReports",
27787
- "type": "integer"
27788
- },
27789
- {
27790
- "name": "namedBudgets",
27791
- "type": "array",
27792
- "items": {
27793
- "$ref": "AttributionReportingNamedBudgetDef"
27794
- }
27795
- },
27796
- {
27797
- "name": "debugReporting",
27798
- "type": "boolean"
27799
- },
27800
- {
27801
- "name": "eventLevelEpsilon",
27802
- "type": "number"
27803
- }
27804
- ]
27805
- },
27806
- {
27807
- "id": "AttributionReportingSourceRegistrationResult",
27808
- "experimental": true,
27809
- "type": "string",
27810
- "enum": [
27811
- "success",
27812
- "internalError",
27813
- "insufficientSourceCapacity",
27814
- "insufficientUniqueDestinationCapacity",
27815
- "excessiveReportingOrigins",
27816
- "prohibitedByBrowserPolicy",
27817
- "successNoised",
27818
- "destinationReportingLimitReached",
27819
- "destinationGlobalLimitReached",
27820
- "destinationBothLimitsReached",
27821
- "reportingOriginsPerSiteLimitReached",
27822
- "exceedsMaxChannelCapacity",
27823
- "exceedsMaxScopesChannelCapacity",
27824
- "exceedsMaxTriggerStateCardinality",
27825
- "exceedsMaxEventStatesLimit",
27826
- "destinationPerDayReportingLimitReached"
27827
- ]
27828
- },
27829
- {
27830
- "id": "AttributionReportingSourceRegistrationTimeConfig",
27831
- "experimental": true,
27832
- "type": "string",
27833
- "enum": [
27834
- "include",
27835
- "exclude"
27836
- ]
27837
- },
27838
- {
27839
- "id": "AttributionReportingAggregatableValueDictEntry",
27840
- "experimental": true,
27841
- "type": "object",
27842
- "properties": [
27843
- {
27844
- "name": "key",
27845
- "type": "string"
27846
- },
27847
- {
27848
- "name": "value",
27849
- "description": "number instead of integer because not all uint32 can be represented by\nint",
27850
- "type": "number"
27851
- },
27852
- {
27853
- "name": "filteringId",
27854
- "$ref": "UnsignedInt64AsBase10"
27855
- }
27856
- ]
27857
- },
27858
- {
27859
- "id": "AttributionReportingAggregatableValueEntry",
27860
- "experimental": true,
27861
- "type": "object",
27862
- "properties": [
27863
- {
27864
- "name": "values",
27865
- "type": "array",
27866
- "items": {
27867
- "$ref": "AttributionReportingAggregatableValueDictEntry"
27868
- }
27869
- },
27870
- {
27871
- "name": "filters",
27872
- "$ref": "AttributionReportingFilterPair"
27873
- }
27874
- ]
27875
- },
27876
- {
27877
- "id": "AttributionReportingEventTriggerData",
27878
- "experimental": true,
27879
- "type": "object",
27880
- "properties": [
27881
- {
27882
- "name": "data",
27883
- "$ref": "UnsignedInt64AsBase10"
27884
- },
27885
- {
27886
- "name": "priority",
27887
- "$ref": "SignedInt64AsBase10"
27888
- },
27889
- {
27890
- "name": "dedupKey",
27891
- "optional": true,
27892
- "$ref": "UnsignedInt64AsBase10"
27893
- },
27894
- {
27895
- "name": "filters",
27896
- "$ref": "AttributionReportingFilterPair"
27897
- }
27898
- ]
27899
- },
27900
- {
27901
- "id": "AttributionReportingAggregatableTriggerData",
27902
- "experimental": true,
27903
- "type": "object",
27904
- "properties": [
27905
- {
27906
- "name": "keyPiece",
27907
- "$ref": "UnsignedInt128AsBase16"
27908
- },
27909
- {
27910
- "name": "sourceKeys",
27911
- "type": "array",
27912
- "items": {
27913
- "type": "string"
27914
- }
27915
- },
27916
- {
27917
- "name": "filters",
27918
- "$ref": "AttributionReportingFilterPair"
27919
- }
27920
- ]
27921
- },
27922
- {
27923
- "id": "AttributionReportingAggregatableDedupKey",
27924
- "experimental": true,
27925
- "type": "object",
27926
- "properties": [
27927
- {
27928
- "name": "dedupKey",
27929
- "optional": true,
27930
- "$ref": "UnsignedInt64AsBase10"
27931
- },
27932
- {
27933
- "name": "filters",
27934
- "$ref": "AttributionReportingFilterPair"
27935
- }
27936
- ]
27937
- },
27938
- {
27939
- "id": "AttributionReportingNamedBudgetCandidate",
27940
- "experimental": true,
27941
- "type": "object",
27942
- "properties": [
27943
- {
27944
- "name": "name",
27945
- "optional": true,
27946
- "type": "string"
27947
- },
27948
- {
27949
- "name": "filters",
27950
- "$ref": "AttributionReportingFilterPair"
27951
- }
27952
- ]
27953
- },
27954
- {
27955
- "id": "AttributionReportingTriggerRegistration",
27956
- "experimental": true,
27957
- "type": "object",
27958
- "properties": [
27959
- {
27960
- "name": "filters",
27961
- "$ref": "AttributionReportingFilterPair"
27962
- },
27963
- {
27964
- "name": "debugKey",
27965
- "optional": true,
27966
- "$ref": "UnsignedInt64AsBase10"
27967
- },
27968
- {
27969
- "name": "aggregatableDedupKeys",
27970
- "type": "array",
27971
- "items": {
27972
- "$ref": "AttributionReportingAggregatableDedupKey"
27973
- }
27974
- },
27975
- {
27976
- "name": "eventTriggerData",
27977
- "type": "array",
27978
- "items": {
27979
- "$ref": "AttributionReportingEventTriggerData"
27980
- }
27981
- },
27982
- {
27983
- "name": "aggregatableTriggerData",
27984
- "type": "array",
27985
- "items": {
27986
- "$ref": "AttributionReportingAggregatableTriggerData"
27987
- }
27988
- },
27989
- {
27990
- "name": "aggregatableValues",
27991
- "type": "array",
27992
- "items": {
27993
- "$ref": "AttributionReportingAggregatableValueEntry"
27994
- }
27995
- },
27996
- {
27997
- "name": "aggregatableFilteringIdMaxBytes",
27998
- "type": "integer"
27999
- },
28000
- {
28001
- "name": "debugReporting",
28002
- "type": "boolean"
28003
- },
28004
- {
28005
- "name": "aggregationCoordinatorOrigin",
28006
- "optional": true,
28007
- "type": "string"
28008
- },
28009
- {
28010
- "name": "sourceRegistrationTimeConfig",
28011
- "$ref": "AttributionReportingSourceRegistrationTimeConfig"
28012
- },
28013
- {
28014
- "name": "triggerContextId",
28015
- "optional": true,
28016
- "type": "string"
28017
- },
28018
- {
28019
- "name": "aggregatableDebugReportingConfig",
28020
- "$ref": "AttributionReportingAggregatableDebugReportingConfig"
28021
- },
28022
- {
28023
- "name": "scopes",
28024
- "type": "array",
28025
- "items": {
28026
- "type": "string"
28027
- }
28028
- },
28029
- {
28030
- "name": "namedBudgets",
28031
- "type": "array",
28032
- "items": {
28033
- "$ref": "AttributionReportingNamedBudgetCandidate"
28034
- }
28035
- }
28036
- ]
28037
- },
28038
- {
28039
- "id": "AttributionReportingEventLevelResult",
28040
- "experimental": true,
28041
- "type": "string",
28042
- "enum": [
28043
- "success",
28044
- "successDroppedLowerPriority",
28045
- "internalError",
28046
- "noCapacityForAttributionDestination",
28047
- "noMatchingSources",
28048
- "deduplicated",
28049
- "excessiveAttributions",
28050
- "priorityTooLow",
28051
- "neverAttributedSource",
28052
- "excessiveReportingOrigins",
28053
- "noMatchingSourceFilterData",
28054
- "prohibitedByBrowserPolicy",
28055
- "noMatchingConfigurations",
28056
- "excessiveReports",
28057
- "falselyAttributedSource",
28058
- "reportWindowPassed",
28059
- "notRegistered",
28060
- "reportWindowNotStarted",
28061
- "noMatchingTriggerData"
28062
- ]
28063
- },
28064
- {
28065
- "id": "AttributionReportingAggregatableResult",
28066
- "experimental": true,
28067
- "type": "string",
28068
- "enum": [
28069
- "success",
28070
- "internalError",
28071
- "noCapacityForAttributionDestination",
28072
- "noMatchingSources",
28073
- "excessiveAttributions",
28074
- "excessiveReportingOrigins",
28075
- "noHistograms",
28076
- "insufficientBudget",
28077
- "insufficientNamedBudget",
28078
- "noMatchingSourceFilterData",
28079
- "notRegistered",
28080
- "prohibitedByBrowserPolicy",
28081
- "deduplicated",
28082
- "reportWindowPassed",
28083
- "excessiveReports"
28084
- ]
28085
- },
28086
- {
28087
- "id": "AttributionReportingReportResult",
28088
- "experimental": true,
28089
- "type": "string",
28090
- "enum": [
28091
- "sent",
28092
- "prohibited",
28093
- "failedToAssemble",
28094
- "expired"
28095
- ]
28096
- },
28097
- {
28098
- "id": "RelatedWebsiteSet",
28099
- "description": "A single Related Website Set object.",
28100
- "experimental": true,
28101
- "type": "object",
28102
- "properties": [
28103
- {
28104
- "name": "primarySites",
28105
- "description": "The primary site of this set, along with the ccTLDs if there is any.",
28106
- "type": "array",
28107
- "items": {
28108
- "type": "string"
28109
- }
28110
- },
28111
- {
28112
- "name": "associatedSites",
28113
- "description": "The associated sites of this set, along with the ccTLDs if there is any.",
28114
- "type": "array",
28115
- "items": {
28116
- "type": "string"
28117
- }
28118
- },
28119
- {
28120
- "name": "serviceSites",
28121
- "description": "The service sites of this set, along with the ccTLDs if there is any.",
28122
- "type": "array",
28123
- "items": {
28124
- "type": "string"
28125
- }
28126
- }
28127
- ]
28128
- }
28129
- ],
28130
- "commands": [
28131
- {
28132
- "name": "getStorageKeyForFrame",
28133
- "description": "Returns a storage key given a frame id.\nDeprecated. Please use Storage.getStorageKey instead.",
28134
- "deprecated": true,
28135
- "parameters": [
28136
- {
28137
- "name": "frameId",
28138
- "$ref": "Page.FrameId"
28139
- }
28140
- ],
28141
- "returns": [
28142
- {
28143
- "name": "storageKey",
28144
- "$ref": "SerializedStorageKey"
28145
- }
28146
- ]
28147
- },
28148
- {
28149
- "name": "getStorageKey",
28150
- "description": "Returns storage key for the given frame. If no frame ID is provided,\nthe storage key of the target executing this command is returned.",
28151
- "experimental": true,
28152
- "parameters": [
28153
- {
28154
- "name": "frameId",
28155
- "optional": true,
28156
- "$ref": "Page.FrameId"
28157
- }
28158
- ],
28159
- "returns": [
28160
- {
28161
- "name": "storageKey",
28162
- "$ref": "SerializedStorageKey"
28163
- }
28164
- ]
28165
- },
28166
- {
28167
- "name": "clearDataForOrigin",
28168
- "description": "Clears storage for origin.",
28169
- "parameters": [
28170
- {
28171
- "name": "origin",
28172
- "description": "Security origin.",
28173
- "type": "string"
28174
- },
28175
- {
28176
- "name": "storageTypes",
28177
- "description": "Comma separated list of StorageType to clear.",
28178
- "type": "string"
28179
- }
28180
- ]
28181
- },
28182
- {
28183
- "name": "clearDataForStorageKey",
28184
- "description": "Clears storage for storage key.",
28185
- "parameters": [
28186
- {
28187
- "name": "storageKey",
28188
- "description": "Storage key.",
28189
- "type": "string"
28190
- },
28191
- {
28192
- "name": "storageTypes",
28193
- "description": "Comma separated list of StorageType to clear.",
28194
- "type": "string"
28195
- }
28196
- ]
28197
- },
28198
- {
28199
- "name": "getCookies",
28200
- "description": "Returns all browser cookies.",
28201
- "parameters": [
28202
- {
28203
- "name": "browserContextId",
28204
- "description": "Browser context to use when called on the browser endpoint.",
28205
- "optional": true,
28206
- "$ref": "Browser.BrowserContextID"
28207
- }
28208
- ],
28209
- "returns": [
28210
- {
28211
- "name": "cookies",
28212
- "description": "Array of cookie objects.",
28213
- "type": "array",
28214
- "items": {
28215
- "$ref": "Network.Cookie"
28216
- }
28217
- }
28218
- ]
28219
- },
28220
- {
28221
- "name": "setCookies",
28222
- "description": "Sets given cookies.",
28223
- "parameters": [
28224
- {
28225
- "name": "cookies",
28226
- "description": "Cookies to be set.",
28227
- "type": "array",
28228
- "items": {
28229
- "$ref": "Network.CookieParam"
28230
- }
28231
- },
28232
- {
28233
- "name": "browserContextId",
28234
- "description": "Browser context to use when called on the browser endpoint.",
28235
- "optional": true,
28236
- "$ref": "Browser.BrowserContextID"
28237
- }
28238
- ]
28239
- },
28240
- {
28241
- "name": "clearCookies",
28242
- "description": "Clears cookies.",
28243
- "parameters": [
28244
- {
28245
- "name": "browserContextId",
28246
- "description": "Browser context to use when called on the browser endpoint.",
28247
- "optional": true,
28248
- "$ref": "Browser.BrowserContextID"
28249
- }
28250
- ]
28251
- },
28252
- {
28253
- "name": "getUsageAndQuota",
28254
- "description": "Returns usage and quota in bytes.",
28255
- "parameters": [
28256
- {
28257
- "name": "origin",
28258
- "description": "Security origin.",
28259
- "type": "string"
28260
- }
28261
- ],
28262
- "returns": [
28263
- {
28264
- "name": "usage",
28265
- "description": "Storage usage (bytes).",
28266
- "type": "number"
28267
- },
28268
- {
28269
- "name": "quota",
28270
- "description": "Storage quota (bytes).",
28271
- "type": "number"
28272
- },
28273
- {
28274
- "name": "overrideActive",
28275
- "description": "Whether or not the origin has an active storage quota override",
28276
- "type": "boolean"
28277
- },
28278
- {
28279
- "name": "usageBreakdown",
28280
- "description": "Storage usage per type (bytes).",
28281
- "type": "array",
28282
- "items": {
28283
- "$ref": "UsageForType"
28284
- }
28285
- }
28286
- ]
28287
- },
28288
- {
28289
- "name": "overrideQuotaForOrigin",
28290
- "description": "Override quota for the specified origin",
28291
- "experimental": true,
28292
- "parameters": [
28293
- {
28294
- "name": "origin",
28295
- "description": "Security origin.",
28296
- "type": "string"
28297
- },
28298
- {
28299
- "name": "quotaSize",
28300
- "description": "The quota size (in bytes) to override the original quota with.\nIf this is called multiple times, the overridden quota will be equal to\nthe quotaSize provided in the final call. If this is called without\nspecifying a quotaSize, the quota will be reset to the default value for\nthe specified origin. If this is called multiple times with different\norigins, the override will be maintained for each origin until it is\ndisabled (called without a quotaSize).",
28301
- "optional": true,
28302
- "type": "number"
28303
- }
28304
- ]
28305
- },
28306
- {
28307
- "name": "trackCacheStorageForOrigin",
28308
- "description": "Registers origin to be notified when an update occurs to its cache storage list.",
28309
- "parameters": [
28310
- {
28311
- "name": "origin",
28312
- "description": "Security origin.",
27697
+ "name": "origin",
27698
+ "description": "Security origin.",
28313
27699
  "type": "string"
28314
27700
  }
28315
27701
  ]
@@ -28617,41 +28003,6 @@
28617
28003
  }
28618
28004
  ]
28619
28005
  },
28620
- {
28621
- "name": "setAttributionReportingLocalTestingMode",
28622
- "description": "https://wicg.github.io/attribution-reporting-api/",
28623
- "experimental": true,
28624
- "parameters": [
28625
- {
28626
- "name": "enabled",
28627
- "description": "If enabled, noise is suppressed and reports are sent immediately.",
28628
- "type": "boolean"
28629
- }
28630
- ]
28631
- },
28632
- {
28633
- "name": "setAttributionReportingTracking",
28634
- "description": "Enables/disables issuing of Attribution Reporting events.",
28635
- "experimental": true,
28636
- "parameters": [
28637
- {
28638
- "name": "enable",
28639
- "type": "boolean"
28640
- }
28641
- ]
28642
- },
28643
- {
28644
- "name": "sendPendingAttributionReports",
28645
- "description": "Sends all pending Attribution Reports immediately, regardless of their\nscheduled report time.",
28646
- "experimental": true,
28647
- "returns": [
28648
- {
28649
- "name": "numSent",
28650
- "description": "The number of reports that were sent.",
28651
- "type": "integer"
28652
- }
28653
- ]
28654
- },
28655
28006
  {
28656
28007
  "name": "getRelatedWebsiteSets",
28657
28008
  "description": "Returns the effective Related Website Sets in use by this profile for the browser\nsession. The effective Related Website Sets will not change during a browser session.",
@@ -28666,36 +28017,6 @@
28666
28017
  }
28667
28018
  ]
28668
28019
  },
28669
- {
28670
- "name": "getAffectedUrlsForThirdPartyCookieMetadata",
28671
- "description": "Returns the list of URLs from a page and its embedded resources that match\nexisting grace period URL pattern rules.\nhttps://developers.google.com/privacy-sandbox/cookies/temporary-exceptions/grace-period",
28672
- "experimental": true,
28673
- "parameters": [
28674
- {
28675
- "name": "firstPartyUrl",
28676
- "description": "The URL of the page currently being visited.",
28677
- "type": "string"
28678
- },
28679
- {
28680
- "name": "thirdPartyUrls",
28681
- "description": "The list of embedded resource URLs from the page.",
28682
- "type": "array",
28683
- "items": {
28684
- "type": "string"
28685
- }
28686
- }
28687
- ],
28688
- "returns": [
28689
- {
28690
- "name": "matchedUrls",
28691
- "description": "Array of matching URLs. If there is a primary pattern match for the first-\nparty URL, only the first-party URL is returned in the array.",
28692
- "type": "array",
28693
- "items": {
28694
- "type": "string"
28695
- }
28696
- }
28697
- ]
28698
- },
28699
28020
  {
28700
28021
  "name": "setProtectedAudienceKAnonymity",
28701
28022
  "parameters": [
@@ -29013,105 +28334,6 @@
29013
28334
  "type": "string"
29014
28335
  }
29015
28336
  ]
29016
- },
29017
- {
29018
- "name": "attributionReportingSourceRegistered",
29019
- "experimental": true,
29020
- "parameters": [
29021
- {
29022
- "name": "registration",
29023
- "$ref": "AttributionReportingSourceRegistration"
29024
- },
29025
- {
29026
- "name": "result",
29027
- "$ref": "AttributionReportingSourceRegistrationResult"
29028
- }
29029
- ]
29030
- },
29031
- {
29032
- "name": "attributionReportingTriggerRegistered",
29033
- "experimental": true,
29034
- "parameters": [
29035
- {
29036
- "name": "registration",
29037
- "$ref": "AttributionReportingTriggerRegistration"
29038
- },
29039
- {
29040
- "name": "eventLevel",
29041
- "$ref": "AttributionReportingEventLevelResult"
29042
- },
29043
- {
29044
- "name": "aggregatable",
29045
- "$ref": "AttributionReportingAggregatableResult"
29046
- }
29047
- ]
29048
- },
29049
- {
29050
- "name": "attributionReportingReportSent",
29051
- "experimental": true,
29052
- "parameters": [
29053
- {
29054
- "name": "url",
29055
- "type": "string"
29056
- },
29057
- {
29058
- "name": "body",
29059
- "type": "object"
29060
- },
29061
- {
29062
- "name": "result",
29063
- "$ref": "AttributionReportingReportResult"
29064
- },
29065
- {
29066
- "name": "netError",
29067
- "description": "If result is `sent`, populated with net/HTTP status.",
29068
- "optional": true,
29069
- "type": "integer"
29070
- },
29071
- {
29072
- "name": "netErrorName",
29073
- "optional": true,
29074
- "type": "string"
29075
- },
29076
- {
29077
- "name": "httpStatusCode",
29078
- "optional": true,
29079
- "type": "integer"
29080
- }
29081
- ]
29082
- },
29083
- {
29084
- "name": "attributionReportingVerboseDebugReportSent",
29085
- "experimental": true,
29086
- "parameters": [
29087
- {
29088
- "name": "url",
29089
- "type": "string"
29090
- },
29091
- {
29092
- "name": "body",
29093
- "optional": true,
29094
- "type": "array",
29095
- "items": {
29096
- "type": "object"
29097
- }
29098
- },
29099
- {
29100
- "name": "netError",
29101
- "optional": true,
29102
- "type": "integer"
29103
- },
29104
- {
29105
- "name": "netErrorName",
29106
- "optional": true,
29107
- "type": "string"
29108
- },
29109
- {
29110
- "name": "httpStatusCode",
29111
- "optional": true,
29112
- "type": "integer"
29113
- }
29114
- ]
29115
28337
  }
29116
28338
  ]
29117
28339
  },
@@ -31524,6 +30746,10 @@
31524
30746
  {
31525
30747
  "name": "enable",
31526
30748
  "description": "Enables the WebMCP domain, allowing events to be sent. Enabling the domain will trigger a toolsAdded event for\nall currently registered tools."
30749
+ },
30750
+ {
30751
+ "name": "disable",
30752
+ "description": "Disables the WebMCP domain."
31527
30753
  }
31528
30754
  ],
31529
30755
  "events": [
@@ -31599,7 +30825,7 @@
31599
30825
  "name": "output",
31600
30826
  "description": "Output or error delivered as delivered to the agent. Missing if `status` is anything other than Success.",
31601
30827
  "optional": true,
31602
- "type": "object"
30828
+ "type": "any"
31603
30829
  },
31604
30830
  {
31605
30831
  "name": "errorText",