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