| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 InitializedByEventConstructor | 73 InitializedByEventConstructor |
| 74 KeepAttributeAliveForGC | 74 KeepAttributeAliveForGC |
| 75 # FIXME: We should remove this extended attribute once the needed refactoring is
complete. | 75 # FIXME: We should remove this extended attribute once the needed refactoring is
complete. |
| 76 LegacyImplementedInBaseClass | 76 LegacyImplementedInBaseClass |
| 77 MasqueradesAsUndefined | 77 MasqueradesAsUndefined |
| 78 MeasureAs=* | 78 MeasureAs=* |
| 79 NamedConstructor=* | 79 NamedConstructor=* |
| 80 NoInterfaceObject | 80 NoInterfaceObject |
| 81 NotEnumerable | 81 NotEnumerable |
| 82 OverrideBuiltins | 82 OverrideBuiltins |
| 83 # Valid values for [PerContextEnabled] are Context Features, in |
| 84 # ContextFeatures::FeatureType in Source/core/dom/ContextFeatures.h |
| 83 PerContextEnabled=* | 85 PerContextEnabled=* |
| 84 PerWorldBindings | 86 PerWorldBindings |
| 85 PutForwards=* | 87 PutForwards=* |
| 86 RaisesException | 88 RaisesException |
| 87 ReadOnly | 89 ReadOnly |
| 88 Reflect=|* | 90 Reflect=|* |
| 89 Replaceable | 91 Replaceable |
| 90 # Valid values for RuntimeEnabled and PerContextEnabled are Runtime Enabled | 92 # Valid values for [RuntimeEnabled] are the Runtime Enabled Features, listed in |
| 91 # Features, listed in Source/core/page/RuntimeEnabledFeatures.in | 93 # Source/core/page/RuntimeEnabledFeatures.in |
| 92 RuntimeEnabled=* | 94 RuntimeEnabled=* |
| 93 SetterCallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWi
ndow | 95 SetterCallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWi
ndow |
| 94 SetterRaisesException | 96 SetterRaisesException |
| 95 SpecialWrapFor=* | 97 SpecialWrapFor=* |
| 96 StrictTypeChecking | 98 StrictTypeChecking |
| 97 TreatNullAs=NullString|* | 99 TreatNullAs=NullString|* |
| 98 TreatReturnedNullStringAs=Null|Undefined | 100 TreatReturnedNullStringAs=Null|Undefined |
| 99 TreatUndefinedAs=NullString|* | 101 TreatUndefinedAs=NullString|* |
| 100 URL | 102 URL |
| 101 Unforgeable | 103 Unforgeable |
| 102 Unserializable | 104 Unserializable |
| OLD | NEW |