Skip to content

Commit 19373cd

Browse files
committed
bump protocol
1 parent 69048f1 commit 19373cd

File tree

3 files changed

+50
-3
lines changed

3 files changed

+50
-3
lines changed

pages/_data/tot.json

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,6 +1356,47 @@
13561356
}
13571357
]
13581358
},
1359+
{
1360+
"id": "TwaQualityEnforcementViolationType",
1361+
"type": "string",
1362+
"enum": [
1363+
"kHttpError",
1364+
"kUnavailableOffline",
1365+
"kDigitalAssetLinks"
1366+
]
1367+
},
1368+
{
1369+
"id": "TrustedWebActivityIssueDetails",
1370+
"type": "object",
1371+
"properties": [
1372+
{
1373+
"name": "url",
1374+
"description": "The url that triggers the violation.",
1375+
"type": "string"
1376+
},
1377+
{
1378+
"name": "violationType",
1379+
"$ref": "TwaQualityEnforcementViolationType"
1380+
},
1381+
{
1382+
"name": "httpStatusCode",
1383+
"optional": true,
1384+
"type": "integer"
1385+
},
1386+
{
1387+
"name": "packageName",
1388+
"description": "The package name of the Trusted Web Activity client app. This field is\nonly used when violation type is kDigitalAssetLinks.",
1389+
"optional": true,
1390+
"type": "string"
1391+
},
1392+
{
1393+
"name": "signature",
1394+
"description": "The signature of the Trusted Web Activity client app. This field is only\nused when violation type is kDigitalAssetLinks.",
1395+
"optional": true,
1396+
"type": "string"
1397+
}
1398+
]
1399+
},
13591400
{
13601401
"id": "InspectorIssueCode",
13611402
"description": "A unique identifier for the type of issue. Each type may use one of the\noptional fields in InspectorIssueDetails to convey more specific\ninformation about the kind of issue.",
@@ -1366,7 +1407,8 @@
13661407
"BlockedByResponseIssue",
13671408
"HeavyAdIssue",
13681409
"ContentSecurityPolicyIssue",
1369-
"SharedArrayBufferTransferIssue"
1410+
"SharedArrayBufferTransferIssue",
1411+
"TrustedWebActivityIssue"
13701412
]
13711413
},
13721414
{
@@ -1403,6 +1445,11 @@
14031445
"name": "sharedArrayBufferTransferIssueDetails",
14041446
"optional": true,
14051447
"$ref": "SharedArrayBufferTransferIssueDetails"
1448+
},
1449+
{
1450+
"name": "twaQualityEnforcementDetails",
1451+
"optional": true,
1452+
"$ref": "TrustedWebActivityIssueDetails"
14061453
}
14071454
]
14081455
},

pages/tot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There is no backwards compatibility support guaranteed for the capabilities it i
1010

1111
<h5 browser>Latest <a
1212
href="https://chromium.googlesource.com/chromium/src/+log/master/third_party/blink/renderer/core/inspector/browser_protocol.json">browser_protocol.json</a> version updated:</h5>
13-
<code browser>Date: 2021-01-21 01:16:18 -0800
13+
<code browser>Date: 2021-01-21 12:16:08 -0800
1414
</code>
1515

1616
<h5 js>Latest <a

search_index/tot.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)