|
102 | 102 | },
|
103 | 103 | {
|
104 | 104 | "name": "nativeSource",
|
105 |
| - "description": "The native markup source for this value, e.g. a <label> element.", |
| 105 | + "description": "The native markup source for this value, e.g. a `<label>` element.", |
106 | 106 | "optional": true,
|
107 | 107 | "$ref": "AXValueNativeSourceType"
|
108 | 108 | },
|
|
1005 | 1005 | "WarnSameSiteLaxCrossDowngradeStrict",
|
1006 | 1006 | "WarnSameSiteLaxCrossDowngradeLax",
|
1007 | 1007 | "WarnAttributeValueExceedsMaxSize",
|
1008 |
| - "WarnDomainNonASCII" |
| 1008 | + "WarnDomainNonASCII", |
| 1009 | + "WarnThirdPartyPhaseout" |
1009 | 1010 | ]
|
1010 | 1011 | },
|
1011 | 1012 | {
|
|
3081 | 3082 | },
|
3082 | 3083 | {
|
3083 | 3084 | "name": "isMutable",
|
3084 |
| - "description": "Whether this stylesheet is mutable. Inline stylesheets become mutable\nafter they have been modified via CSSOM API.\n<link> element's stylesheets become mutable only if DevTools modifies them.\nConstructed stylesheets (new CSSStyleSheet()) are mutable immediately after creation.", |
| 3085 | + "description": "Whether this stylesheet is mutable. Inline stylesheets become mutable\nafter they have been modified via CSSOM API.\n`<link>` element's stylesheets become mutable only if DevTools modifies them.\nConstructed stylesheets (new CSSStyleSheet()) are mutable immediately after creation.", |
3085 | 3086 | "type": "boolean"
|
3086 | 3087 | },
|
3087 | 3088 | {
|
|
4968 | 4969 | },
|
4969 | 4970 | {
|
4970 | 4971 | "domain": "DOM",
|
4971 |
| - "description": "This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object\nthat has an `id`. This `id` can be used to get additional information on the Node, resolve it into\nthe JavaScript object wrapper, etc. It is important that client receives DOM events only for the\nnodes that are known to the client. Backend keeps track of the nodes that were sent to the client\nand never sends the same node twice. It is client's responsibility to collect information about\nthe nodes that were sent to the client.<p>Note that `iframe` owner elements will return\ncorresponding document elements as their child nodes.</p>", |
| 4972 | + "description": "This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object\nthat has an `id`. This `id` can be used to get additional information on the Node, resolve it into\nthe JavaScript object wrapper, etc. It is important that client receives DOM events only for the\nnodes that are known to the client. Backend keeps track of the nodes that were sent to the client\nand never sends the same node twice. It is client's responsibility to collect information about\nthe nodes that were sent to the client. Note that `iframe` owner elements will return\ncorresponding document elements as their child nodes.", |
4972 | 4973 | "dependencies": [
|
4973 | 4974 | "Runtime"
|
4974 | 4975 | ],
|
|
8975 | 8976 | "types": [
|
8976 | 8977 | {
|
8977 | 8978 | "id": "StreamHandle",
|
8978 |
| - "description": "This is either obtained from another method or specified as `blob:<uuid>` where\n`<uuid>` is an UUID of a Blob.", |
| 8979 | + "description": "This is either obtained from another method or specified as `blob:<uuid>` where\n`<uuid>` is an UUID of a Blob.", |
8979 | 8980 | "type": "string"
|
8980 | 8981 | }
|
8981 | 8982 | ],
|
|
12562 | 12563 | },
|
12563 | 12564 | {
|
12564 | 12565 | "name": "headerIntegrity",
|
12565 |
| - "description": "Signed exchange header integrity hash in the form of \"sha256-<base64-hash-value>\".", |
| 12566 | + "description": "Signed exchange header integrity hash in the form of `sha256-<base64-hash-value>`.", |
12566 | 12567 | "type": "string"
|
12567 | 12568 | }
|
12568 | 12569 | ]
|
|
18063 | 18064 | },
|
18064 | 18065 | {
|
18065 | 18066 | "name": "backendNodeId",
|
18066 |
| - "description": "Input node id. Only present for file choosers opened via an <input type=\"file\"> element.", |
| 18067 | + "description": "Input node id. Only present for file choosers opened via an `<input type=\"file\">` element.", |
18067 | 18068 | "experimental": true,
|
18068 | 18069 | "optional": true,
|
18069 | 18070 | "$ref": "DOM.BackendNodeId"
|
@@ -23566,12 +23567,12 @@
|
23566 | 23567 | },
|
23567 | 23568 | {
|
23568 | 23569 | "name": "sourceText",
|
23569 |
| - "description": "Source text of JSON representing the rule set. If it comes from\n<script> tag, it is the textContent of the node. Note that it is\na JSON for valid case.\n\nSee also:\n- https://wicg.github.io/nav-speculation/speculation-rules.html\n- https://github.com/WICG/nav-speculation/blob/main/triggers.md", |
| 23570 | + "description": "Source text of JSON representing the rule set. If it comes from\n`<script>` tag, it is the textContent of the node. Note that it is\na JSON for valid case.\n\nSee also:\n- https://wicg.github.io/nav-speculation/speculation-rules.html\n- https://github.com/WICG/nav-speculation/blob/main/triggers.md", |
23570 | 23571 | "type": "string"
|
23571 | 23572 | },
|
23572 | 23573 | {
|
23573 | 23574 | "name": "backendNodeId",
|
23574 |
| - "description": "A speculation rule set is either added through an inline\n<script> tag or through an external resource via the\n'Speculation-Rules' HTTP header. For the first case, we include\nthe BackendNodeId of the relevant <script> tag. For the second\ncase, we include the external URL where the rule set was loaded\nfrom, and also RequestId if Network domain is enabled.\n\nSee also:\n- https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-script\n- https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-header", |
| 23575 | + "description": "A speculation rule set is either added through an inline\n`<script>` tag or through an external resource via the\n'Speculation-Rules' HTTP header. For the first case, we include\nthe BackendNodeId of the relevant `<script>` tag. For the second\ncase, we include the external URL where the rule set was loaded\nfrom, and also RequestId if Network domain is enabled.\n\nSee also:\n- https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-script\n- https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-header", |
23575 | 23576 | "optional": true,
|
23576 | 23577 | "$ref": "DOM.BackendNodeId"
|
23577 | 23578 | },
|
|
23708 | 23709 | "AudioOutputDeviceRequested",
|
23709 | 23710 | "MixedContent",
|
23710 | 23711 | "TriggerBackgrounded",
|
23711 |
| - "EmbedderTriggeredAndCrossOriginRedirected", |
23712 | 23712 | "MemoryLimitExceeded",
|
23713 | 23713 | "FailToGetMemoryUsage",
|
23714 | 23714 | "DataSaverEnabled",
|
|
23742 | 23742 | "MemoryPressureAfterTriggered",
|
23743 | 23743 | "PrerenderingDisabledByDevTools",
|
23744 | 23744 | "ResourceLoadBlockedByClient",
|
23745 |
| - "SpeculationRuleRemoved" |
| 23745 | + "SpeculationRuleRemoved", |
| 23746 | + "ActivatedWithAuxiliaryBrowsingContexts" |
23746 | 23747 | ]
|
23747 | 23748 | },
|
23748 | 23749 | {
|
|
0 commit comments