| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 NewObject | 71 NewObject |
| 72 Measure | 72 Measure |
| 73 MeasureAs=* | 73 MeasureAs=* |
| 74 NamedConstructor=* | 74 NamedConstructor=* |
| 75 NoImplHeader | 75 NoImplHeader |
| 76 NoInterfaceObject | 76 NoInterfaceObject |
| 77 NotEnumerable | 77 NotEnumerable |
| 78 OnlyExposedToPrivateScript | 78 OnlyExposedToPrivateScript |
| 79 OverrideBuiltins | 79 OverrideBuiltins |
| 80 PartialInterfaceImplementedAs=* | 80 PartialInterfaceImplementedAs=* |
| 81 # Valid values for [PerContextEnabled] are Context Features, in | |
| 82 # ContextFeatures::FeatureType in Source/core/dom/ContextFeatures.h | |
| 83 PerContextEnabled=* | |
| 84 PermissiveDictionaryConversion | 81 PermissiveDictionaryConversion |
| 85 PerWorldBindings | 82 PerWorldBindings |
| 86 PrimaryGlobal=|* | 83 PrimaryGlobal=|* |
| 87 PutForwards=* | 84 PutForwards=* |
| 88 RaisesException=|Getter|Setter|Constructor | 85 RaisesException=|Getter|Setter|Constructor |
| 89 Reflect=|* | 86 Reflect=|* |
| 90 ReflectEmpty=* | 87 ReflectEmpty=* |
| 91 ReflectInvalid=* | 88 ReflectInvalid=* |
| 92 ReflectMissing=* | 89 ReflectMissing=* |
| 93 ReflectOnly=* | 90 ReflectOnly=* |
| 94 Replaceable | 91 Replaceable |
| 95 # Valid values for [RuntimeEnabled] are the Runtime Enabled Features, listed in | 92 # Valid values for [RuntimeEnabled] are the Runtime Enabled Features, listed in |
| 96 # Source/core/page/RuntimeEnabledFeatures.in | 93 # Source/core/page/RuntimeEnabledFeatures.in |
| 97 RuntimeEnabled=* | 94 RuntimeEnabled=* |
| 98 SameObject | 95 SameObject |
| 99 SetWrapperReferenceFrom=* | 96 SetWrapperReferenceFrom=* |
| 100 SetWrapperReferenceTo=* | 97 SetWrapperReferenceTo=* |
| 101 SetterCallWith=ExecutionContext|ScriptArguments|ActiveWindow|FirstWindow | 98 SetterCallWith=ExecutionContext|ScriptArguments|ActiveWindow|FirstWindow |
| 102 TreatNullAs=NullString|EmptyString | 99 TreatNullAs=NullString|EmptyString |
| 103 TreatReturnedNullStringAs=Null|Undefined | 100 TreatReturnedNullStringAs=Null|Undefined |
| 104 TreatUndefinedAs=NullString | 101 TreatUndefinedAs=NullString |
| 105 TypeChecking=Interface | 102 TypeChecking=Interface |
| 106 URL | 103 URL |
| 107 Unforgeable | 104 Unforgeable |
| 108 WillBeGarbageCollected | 105 WillBeGarbageCollected |
| OLD | NEW |