| OLD | NEW |
| 1 # | 1 # |
| 2 # This file describes all Blink IDL extended attributes and allowed values. | 2 # This file describes all Blink IDL extended attributes and allowed values. |
| 3 # If any IDL file uses an extended attribute or values not listed below, the | 3 # If any IDL file uses an extended attribute or values not listed below, the |
| 4 # build will fail. | 4 # build will fail. |
| 5 # If you would like to add a new extended attribute or value, please: | 5 # If you would like to add a new extended attribute or value, please: |
| 6 # (1) add the extended attribute or value to this file | 6 # (1) add the extended attribute or value to this file |
| 7 # (2) add an explanation to the Blink IDL extended attributes document: | 7 # (2) add an explanation to the Blink IDL extended attributes document: |
| 8 # IDLExtendedAttributes.md (in this directory) | 8 # IDLExtendedAttributes.md (in this directory) |
| 9 # (3) add appropriate test cases to run-bindings-tests | 9 # (3) add appropriate test cases to run-bindings-tests |
| 10 # | 10 # |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 DoNotTestNewObject | 53 DoNotTestNewObject |
| 54 EnforceRange | 54 EnforceRange |
| 55 ExperimentalCallbackFunction | 55 ExperimentalCallbackFunction |
| 56 Exposed=* | 56 Exposed=* |
| 57 FeaturePolicy=* | 57 FeaturePolicy=* |
| 58 FlexibleArrayBufferView | 58 FlexibleArrayBufferView |
| 59 Global=|* | 59 Global=|* |
| 60 HTMLConstructor | 60 HTMLConstructor |
| 61 ImmutablePrototype | 61 ImmutablePrototype |
| 62 ImplementedAs=* | 62 ImplementedAs=* |
| 63 ImplementedInPrivateScript | |
| 64 Iterable | 63 Iterable |
| 65 LegacyInterfaceTypeChecking | 64 LegacyInterfaceTypeChecking |
| 66 LegacyTreatAsPartialInterface | 65 LegacyTreatAsPartialInterface |
| 67 LenientThis | 66 LenientThis |
| 68 LogActivity=|GetterOnly|SetterOnly | 67 LogActivity=|GetterOnly|SetterOnly |
| 69 LogAllWorlds | 68 LogAllWorlds |
| 70 NewObject | 69 NewObject |
| 71 Measure | 70 Measure |
| 72 MeasureAs=* | 71 MeasureAs=* |
| 73 NamedConstructor=* | 72 NamedConstructor=* |
| 74 NoImplHeader | |
| 75 NoInterfaceObject | 73 NoInterfaceObject |
| 76 NotEnumerable | 74 NotEnumerable |
| 77 OnlyExposedToPrivateScript | |
| 78 OriginTrialEnabled=* | 75 OriginTrialEnabled=* |
| 79 OverrideBuiltins | 76 OverrideBuiltins |
| 80 PartialInterfaceImplementedAs=* | 77 PartialInterfaceImplementedAs=* |
| 81 PermissiveDictionaryConversion | 78 PermissiveDictionaryConversion |
| 82 PerWorldBindings | 79 PerWorldBindings |
| 83 PostMessage | 80 PostMessage |
| 84 PrimaryGlobal=|* | 81 PrimaryGlobal=|* |
| 85 PutForwards=* | 82 PutForwards=* |
| 86 RaisesException=|Getter|Setter|Constructor | 83 RaisesException=|Getter|Setter|Constructor |
| 87 Reflect=|* | 84 Reflect=|* |
| 88 ReflectEmpty=* | 85 ReflectEmpty=* |
| 89 ReflectInvalid=* | 86 ReflectInvalid=* |
| 90 ReflectMissing=* | 87 ReflectMissing=* |
| 91 ReflectOnly=* | 88 ReflectOnly=* |
| 92 Replaceable | 89 Replaceable |
| 93 # Valid values for [RuntimeEnabled] are the Runtime Enabled Features, listed in | 90 # Valid values for [RuntimeEnabled] are the Runtime Enabled Features, listed in |
| 94 # Source/platform/RuntimeEnabledFeatures.in | 91 # Source/platform/RuntimeEnabledFeatures.in |
| 95 RuntimeEnabled=* | 92 RuntimeEnabled=* |
| 96 SameObject | 93 SameObject |
| 97 SaveSameObject | 94 SaveSameObject |
| 98 SecureContext | 95 SecureContext |
| 99 SetWrapperReferenceFrom=* | 96 SetWrapperReferenceFrom=* |
| 100 SetWrapperReferenceTo=* | 97 SetWrapperReferenceTo=* |
| 101 SetterCallWith=ExecutionContext|ScriptArguments|CurrentWindow|EnteredWindow | 98 SetterCallWith=ExecutionContext|ScriptArguments|CurrentWindow|EnteredWindow |
| 102 TreatNullAs=NullString|EmptyString | 99 TreatNullAs=NullString|EmptyString |
| 103 URL | 100 URL |
| 104 Unforgeable | 101 Unforgeable |
| 105 Unscopable | 102 Unscopable |
| 106 WebModuleAPI | 103 WebModuleAPI |
| OLD | NEW |