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