Skip to content

Commit

Permalink
autoupdated protocol.json & generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Kulhan committed Oct 14, 2021
1 parent 661d4c7 commit 1da1cf9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/
final class AXValueNativeSourceTypeEnum
{
public const DESCRIPTION = 'description';
public const FIGCAPTION = 'figcaption';
public const LABEL = 'label';
public const LABELFOR = 'labelfor';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ final class ContentSecurityPolicyViolationTypeEnum
public const K_U_R_L_VIOLATION = 'kURLViolation';
public const K_TRUSTED_TYPES_SINK_VIOLATION = 'kTrustedTypesSinkViolation';
public const K_TRUSTED_TYPES_POLICY_VIOLATION = 'kTrustedTypesPolicyViolation';
public const K_WASM_EVAL_VIOLATION = 'kWasmEvalViolation';
}
4 changes: 3 additions & 1 deletion protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"description": "Enum of possible native property sources (as a subtype of a particular AXValueSourceType).",
"type": "string",
"enum": [
"description",
"figcaption",
"label",
"labelfor",
Expand Down Expand Up @@ -1138,7 +1139,8 @@
"kEvalViolation",
"kURLViolation",
"kTrustedTypesSinkViolation",
"kTrustedTypesPolicyViolation"
"kTrustedTypesPolicyViolation",
"kWasmEvalViolation"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion protocol.json.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c7281abbe711375fdab15da8bd455a2b protocol.json
808af6eb5ad70585beb4c2bfaf8fe1a6 protocol.json

0 comments on commit 1da1cf9

Please sign in to comment.