| 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 # http://www.chromium.org/blink/webidl/blink-idl-extended-attributes | 8 # http://www.chromium.org/blink/webidl/blink-idl-extended-attributes |
| 9 # (3) add appropriate test cases to run-bindings-tests | 9 # (3) add appropriate test cases to run-bindings-tests |
| 10 # | 10 # |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 MasqueradesAsUndefined | 70 MasqueradesAsUndefined |
| 71 MeasureAs=* | 71 MeasureAs=* |
| 72 NamedConstructor=* | 72 NamedConstructor=* |
| 73 NoInterfaceObject | 73 NoInterfaceObject |
| 74 NotEnumerable | 74 NotEnumerable |
| 75 OverrideBuiltins | 75 OverrideBuiltins |
| 76 # Valid values for [PerContextEnabled] are Context Features, in | 76 # Valid values for [PerContextEnabled] are Context Features, in |
| 77 # ContextFeatures::FeatureType in Source/core/dom/ContextFeatures.h | 77 # ContextFeatures::FeatureType in Source/core/dom/ContextFeatures.h |
| 78 PerContextEnabled=* | 78 PerContextEnabled=* |
| 79 PerWorldBindings | 79 PerWorldBindings |
| 80 PromiseResolutionTarget |
| 80 PutForwards=* | 81 PutForwards=* |
| 81 RaisesException=|Getter|Setter|Constructor | 82 RaisesException=|Getter|Setter|Constructor |
| 82 ReadOnly | 83 ReadOnly |
| 83 Reflect=|* | 84 Reflect=|* |
| 84 Replaceable | 85 Replaceable |
| 85 # Valid values for [RuntimeEnabled] are the Runtime Enabled Features, listed in | 86 # Valid values for [RuntimeEnabled] are the Runtime Enabled Features, listed in |
| 86 # Source/core/page/RuntimeEnabledFeatures.in | 87 # Source/core/page/RuntimeEnabledFeatures.in |
| 87 RuntimeEnabled=* | 88 RuntimeEnabled=* |
| 88 SetReference=* | 89 SetReference=* |
| 89 SetterCallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWi
ndow | 90 SetterCallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWi
ndow |
| 90 SpecialWrapFor=* | 91 SpecialWrapFor=* |
| 91 StrictTypeChecking | 92 StrictTypeChecking |
| 92 TreatNullAs=NullString|* | 93 TreatNullAs=NullString|* |
| 93 TreatReturnedNullStringAs=Null|Undefined | 94 TreatReturnedNullStringAs=Null|Undefined |
| 94 TreatUndefinedAs=NullString|* | 95 TreatUndefinedAs=NullString|* |
| 95 URL | 96 URL |
| 96 Unforgeable | 97 Unforgeable |
| 97 Unserializable | 98 Unserializable |
| OLD | NEW |