chrome-devtools-frontend 1.0.1564932 → 1.0.1566234

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.
Files changed (64) hide show
  1. package/AUTHORS +1 -0
  2. package/front_end/Images/src/lock-person.svg +1 -0
  3. package/front_end/core/root/Runtime.ts +5 -0
  4. package/front_end/core/sdk/DOMModel.ts +32 -2
  5. package/front_end/core/sdk/NetworkManager.ts +16 -0
  6. package/front_end/core/sdk/ResourceTreeModel.ts +11 -6
  7. package/front_end/generated/InspectorBackendCommands.ts +18 -0
  8. package/front_end/generated/SupportedCSSProperties.js +65 -23
  9. package/front_end/generated/protocol-mapping.d.ts +22 -0
  10. package/front_end/generated/protocol-proxy-api.d.ts +20 -0
  11. package/front_end/generated/protocol.ts +351 -0
  12. package/front_end/models/ai_assistance/data_formatters/PerformanceInsightFormatter.snapshot.txt +2 -2
  13. package/front_end/models/ai_assistance/data_formatters/PerformanceTraceFormatter.ts +2 -2
  14. package/front_end/models/emulation/EmulatedDevices.ts +28 -0
  15. package/front_end/models/javascript_metadata/NativeFunctions.js +4 -0
  16. package/front_end/models/trace/extras/Initiators.ts +59 -0
  17. package/front_end/models/trace/extras/extras.ts +1 -0
  18. package/front_end/models/trace/handlers/NetworkRequestsHandler.ts +19 -2
  19. package/front_end/models/trace/insights/NetworkDependencyTree.ts +3 -1
  20. package/front_end/panels/ai_assistance/AiAssistancePanel.ts +10 -10
  21. package/front_end/panels/ai_assistance/ai_assistance.ts +1 -1
  22. package/front_end/panels/ai_assistance/components/{UserActionRow.ts → ChatMessage.ts} +10 -10
  23. package/front_end/panels/ai_assistance/components/ChatView.ts +5 -5
  24. package/front_end/panels/application/ApplicationPanelSidebar.ts +28 -0
  25. package/front_end/panels/application/ApplicationPanelTreeElement.ts +12 -0
  26. package/front_end/panels/application/DeviceBoundSessionsModel.ts +127 -0
  27. package/front_end/panels/application/DeviceBoundSessionsTreeElement.ts +170 -0
  28. package/front_end/panels/application/DeviceBoundSessionsView.ts +252 -0
  29. package/front_end/panels/application/ResourcesPanel.ts +12 -0
  30. package/front_end/panels/application/application.ts +6 -0
  31. package/front_end/panels/application/deviceBoundSessionsView.css +18 -0
  32. package/front_end/panels/common/ExtensionServer.ts +6 -1
  33. package/front_end/panels/console/ConsoleInsightTeaser.ts +24 -5
  34. package/front_end/panels/console/ConsolePinPane.ts +1 -2
  35. package/front_end/panels/console/ConsoleView.ts +6 -9
  36. package/front_end/panels/console/ConsoleViewMessage.ts +20 -13
  37. package/front_end/panels/elements/CSSValueTraceView.ts +1 -1
  38. package/front_end/panels/elements/ElementsTreeElement.ts +1 -1
  39. package/front_end/panels/elements/ElementsTreeOutline.ts +13 -0
  40. package/front_end/panels/elements/LayersWidget.ts +1 -1
  41. package/front_end/panels/elements/MetricsSidebarPane.ts +3 -1
  42. package/front_end/panels/emulation/MediaQueryInspector.ts +1 -2
  43. package/front_end/panels/network/RequestResponseView.ts +1 -1
  44. package/front_end/panels/recorder/RecorderController.ts +16 -0
  45. package/front_end/panels/security/SecurityPanelSidebar.ts +0 -1
  46. package/front_end/panels/sources/AiCodeCompletionPlugin.ts +6 -9
  47. package/front_end/panels/timeline/Initiators.ts +7 -5
  48. package/front_end/panels/timeline/components/NetworkRequestDetails.ts +5 -3
  49. package/front_end/third_party/chromium/README.chromium +1 -1
  50. package/front_end/third_party/codemirror.next/rebuild.sh +1 -1
  51. package/front_end/third_party/lit/rebuild.sh +1 -1
  52. package/front_end/ui/components/buttons/button.css +6 -0
  53. package/front_end/ui/components/text_editor/{AiCodeCompletionTeaserPlaceholder.ts → AccessiblePlaceholder.ts} +3 -22
  54. package/front_end/ui/components/text_editor/AiCodeCompletionProvider.ts +16 -13
  55. package/front_end/ui/components/text_editor/AiCodeGenerationProvider.ts +11 -10
  56. package/front_end/ui/components/text_editor/TextEditor.ts +3 -0
  57. package/front_end/ui/components/text_editor/text_editor.ts +1 -1
  58. package/front_end/ui/legacy/PopoverHelper.ts +10 -0
  59. package/front_end/ui/legacy/components/color_picker/FormatPickerContextMenu.ts +8 -1
  60. package/front_end/ui/legacy/softContextMenu.css +2 -0
  61. package/front_end/ui/lit/lit.ts +1 -0
  62. package/front_end/ui/visual_logging/KnownContextValues.ts +8 -0
  63. package/package.json +1 -1
  64. /package/front_end/panels/ai_assistance/components/{userActionRow.css → chatMessage.css} +0 -0
package/AUTHORS CHANGED
@@ -95,6 +95,7 @@ Stephen Tsoi-A-Sue <stsoiasue@gmail.com>
95
95
  Sunnylost <sunnylost@gmail.com>
96
96
  TaegeonKim <aksen5240@gmail.com>
97
97
  Thomas Stokes <git@tombl.dev>
98
+ Thryze Knox <thryzx@gmail.com>
98
99
  Tony Kostowny <tonykostowny@gmail.com>
99
100
  Toshiaki Tanaka <zokutyou2@gmail.com>
100
101
  Tushar Singh <tusharvickey1999@gmail.com>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e3e3e3"><path d="M720-240q25 0 42.5-17.5T780-300q0-25-17.5-42.5T720-360q-25 0-42.5 17.5T660-300q0 25 17.5 42.5T720-240Zm0 120q30 0 56-14t43-39q-23-14-48-20.5t-51-6.5q-26 0-51 6.5T621-173q17 25 43 39t56 14ZM360-640h240v-80q0-50-35-85t-85-35q-50 0-85 35t-35 85v80ZM490-80H240q-33 0-56.5-23.5T160-160v-400q0-33 23.5-56.5T240-640h40v-80q0-83 58.5-141.5T480-920q83 0 141.5 58.5T680-720v80h40q33 0 56.5 23.5T800-560v52q-18-6-37.5-9t-42.5-3v-40H240v400h212q8 24 16 41.5T490-80Zm230 40q-83 0-141.5-58.5T520-240q0-83 58.5-141.5T720-440q83 0 141.5 58.5T920-240q0 83-58.5 141.5T720-40ZM240-560v400-400Z"/></svg>
@@ -505,6 +505,10 @@ interface DevToolsFlexibleLayout {
505
505
  verticalDrawerEnabled: boolean;
506
506
  }
507
507
 
508
+ interface DeviceBoundSessionsDebugging {
509
+ enabled: boolean;
510
+ }
511
+
508
512
  interface AiPromptApi {
509
513
  enabled: boolean;
510
514
  allowWithoutGpu: boolean;
@@ -566,6 +570,7 @@ export type HostConfig = Platform.TypeScriptUtilities.RecursivePartial<{
566
570
  devToolsGdpProfilesAvailability: GdpProfilesAvailability,
567
571
  devToolsLiveEdit: LiveEdit,
568
572
  devToolsFlexibleLayout: DevToolsFlexibleLayout,
573
+ deviceBoundSessionsDebugging: DeviceBoundSessionsDebugging,
569
574
  devToolsAiPromptApi: AiPromptApi,
570
575
  devToolsEnableDurableMessages: DevToolsEnableDurableMessages,
571
576
  devToolsAiAssistanceContextSelectionAgent: HostConfigAiAssistanceContextSelectionAgent,
@@ -44,7 +44,7 @@ import {CSSModel} from './CSSModel.js';
44
44
  import {FrameManager} from './FrameManager.js';
45
45
  import {OverlayModel} from './OverlayModel.js';
46
46
  import {RemoteObject} from './RemoteObject.js';
47
- import {ResourceTreeModel} from './ResourceTreeModel.js';
47
+ import {Events as ResourceTreeModelEvents, type ResourceTreeFrame, ResourceTreeModel} from './ResourceTreeModel.js';
48
48
  import {RuntimeModel} from './RuntimeModel.js';
49
49
  import {SDKModel} from './SDKModel.js';
50
50
  import {Capability, type Target} from './Target.js';
@@ -209,6 +209,7 @@ export class DOMNode extends Common.ObjectWrapper.ObjectWrapper<DOMNodeEventType
209
209
 
210
210
  this.id = payload.nodeId;
211
211
  this.#backendNodeId = payload.backendNodeId;
212
+ this.#frameOwnerFrameId = payload.frameId || null;
212
213
  this.#domModel.registerNode(this);
213
214
  this.#nodeType = payload.nodeType;
214
215
  this.#nodeName = payload.nodeName;
@@ -217,7 +218,6 @@ export class DOMNode extends Common.ObjectWrapper.ObjectWrapper<DOMNodeEventType
217
218
  this.#pseudoType = payload.pseudoType;
218
219
  this.#pseudoIdentifier = payload.pseudoIdentifier;
219
220
  this.#shadowRootType = payload.shadowRootType;
220
- this.#frameOwnerFrameId = payload.frameId || null;
221
221
  this.#xmlVersion = payload.xmlVersion;
222
222
  this.#isSVGNode = Boolean(payload.isSVG);
223
223
  this.#isScrollable = Boolean(payload.isScrollable);
@@ -1287,6 +1287,7 @@ export class AdoptedStyleSheet {
1287
1287
  export class DOMModel extends SDKModel<EventTypes> {
1288
1288
  agent: ProtocolProxyApi.DOMApi;
1289
1289
  idToDOMNode = new Map<Protocol.DOM.NodeId, DOMNode>();
1290
+ frameIdToOwnerNode = new Map<Protocol.Page.FrameId, DOMNode>();
1290
1291
  #document: DOMDocument|null = null;
1291
1292
  readonly #attributeLoadNodeIds = new Set<Protocol.DOM.NodeId>();
1292
1293
  readonly runtimeModelInternal: RuntimeModel;
@@ -1297,6 +1298,7 @@ export class DOMModel extends SDKModel<EventTypes> {
1297
1298
  #searchId?: string;
1298
1299
  #topLayerThrottler = new Common.Throttler.Throttler(100);
1299
1300
  #topLayerNodes: DOMNode[] = [];
1301
+ #resourceTreeModel: ResourceTreeModel|null = null;
1300
1302
 
1301
1303
  constructor(target: Target) {
1302
1304
  super(target);
@@ -1306,6 +1308,9 @@ export class DOMModel extends SDKModel<EventTypes> {
1306
1308
  target.registerDOMDispatcher(new DOMDispatcher(this));
1307
1309
  this.runtimeModelInternal = (target.model(RuntimeModel) as RuntimeModel);
1308
1310
 
1311
+ this.#resourceTreeModel = target.model(ResourceTreeModel);
1312
+ this.#resourceTreeModel?.addEventListener(ResourceTreeModelEvents.DocumentOpened, this.onDocumentOpened, this);
1313
+
1309
1314
  if (!target.suspended()) {
1310
1315
  void this.agent.invoke_enable({});
1311
1316
  }
@@ -1350,6 +1355,19 @@ export class DOMModel extends SDKModel<EventTypes> {
1350
1355
  }
1351
1356
  }
1352
1357
 
1358
+ private onDocumentOpened(event: Common.EventTarget.EventTargetEvent<ResourceTreeFrame>): void {
1359
+ const frame = event.data;
1360
+ const node = this.frameIdToOwnerNode.get(frame.id);
1361
+ if (node) {
1362
+ const contentDocument = node.contentDocument();
1363
+ if (contentDocument && contentDocument.documentURL !== frame.url) {
1364
+ contentDocument.documentURL = frame.url;
1365
+ contentDocument.baseURL = frame.url;
1366
+ this.dispatchEventToListeners(Events.DocumentURLChanged, contentDocument);
1367
+ }
1368
+ }
1369
+ }
1370
+
1353
1371
  requestDocument(): Promise<DOMDocument|null> {
1354
1372
  if (this.#document) {
1355
1373
  return Promise.resolve(this.#document);
@@ -1526,6 +1544,7 @@ export class DOMModel extends SDKModel<EventTypes> {
1526
1544
 
1527
1545
  private setDocument(payload: Protocol.DOM.Node|null): void {
1528
1546
  this.idToDOMNode = new Map();
1547
+ this.frameIdToOwnerNode = new Map();
1529
1548
  if (payload && 'nodeId' in payload) {
1530
1549
  this.#document = new DOMDocument(this, payload);
1531
1550
  } else {
@@ -1704,6 +1723,10 @@ export class DOMModel extends SDKModel<EventTypes> {
1704
1723
 
1705
1724
  private unbind(node: DOMNode): void {
1706
1725
  this.idToDOMNode.delete(node.id);
1726
+ const frameId = node.frameOwnerFrameId();
1727
+ if (frameId) {
1728
+ this.frameIdToOwnerNode.delete(frameId);
1729
+ }
1707
1730
  const children = node.children();
1708
1731
  for (let i = 0; children && i < children.length; ++i) {
1709
1732
  this.unbind(children[i]);
@@ -1891,6 +1914,7 @@ export class DOMModel extends SDKModel<EventTypes> {
1891
1914
  }
1892
1915
 
1893
1916
  override dispose(): void {
1917
+ this.#resourceTreeModel?.removeEventListener(ResourceTreeModelEvents.DocumentOpened, this.onDocumentOpened, this);
1894
1918
  DOMModelUndoStack.instance().dispose(this);
1895
1919
  }
1896
1920
 
@@ -1905,6 +1929,10 @@ export class DOMModel extends SDKModel<EventTypes> {
1905
1929
 
1906
1930
  registerNode(node: DOMNode): void {
1907
1931
  this.idToDOMNode.set(node.id, node);
1932
+ const frameId = node.frameOwnerFrameId();
1933
+ if (frameId) {
1934
+ this.frameIdToOwnerNode.set(frameId, node);
1935
+ }
1908
1936
  }
1909
1937
  }
1910
1938
 
@@ -1914,6 +1942,7 @@ export enum Events {
1914
1942
  AttrRemoved = 'AttrRemoved',
1915
1943
  CharacterDataModified = 'CharacterDataModified',
1916
1944
  DOMMutated = 'DOMMutated',
1945
+ DocumentURLChanged = 'DocumentURLChanged',
1917
1946
  NodeInserted = 'NodeInserted',
1918
1947
  NodeRemoved = 'NodeRemoved',
1919
1948
  DocumentUpdated = 'DocumentUpdated',
@@ -1931,6 +1960,7 @@ export interface EventTypes {
1931
1960
  [Events.AttrRemoved]: {node: DOMNode, name: string};
1932
1961
  [Events.CharacterDataModified]: DOMNode;
1933
1962
  [Events.DOMMutated]: DOMNode;
1963
+ [Events.DocumentURLChanged]: DOMDocument;
1934
1964
  [Events.NodeInserted]: DOMNode;
1935
1965
  [Events.NodeRemoved]: {node: DOMNode, parent: DOMNode};
1936
1966
  [Events.DocumentUpdated]: DOMModel;
@@ -386,6 +386,10 @@ export class NetworkManager extends SDKModel<EventTypes> {
386
386
  return await this.#networkAgent.invoke_enableReportingApi({enable});
387
387
  }
388
388
 
389
+ async enableDeviceBoundSessions(enable = true): Promise<Promise<Protocol.ProtocolResponseWithError>> {
390
+ return await this.#networkAgent.invoke_enableDeviceBoundSessions({enable});
391
+ }
392
+
389
393
  async loadNetworkResource(
390
394
  frameId: Protocol.Page.FrameId|null, url: Platform.DevToolsPath.UrlString,
391
395
  options: Protocol.Network.LoadNetworkResourceOptions): Promise<Protocol.Network.LoadNetworkResourcePageResult> {
@@ -414,6 +418,8 @@ export enum Events {
414
418
  ReportingApiReportAdded = 'ReportingApiReportAdded',
415
419
  ReportingApiReportUpdated = 'ReportingApiReportUpdated',
416
420
  ReportingApiEndpointsChangedForOrigin = 'ReportingApiEndpointsChangedForOrigin',
421
+ DeviceBoundSessionsAdded = 'DeviceBoundSessionsAdded',
422
+ DeviceBoundSessionEventOccurred = 'DeviceBoundSessionEventOccurred',
417
423
  /* eslint-enable @typescript-eslint/naming-convention */
418
424
  }
419
425
 
@@ -445,6 +451,8 @@ export interface EventTypes {
445
451
  [Events.ReportingApiReportAdded]: Protocol.Network.ReportingApiReport;
446
452
  [Events.ReportingApiReportUpdated]: Protocol.Network.ReportingApiReport;
447
453
  [Events.ReportingApiEndpointsChangedForOrigin]: Protocol.Network.ReportingApiEndpointsChangedForOriginEvent;
454
+ [Events.DeviceBoundSessionsAdded]: Protocol.Network.DeviceBoundSession[];
455
+ [Events.DeviceBoundSessionEventOccurred]: Protocol.Network.DeviceBoundSessionEventOccurredEvent;
448
456
  }
449
457
 
450
458
  /**
@@ -1554,6 +1562,14 @@ export class NetworkDispatcher implements ProtocolProxyApi.NetworkDispatcher {
1554
1562
  this.#manager.dispatchEventToListeners(Events.ReportingApiEndpointsChangedForOrigin, data);
1555
1563
  }
1556
1564
 
1565
+ deviceBoundSessionsAdded(_params: Protocol.Network.DeviceBoundSessionsAddedEvent): void {
1566
+ this.#manager.dispatchEventToListeners(Events.DeviceBoundSessionsAdded, _params.sessions);
1567
+ }
1568
+
1569
+ deviceBoundSessionEventOccurred(_params: Protocol.Network.DeviceBoundSessionEventOccurredEvent): void {
1570
+ this.#manager.dispatchEventToListeners(Events.DeviceBoundSessionEventOccurred, _params);
1571
+ }
1572
+
1557
1573
  policyUpdated(): void {
1558
1574
  }
1559
1575
 
@@ -233,12 +233,15 @@ export class ResourceTreeModel extends SDKModel<EventTypes> {
233
233
  documentOpened(framePayload: Protocol.Page.Frame): void {
234
234
  this.frameNavigated(framePayload, undefined);
235
235
  const frame = this.framesInternal.get(framePayload.id);
236
- if (frame && !frame.getResourcesMap().get(framePayload.url)) {
237
- const frameResource = this.createResourceFromFramePayload(
238
- framePayload, framePayload.url as Platform.DevToolsPath.UrlString, Common.ResourceType.resourceTypes.Document,
239
- framePayload.mimeType, null, null);
240
- frameResource.isGenerated = true;
241
- frame.addResource(frameResource);
236
+ if (frame) {
237
+ this.dispatchEventToListeners(Events.DocumentOpened, frame);
238
+ if (!frame.getResourcesMap().get(framePayload.url)) {
239
+ const frameResource = this.createResourceFromFramePayload(
240
+ framePayload, framePayload.url as Platform.DevToolsPath.UrlString,
241
+ Common.ResourceType.resourceTypes.Document, framePayload.mimeType, null, null);
242
+ frameResource.isGenerated = true;
243
+ frame.addResource(frameResource);
244
+ }
242
245
  }
243
246
  }
244
247
 
@@ -582,6 +585,7 @@ export enum Events {
582
585
  FrameDetached = 'FrameDetached',
583
586
  FrameResized = 'FrameResized',
584
587
  FrameWillNavigate = 'FrameWillNavigate',
588
+ DocumentOpened = 'DocumentOpened',
585
589
  PrimaryPageChanged = 'PrimaryPageChanged',
586
590
  ResourceAdded = 'ResourceAdded',
587
591
  WillLoadCachedResources = 'WillLoadCachedResources',
@@ -604,6 +608,7 @@ export interface EventTypes {
604
608
  [Events.FrameDetached]: {frame: ResourceTreeFrame, isSwap: boolean};
605
609
  [Events.FrameResized]: void;
606
610
  [Events.FrameWillNavigate]: ResourceTreeFrame;
611
+ [Events.DocumentOpened]: ResourceTreeFrame;
607
612
  [Events.PrimaryPageChanged]: {frame: ResourceTreeFrame, type: PrimaryPageChangeType};
608
613
  [Events.ResourceAdded]: Resource;
609
614
  [Events.WillLoadCachedResources]: void;
@@ -788,6 +788,11 @@ inspectorBackend.registerEnum("Network.CrossOriginOpenerPolicyValue", {SameOrigi
788
788
  inspectorBackend.registerEnum("Network.CrossOriginEmbedderPolicyValue", {None: "None", Credentialless: "Credentialless", RequireCorp: "RequireCorp"});
789
789
  inspectorBackend.registerEnum("Network.ContentSecurityPolicySource", {HTTP: "HTTP", Meta: "Meta"});
790
790
  inspectorBackend.registerEnum("Network.ReportStatus", {Queued: "Queued", Pending: "Pending", MarkedForRemoval: "MarkedForRemoval", Success: "Success"});
791
+ inspectorBackend.registerEnum("Network.DeviceBoundSessionUrlRuleRuleType", {Exclude: "Exclude", Include: "Include"});
792
+ inspectorBackend.registerEnum("Network.DeviceBoundSessionFetchResult", {Success: "Success", KeyError: "KeyError", SigningError: "SigningError", ServerRequestedTermination: "ServerRequestedTermination", InvalidSessionId: "InvalidSessionId", InvalidChallenge: "InvalidChallenge", TooManyChallenges: "TooManyChallenges", InvalidFetcherUrl: "InvalidFetcherUrl", InvalidRefreshUrl: "InvalidRefreshUrl", TransientHttpError: "TransientHttpError", ScopeOriginSameSiteMismatch: "ScopeOriginSameSiteMismatch", RefreshUrlSameSiteMismatch: "RefreshUrlSameSiteMismatch", MismatchedSessionId: "MismatchedSessionId", MissingScope: "MissingScope", NoCredentials: "NoCredentials", SubdomainRegistrationWellKnownUnavailable: "SubdomainRegistrationWellKnownUnavailable", SubdomainRegistrationUnauthorized: "SubdomainRegistrationUnauthorized", SubdomainRegistrationWellKnownMalformed: "SubdomainRegistrationWellKnownMalformed", SessionProviderWellKnownUnavailable: "SessionProviderWellKnownUnavailable", RelyingPartyWellKnownUnavailable: "RelyingPartyWellKnownUnavailable", FederatedKeyThumbprintMismatch: "FederatedKeyThumbprintMismatch", InvalidFederatedSessionUrl: "InvalidFederatedSessionUrl", InvalidFederatedKey: "InvalidFederatedKey", TooManyRelyingOriginLabels: "TooManyRelyingOriginLabels", BoundCookieSetForbidden: "BoundCookieSetForbidden", NetError: "NetError", ProxyError: "ProxyError", EmptySessionConfig: "EmptySessionConfig", InvalidCredentialsConfig: "InvalidCredentialsConfig", InvalidCredentialsType: "InvalidCredentialsType", InvalidCredentialsEmptyName: "InvalidCredentialsEmptyName", InvalidCredentialsCookie: "InvalidCredentialsCookie", PersistentHttpError: "PersistentHttpError", RegistrationAttemptedChallenge: "RegistrationAttemptedChallenge", InvalidScopeOrigin: "InvalidScopeOrigin", ScopeOriginContainsPath: "ScopeOriginContainsPath", RefreshInitiatorNotString: "RefreshInitiatorNotString", RefreshInitiatorInvalidHostPattern: "RefreshInitiatorInvalidHostPattern", InvalidScopeSpecification: "InvalidScopeSpecification", MissingScopeSpecificationType: "MissingScopeSpecificationType", EmptyScopeSpecificationDomain: "EmptyScopeSpecificationDomain", EmptyScopeSpecificationPath: "EmptyScopeSpecificationPath", InvalidScopeSpecificationType: "InvalidScopeSpecificationType", InvalidScopeIncludeSite: "InvalidScopeIncludeSite", MissingScopeIncludeSite: "MissingScopeIncludeSite", FederatedNotAuthorizedByProvider: "FederatedNotAuthorizedByProvider", FederatedNotAuthorizedByRelyingParty: "FederatedNotAuthorizedByRelyingParty", SessionProviderWellKnownMalformed: "SessionProviderWellKnownMalformed", SessionProviderWellKnownHasProviderOrigin: "SessionProviderWellKnownHasProviderOrigin", RelyingPartyWellKnownMalformed: "RelyingPartyWellKnownMalformed", RelyingPartyWellKnownHasRelyingOrigins: "RelyingPartyWellKnownHasRelyingOrigins", InvalidFederatedSessionProviderSessionMissing: "InvalidFederatedSessionProviderSessionMissing", InvalidFederatedSessionWrongProviderOrigin: "InvalidFederatedSessionWrongProviderOrigin", InvalidCredentialsCookieCreationTime: "InvalidCredentialsCookieCreationTime", InvalidCredentialsCookieName: "InvalidCredentialsCookieName", InvalidCredentialsCookieParsing: "InvalidCredentialsCookieParsing", InvalidCredentialsCookieUnpermittedAttribute: "InvalidCredentialsCookieUnpermittedAttribute", InvalidCredentialsCookieInvalidDomain: "InvalidCredentialsCookieInvalidDomain", InvalidCredentialsCookiePrefix: "InvalidCredentialsCookiePrefix", InvalidScopeRulePath: "InvalidScopeRulePath", InvalidScopeRuleHostPattern: "InvalidScopeRuleHostPattern", ScopeRuleOriginScopedHostPatternMismatch: "ScopeRuleOriginScopedHostPatternMismatch", ScopeRuleSiteScopedHostPatternMismatch: "ScopeRuleSiteScopedHostPatternMismatch", SigningQuotaExceeded: "SigningQuotaExceeded", InvalidConfigJson: "InvalidConfigJson", InvalidFederatedSessionProviderFailedToRestoreKey: "InvalidFederatedSessionProviderFailedToRestoreKey", FailedToUnwrapKey: "FailedToUnwrapKey", SessionDeletedDuringRefresh: "SessionDeletedDuringRefresh"});
793
+ inspectorBackend.registerEnum("Network.RefreshEventDetailsRefreshResult", {Refreshed: "Refreshed", InitializedService: "InitializedService", Unreachable: "Unreachable", ServerError: "ServerError", RefreshQuotaExceeded: "RefreshQuotaExceeded", FatalError: "FatalError", SigningQuotaExceeded: "SigningQuotaExceeded"});
794
+ inspectorBackend.registerEnum("Network.TerminationEventDetailsDeletionReason", {Expired: "Expired", FailedToRestoreKey: "FailedToRestoreKey", FailedToUnwrapKey: "FailedToUnwrapKey", StoragePartitionCleared: "StoragePartitionCleared", ClearBrowsingData: "ClearBrowsingData", ServerRequested: "ServerRequested", InvalidSessionParams: "InvalidSessionParams", RefreshFatalError: "RefreshFatalError"});
795
+ inspectorBackend.registerEnum("Network.ChallengeEventDetailsChallengeResult", {Success: "Success", NoSessionId: "NoSessionId", NoSessionMatch: "NoSessionMatch", CantSetBoundCookie: "CantSetBoundCookie"});
791
796
  inspectorBackend.registerEvent("Network.dataReceived", ["requestId", "timestamp", "dataLength", "encodedDataLength", "data"]);
792
797
  inspectorBackend.registerEvent("Network.eventSourceMessageReceived", ["requestId", "timestamp", "eventName", "eventId", "data"]);
793
798
  inspectorBackend.registerEvent("Network.loadingFailed", ["requestId", "timestamp", "type", "errorText", "canceled", "blockedReason", "corsErrorStatus"]);
@@ -831,6 +836,8 @@ inspectorBackend.registerEvent("Network.policyUpdated", []);
831
836
  inspectorBackend.registerEvent("Network.reportingApiReportAdded", ["report"]);
832
837
  inspectorBackend.registerEvent("Network.reportingApiReportUpdated", ["report"]);
833
838
  inspectorBackend.registerEvent("Network.reportingApiEndpointsChangedForOrigin", ["origin", "endpoints"]);
839
+ inspectorBackend.registerEvent("Network.deviceBoundSessionsAdded", ["sessions"]);
840
+ inspectorBackend.registerEvent("Network.deviceBoundSessionEventOccurred", ["eventId", "site", "succeeded", "sessionId", "creationEventDetails", "refreshEventDetails", "terminationEventDetails", "challengeEventDetails"]);
834
841
  inspectorBackend.registerCommand("Network.setAcceptedEncodings", [{"name": "encodings", "type": "array", "optional": false, "description": "List of accepted content encodings.", "typeRef": "Network.ContentEncoding"}], [], "Sets a list of content encodings that will be accepted. Empty list means no encoding is accepted.");
835
842
  inspectorBackend.registerCommand("Network.clearAcceptedEncodingsOverride", [], [], "Clears accepted encodings set by setAcceptedEncodings");
836
843
  inspectorBackend.registerCommand("Network.canClearBrowserCache", [], ["result"], "Tells whether clearing browser cache is supported.");
@@ -867,6 +874,8 @@ inspectorBackend.registerCommand("Network.setUserAgentOverride", [{"name": "user
867
874
  inspectorBackend.registerCommand("Network.streamResourceContent", [{"name": "requestId", "type": "string", "optional": false, "description": "Identifier of the request to stream.", "typeRef": "Network.RequestId"}], ["bufferedData"], "Enables streaming of the response for the given requestId. If enabled, the dataReceived event contains the data that was received during streaming.");
868
875
  inspectorBackend.registerCommand("Network.getSecurityIsolationStatus", [{"name": "frameId", "type": "string", "optional": true, "description": "If no frameId is provided, the status of the target is provided.", "typeRef": "Page.FrameId"}], ["status"], "Returns information about the COEP/COOP isolation status.");
869
876
  inspectorBackend.registerCommand("Network.enableReportingApi", [{"name": "enable", "type": "boolean", "optional": false, "description": "Whether to enable or disable events for the Reporting API", "typeRef": null}], [], "Enables tracking for the Reporting API, events generated by the Reporting API will now be delivered to the client. Enabling triggers 'reportingApiReportAdded' for all existing reports.");
877
+ inspectorBackend.registerCommand("Network.enableDeviceBoundSessions", [{"name": "enable", "type": "boolean", "optional": false, "description": "Whether to enable or disable events.", "typeRef": null}], [], "Sets up tracking device bound sessions and fetching of initial set of sessions.");
878
+ inspectorBackend.registerCommand("Network.fetchSchemefulSite", [{"name": "origin", "type": "string", "optional": false, "description": "The URL origin.", "typeRef": null}], ["schemefulSite"], "Fetches the schemeful site for a specific origin.");
870
879
  inspectorBackend.registerCommand("Network.loadNetworkResource", [{"name": "frameId", "type": "string", "optional": true, "description": "Frame id to get the resource for. Mandatory for frame targets, and should be omitted for worker targets.", "typeRef": "Page.FrameId"}, {"name": "url", "type": "string", "optional": false, "description": "URL of the resource to get content for.", "typeRef": null}, {"name": "options", "type": "object", "optional": false, "description": "Options for the request.", "typeRef": "Network.LoadNetworkResourceOptions"}], ["resource"], "Fetches the resource and returns the content.");
871
880
  inspectorBackend.registerCommand("Network.setCookieControls", [{"name": "enableThirdPartyCookieRestriction", "type": "boolean", "optional": false, "description": "Whether 3pc restriction is enabled.", "typeRef": null}, {"name": "disableThirdPartyCookieMetadata", "type": "boolean", "optional": false, "description": "Whether 3pc grace period exception should be enabled; false by default.", "typeRef": null}, {"name": "disableThirdPartyCookieHeuristics", "type": "boolean", "optional": false, "description": "Whether 3pc heuristics exceptions should be enabled; false by default.", "typeRef": null}], [], "Sets Controls for third-party cookie access Page reload is required before the new cookie behavior will be observed");
872
881
  inspectorBackend.registerType("Network.ResourceTiming", [{"name": "requestTime", "type": "number", "optional": false, "description": "Timing's requestTime is a baseline in seconds, while the other numbers are ticks in milliseconds relatively to this requestTime.", "typeRef": null}, {"name": "proxyStart", "type": "number", "optional": false, "description": "Started resolving proxy.", "typeRef": null}, {"name": "proxyEnd", "type": "number", "optional": false, "description": "Finished resolving proxy.", "typeRef": null}, {"name": "dnsStart", "type": "number", "optional": false, "description": "Started DNS address resolve.", "typeRef": null}, {"name": "dnsEnd", "type": "number", "optional": false, "description": "Finished DNS address resolve.", "typeRef": null}, {"name": "connectStart", "type": "number", "optional": false, "description": "Started connecting to the remote host.", "typeRef": null}, {"name": "connectEnd", "type": "number", "optional": false, "description": "Connected to the remote host.", "typeRef": null}, {"name": "sslStart", "type": "number", "optional": false, "description": "Started SSL handshake.", "typeRef": null}, {"name": "sslEnd", "type": "number", "optional": false, "description": "Finished SSL handshake.", "typeRef": null}, {"name": "workerStart", "type": "number", "optional": false, "description": "Started running ServiceWorker.", "typeRef": null}, {"name": "workerReady", "type": "number", "optional": false, "description": "Finished Starting ServiceWorker.", "typeRef": null}, {"name": "workerFetchStart", "type": "number", "optional": false, "description": "Started fetch event.", "typeRef": null}, {"name": "workerRespondWithSettled", "type": "number", "optional": false, "description": "Settled fetch event respondWith promise.", "typeRef": null}, {"name": "workerRouterEvaluationStart", "type": "number", "optional": true, "description": "Started ServiceWorker static routing source evaluation.", "typeRef": null}, {"name": "workerCacheLookupStart", "type": "number", "optional": true, "description": "Started cache lookup when the source was evaluated to `cache`.", "typeRef": null}, {"name": "sendStart", "type": "number", "optional": false, "description": "Started sending request.", "typeRef": null}, {"name": "sendEnd", "type": "number", "optional": false, "description": "Finished sending request.", "typeRef": null}, {"name": "pushStart", "type": "number", "optional": false, "description": "Time the server started pushing request.", "typeRef": null}, {"name": "pushEnd", "type": "number", "optional": false, "description": "Time the server finished pushing request.", "typeRef": null}, {"name": "receiveHeadersStart", "type": "number", "optional": false, "description": "Started receiving response headers.", "typeRef": null}, {"name": "receiveHeadersEnd", "type": "number", "optional": false, "description": "Finished receiving response headers.", "typeRef": null}]);
@@ -909,6 +918,15 @@ inspectorBackend.registerType("Network.ContentSecurityPolicyStatus", [{"name": "
909
918
  inspectorBackend.registerType("Network.SecurityIsolationStatus", [{"name": "coop", "type": "object", "optional": true, "description": "", "typeRef": "Network.CrossOriginOpenerPolicyStatus"}, {"name": "coep", "type": "object", "optional": true, "description": "", "typeRef": "Network.CrossOriginEmbedderPolicyStatus"}, {"name": "csp", "type": "array", "optional": true, "description": "", "typeRef": "Network.ContentSecurityPolicyStatus"}]);
910
919
  inspectorBackend.registerType("Network.ReportingApiReport", [{"name": "id", "type": "string", "optional": false, "description": "", "typeRef": "Network.ReportId"}, {"name": "initiatorUrl", "type": "string", "optional": false, "description": "The URL of the document that triggered the report.", "typeRef": null}, {"name": "destination", "type": "string", "optional": false, "description": "The name of the endpoint group that should be used to deliver the report.", "typeRef": null}, {"name": "type", "type": "string", "optional": false, "description": "The type of the report (specifies the set of data that is contained in the report body).", "typeRef": null}, {"name": "timestamp", "type": "number", "optional": false, "description": "When the report was generated.", "typeRef": "Network.TimeSinceEpoch"}, {"name": "depth", "type": "number", "optional": false, "description": "How many uploads deep the related request was.", "typeRef": null}, {"name": "completedAttempts", "type": "number", "optional": false, "description": "The number of delivery attempts made so far, not including an active attempt.", "typeRef": null}, {"name": "body", "type": "object", "optional": false, "description": "", "typeRef": null}, {"name": "status", "type": "string", "optional": false, "description": "", "typeRef": "Network.ReportStatus"}]);
911
920
  inspectorBackend.registerType("Network.ReportingApiEndpoint", [{"name": "url", "type": "string", "optional": false, "description": "The URL of the endpoint to which reports may be delivered.", "typeRef": null}, {"name": "groupName", "type": "string", "optional": false, "description": "Name of the endpoint group.", "typeRef": null}]);
921
+ inspectorBackend.registerType("Network.DeviceBoundSessionKey", [{"name": "site", "type": "string", "optional": false, "description": "The site the session is set up for.", "typeRef": null}, {"name": "id", "type": "string", "optional": false, "description": "The id of the session.", "typeRef": null}]);
922
+ inspectorBackend.registerType("Network.DeviceBoundSessionCookieCraving", [{"name": "name", "type": "string", "optional": false, "description": "The name of the craving.", "typeRef": null}, {"name": "domain", "type": "string", "optional": false, "description": "The domain of the craving.", "typeRef": null}, {"name": "path", "type": "string", "optional": false, "description": "The path of the craving.", "typeRef": null}, {"name": "secure", "type": "boolean", "optional": false, "description": "The `Secure` attribute of the craving attributes.", "typeRef": null}, {"name": "httpOnly", "type": "boolean", "optional": false, "description": "The `HttpOnly` attribute of the craving attributes.", "typeRef": null}, {"name": "sameSite", "type": "string", "optional": true, "description": "The `SameSite` attribute of the craving attributes.", "typeRef": "Network.CookieSameSite"}]);
923
+ inspectorBackend.registerType("Network.DeviceBoundSessionUrlRule", [{"name": "ruleType", "type": "string", "optional": false, "description": "See comments on `net::device_bound_sessions::SessionInclusionRules::UrlRule::rule_type`.", "typeRef": null}, {"name": "hostPattern", "type": "string", "optional": false, "description": "See comments on `net::device_bound_sessions::SessionInclusionRules::UrlRule::host_pattern`.", "typeRef": null}, {"name": "pathPrefix", "type": "string", "optional": false, "description": "See comments on `net::device_bound_sessions::SessionInclusionRules::UrlRule::path_prefix`.", "typeRef": null}]);
924
+ inspectorBackend.registerType("Network.DeviceBoundSessionInclusionRules", [{"name": "origin", "type": "string", "optional": false, "description": "See comments on `net::device_bound_sessions::SessionInclusionRules::origin_`.", "typeRef": null}, {"name": "includeSite", "type": "boolean", "optional": false, "description": "Whether the whole site is included. See comments on `net::device_bound_sessions::SessionInclusionRules::include_site_` for more details; this boolean is true if that value is populated.", "typeRef": null}, {"name": "urlRules", "type": "array", "optional": false, "description": "See comments on `net::device_bound_sessions::SessionInclusionRules::url_rules_`.", "typeRef": "Network.DeviceBoundSessionUrlRule"}]);
925
+ inspectorBackend.registerType("Network.DeviceBoundSession", [{"name": "key", "type": "object", "optional": false, "description": "The site and session ID of the session.", "typeRef": "Network.DeviceBoundSessionKey"}, {"name": "refreshUrl", "type": "string", "optional": false, "description": "See comments on `net::device_bound_sessions::Session::refresh_url_`.", "typeRef": null}, {"name": "inclusionRules", "type": "object", "optional": false, "description": "See comments on `net::device_bound_sessions::Session::inclusion_rules_`.", "typeRef": "Network.DeviceBoundSessionInclusionRules"}, {"name": "cookieCravings", "type": "array", "optional": false, "description": "See comments on `net::device_bound_sessions::Session::cookie_cravings_`.", "typeRef": "Network.DeviceBoundSessionCookieCraving"}, {"name": "expiryDate", "type": "number", "optional": false, "description": "See comments on `net::device_bound_sessions::Session::expiry_date_`.", "typeRef": "Network.TimeSinceEpoch"}, {"name": "cachedChallenge", "type": "string", "optional": true, "description": "See comments on `net::device_bound_sessions::Session::cached_challenge__`.", "typeRef": null}, {"name": "allowedRefreshInitiators", "type": "array", "optional": false, "description": "See comments on `net::device_bound_sessions::Session::allowed_refresh_initiators_`.", "typeRef": "string"}]);
926
+ inspectorBackend.registerType("Network.CreationEventDetails", [{"name": "fetchResult", "type": "string", "optional": false, "description": "The result of the fetch attempt.", "typeRef": "Network.DeviceBoundSessionFetchResult"}, {"name": "newSession", "type": "object", "optional": true, "description": "The session if there was a newly created session. This is populated for all successful creation events.", "typeRef": "Network.DeviceBoundSession"}]);
927
+ inspectorBackend.registerType("Network.RefreshEventDetails", [{"name": "refreshResult", "type": "string", "optional": false, "description": "The result of a refresh.", "typeRef": null}, {"name": "fetchResult", "type": "string", "optional": true, "description": "If there was a fetch attempt, the result of that.", "typeRef": "Network.DeviceBoundSessionFetchResult"}, {"name": "newSession", "type": "object", "optional": true, "description": "The session display if there was a newly created session. This is populated for any refresh event that modifies the session config.", "typeRef": "Network.DeviceBoundSession"}, {"name": "wasFullyProactiveRefresh", "type": "boolean", "optional": false, "description": "See comments on `net::device_bound_sessions::RefreshEventResult::was_fully_proactive_refresh`.", "typeRef": null}]);
928
+ inspectorBackend.registerType("Network.TerminationEventDetails", [{"name": "deletionReason", "type": "string", "optional": false, "description": "The reason for a session being deleted.", "typeRef": null}]);
929
+ inspectorBackend.registerType("Network.ChallengeEventDetails", [{"name": "challengeResult", "type": "string", "optional": false, "description": "The result of a challenge.", "typeRef": null}, {"name": "challenge", "type": "string", "optional": false, "description": "The challenge set.", "typeRef": null}]);
912
930
  inspectorBackend.registerType("Network.LoadNetworkResourcePageResult", [{"name": "success", "type": "boolean", "optional": false, "description": "", "typeRef": null}, {"name": "netError", "type": "number", "optional": true, "description": "Optional values used for error reporting.", "typeRef": null}, {"name": "netErrorName", "type": "string", "optional": true, "description": "", "typeRef": null}, {"name": "httpStatusCode", "type": "number", "optional": true, "description": "", "typeRef": null}, {"name": "stream", "type": "string", "optional": true, "description": "If successful, one of the following two fields holds the result.", "typeRef": "IO.StreamHandle"}, {"name": "headers", "type": "object", "optional": true, "description": "Response headers.", "typeRef": "Network.Headers"}]);
913
931
  inspectorBackend.registerType("Network.LoadNetworkResourceOptions", [{"name": "disableCache", "type": "boolean", "optional": false, "description": "", "typeRef": null}, {"name": "includeCredentials", "type": "boolean", "optional": false, "description": "", "typeRef": null}]);
914
932
 
@@ -505,7 +505,6 @@ export const generatedProperties = [
505
505
  "grid-column-end",
506
506
  "grid-column-start",
507
507
  "grid-lanes-direction",
508
- "grid-lanes-fill",
509
508
  "grid-row-end",
510
509
  "grid-row-start",
511
510
  "grid-template-areas",
@@ -620,6 +619,7 @@ export const generatedProperties = [
620
619
  "padding-right",
621
620
  "padding-top",
622
621
  "page",
622
+ "page-margin-safety",
623
623
  "page-orientation",
624
624
  "paint-order",
625
625
  "pathname",
@@ -1736,6 +1736,13 @@ export const generatedProperties = [
1736
1736
  ],
1737
1737
  "name": "column-rule-color"
1738
1738
  },
1739
+ {
1740
+ "longhands": [
1741
+ "column-rule-edge-inset-start",
1742
+ "column-rule-edge-inset-end"
1743
+ ],
1744
+ "name": "column-rule-edge-inset"
1745
+ },
1739
1746
  {
1740
1747
  "inherited": false,
1741
1748
  "name": "column-rule-edge-inset-end"
@@ -1753,6 +1760,13 @@ export const generatedProperties = [
1753
1760
  ],
1754
1761
  "name": "column-rule-inset"
1755
1762
  },
1763
+ {
1764
+ "longhands": [
1765
+ "column-rule-interior-inset-start",
1766
+ "column-rule-interior-inset-end"
1767
+ ],
1768
+ "name": "column-rule-interior-inset"
1769
+ },
1756
1770
  {
1757
1771
  "inherited": false,
1758
1772
  "name": "column-rule-interior-inset-end"
@@ -2660,13 +2674,13 @@ export const generatedProperties = [
2660
2674
  "longhands": [
2661
2675
  "grid-template-areas",
2662
2676
  "grid-template-columns",
2663
- "grid-lanes-direction",
2664
- "grid-lanes-fill"
2677
+ "grid-lanes-direction"
2665
2678
  ],
2666
2679
  "name": "grid-lanes"
2667
2680
  },
2668
2681
  {
2669
2682
  "keywords": [
2683
+ "normal",
2670
2684
  "row",
2671
2685
  "row-reverse",
2672
2686
  "column",
@@ -2674,20 +2688,6 @@ export const generatedProperties = [
2674
2688
  ],
2675
2689
  "name": "grid-lanes-direction"
2676
2690
  },
2677
- {
2678
- "keywords": [
2679
- "normal",
2680
- "reverse"
2681
- ],
2682
- "name": "grid-lanes-fill"
2683
- },
2684
- {
2685
- "longhands": [
2686
- "grid-lanes-direction",
2687
- "grid-lanes-fill"
2688
- ],
2689
- "name": "grid-lanes-flow"
2690
- },
2691
2691
  {
2692
2692
  "longhands": [
2693
2693
  "grid-row-start",
@@ -3529,6 +3529,14 @@ export const generatedProperties = [
3529
3529
  ],
3530
3530
  "name": "page-break-inside"
3531
3531
  },
3532
+ {
3533
+ "keywords": [
3534
+ "none",
3535
+ "clamp",
3536
+ "add"
3537
+ ],
3538
+ "name": "page-margin-safety"
3539
+ },
3532
3540
  {
3533
3541
  "name": "page-orientation"
3534
3542
  },
@@ -3765,6 +3773,13 @@ export const generatedProperties = [
3765
3773
  ],
3766
3774
  "name": "row-rule-color"
3767
3775
  },
3776
+ {
3777
+ "longhands": [
3778
+ "row-rule-edge-inset-start",
3779
+ "row-rule-edge-inset-end"
3780
+ ],
3781
+ "name": "row-rule-edge-inset"
3782
+ },
3768
3783
  {
3769
3784
  "inherited": false,
3770
3785
  "name": "row-rule-edge-inset-end"
@@ -3782,6 +3797,13 @@ export const generatedProperties = [
3782
3797
  ],
3783
3798
  "name": "row-rule-inset"
3784
3799
  },
3800
+ {
3801
+ "longhands": [
3802
+ "row-rule-interior-inset-start",
3803
+ "row-rule-interior-inset-end"
3804
+ ],
3805
+ "name": "row-rule-interior-inset"
3806
+ },
3785
3807
  {
3786
3808
  "inherited": false,
3787
3809
  "name": "row-rule-interior-inset-end"
@@ -3874,6 +3896,15 @@ export const generatedProperties = [
3874
3896
  ],
3875
3897
  "name": "rule-color"
3876
3898
  },
3899
+ {
3900
+ "longhands": [
3901
+ "row-rule-edge-inset-start",
3902
+ "row-rule-edge-inset-end",
3903
+ "column-rule-edge-inset-start",
3904
+ "column-rule-edge-inset-end"
3905
+ ],
3906
+ "name": "rule-edge-inset"
3907
+ },
3877
3908
  {
3878
3909
  "longhands": [
3879
3910
  "row-rule-edge-inset-start",
@@ -3887,6 +3918,15 @@ export const generatedProperties = [
3887
3918
  ],
3888
3919
  "name": "rule-inset"
3889
3920
  },
3921
+ {
3922
+ "longhands": [
3923
+ "row-rule-interior-inset-start",
3924
+ "row-rule-interior-inset-end",
3925
+ "column-rule-interior-inset-start",
3926
+ "column-rule-interior-inset-end"
3927
+ ],
3928
+ "name": "rule-interior-inset"
3929
+ },
3890
3930
  {
3891
3931
  "longhands": [
3892
3932
  "column-rule-style",
@@ -6025,18 +6065,13 @@ export const generatedPropertyValues = {
6025
6065
  },
6026
6066
  "grid-lanes-direction": {
6027
6067
  "values": [
6068
+ "normal",
6028
6069
  "row",
6029
6070
  "row-reverse",
6030
6071
  "column",
6031
6072
  "column-reverse"
6032
6073
  ]
6033
6074
  },
6034
- "grid-lanes-fill": {
6035
- "values": [
6036
- "normal",
6037
- "reverse"
6038
- ]
6039
- },
6040
6075
  "grid-row-end": {
6041
6076
  "values": [
6042
6077
  "auto"
@@ -6457,6 +6492,13 @@ export const generatedPropertyValues = {
6457
6492
  "auto"
6458
6493
  ]
6459
6494
  },
6495
+ "page-margin-safety": {
6496
+ "values": [
6497
+ "none",
6498
+ "clamp",
6499
+ "add"
6500
+ ]
6501
+ },
6460
6502
  "paint-order": {
6461
6503
  "values": [
6462
6504
  "normal",
@@ -443,6 +443,14 @@ export namespace ProtocolMapping {
443
443
  'Network.reportingApiReportAdded': [Protocol.Network.ReportingApiReportAddedEvent];
444
444
  'Network.reportingApiReportUpdated': [Protocol.Network.ReportingApiReportUpdatedEvent];
445
445
  'Network.reportingApiEndpointsChangedForOrigin': [Protocol.Network.ReportingApiEndpointsChangedForOriginEvent];
446
+ /**
447
+ * Triggered when the initial set of device bound sessions is added.
448
+ */
449
+ 'Network.deviceBoundSessionsAdded': [Protocol.Network.DeviceBoundSessionsAddedEvent];
450
+ /**
451
+ * Triggered when a device bound session event occurs.
452
+ */
453
+ 'Network.deviceBoundSessionEventOccurred': [Protocol.Network.DeviceBoundSessionEventOccurredEvent];
446
454
  /**
447
455
  * Fired when the node should be inspected. This happens after call to `setInspectMode` or when
448
456
  * user manually inspects an element.
@@ -3518,6 +3526,20 @@ export namespace ProtocolMapping {
3518
3526
  paramsType: [Protocol.Network.EnableReportingApiRequest];
3519
3527
  returnType: void;
3520
3528
  };
3529
+ /**
3530
+ * Sets up tracking device bound sessions and fetching of initial set of sessions.
3531
+ */
3532
+ 'Network.enableDeviceBoundSessions': {
3533
+ paramsType: [Protocol.Network.EnableDeviceBoundSessionsRequest];
3534
+ returnType: void;
3535
+ };
3536
+ /**
3537
+ * Fetches the schemeful site for a specific origin.
3538
+ */
3539
+ 'Network.fetchSchemefulSite': {
3540
+ paramsType: [Protocol.Network.FetchSchemefulSiteRequest];
3541
+ returnType: Protocol.Network.FetchSchemefulSiteResponse;
3542
+ };
3521
3543
  /**
3522
3544
  * Fetches the resource and returns the content.
3523
3545
  */
@@ -2663,6 +2663,16 @@ declare namespace ProtocolProxyApi {
2663
2663
  */
2664
2664
  invoke_enableReportingApi(params: Protocol.Network.EnableReportingApiRequest): Promise<Protocol.ProtocolResponseWithError>;
2665
2665
 
2666
+ /**
2667
+ * Sets up tracking device bound sessions and fetching of initial set of sessions.
2668
+ */
2669
+ invoke_enableDeviceBoundSessions(params: Protocol.Network.EnableDeviceBoundSessionsRequest): Promise<Protocol.ProtocolResponseWithError>;
2670
+
2671
+ /**
2672
+ * Fetches the schemeful site for a specific origin.
2673
+ */
2674
+ invoke_fetchSchemefulSite(params: Protocol.Network.FetchSchemefulSiteRequest): Promise<Protocol.Network.FetchSchemefulSiteResponse>;
2675
+
2666
2676
  /**
2667
2677
  * Fetches the resource and returns the content.
2668
2678
  */
@@ -2888,6 +2898,16 @@ declare namespace ProtocolProxyApi {
2888
2898
 
2889
2899
  reportingApiEndpointsChangedForOrigin(params: Protocol.Network.ReportingApiEndpointsChangedForOriginEvent): void;
2890
2900
 
2901
+ /**
2902
+ * Triggered when the initial set of device bound sessions is added.
2903
+ */
2904
+ deviceBoundSessionsAdded(params: Protocol.Network.DeviceBoundSessionsAddedEvent): void;
2905
+
2906
+ /**
2907
+ * Triggered when a device bound session event occurs.
2908
+ */
2909
+ deviceBoundSessionEventOccurred(params: Protocol.Network.DeviceBoundSessionEventOccurredEvent): void;
2910
+
2891
2911
  }
2892
2912
 
2893
2913
  export interface OverlayApi {