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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 EventConstructor | 57 EventConstructor |
58 ExposeJSAccessors | 58 ExposeJSAccessors |
59 WillBeGarbageCollected | 59 WillBeGarbageCollected |
60 GlobalContext=Window|WorkerGlobalScope|SharedWorkerGlobalScope|DedicatedWorkerGl
obalScope|ServiceWorkerGlobalScope | 60 GlobalContext=Window|WorkerGlobalScope|SharedWorkerGlobalScope|DedicatedWorkerGl
obalScope|ServiceWorkerGlobalScope |
61 Immutable | 61 Immutable |
62 ImplementedAs=* | 62 ImplementedAs=* |
63 ImplementedInBaseClass | 63 ImplementedInBaseClass |
64 InitializedByEventConstructor | 64 InitializedByEventConstructor |
65 MeasureAs=* | 65 MeasureAs=* |
66 NamedConstructor=* | 66 NamedConstructor=* |
67 # FIXME: remove [NoHeader] once switch to Python | |
68 NoHeader | |
69 NoInterfaceObject | 67 NoInterfaceObject |
70 NotEnumerable | 68 NotEnumerable |
71 OverrideBuiltins | 69 OverrideBuiltins |
72 # Valid values for [PerContextEnabled] are Context Features, in | 70 # Valid values for [PerContextEnabled] are Context Features, in |
73 # ContextFeatures::FeatureType in Source/core/dom/ContextFeatures.h | 71 # ContextFeatures::FeatureType in Source/core/dom/ContextFeatures.h |
74 PerContextEnabled=* | 72 PerContextEnabled=* |
75 PerWorldBindings | 73 PerWorldBindings |
76 PutForwards=* | 74 PutForwards=* |
77 RaisesException=|Getter|Setter|Constructor | 75 RaisesException=|Getter|Setter|Constructor |
78 ReadOnly | 76 ReadOnly |
79 Reflect=|* | 77 Reflect=|* |
80 ReflectEmpty=* | 78 ReflectEmpty=* |
81 ReflectInvalid=* | 79 ReflectInvalid=* |
82 ReflectMissing=* | 80 ReflectMissing=* |
83 ReflectOnly=* | 81 ReflectOnly=* |
84 Replaceable | 82 Replaceable |
85 # Valid values for [RuntimeEnabled] are the Runtime Enabled Features, listed in | 83 # Valid values for [RuntimeEnabled] are the Runtime Enabled Features, listed in |
86 # Source/core/page/RuntimeEnabledFeatures.in | 84 # Source/core/page/RuntimeEnabledFeatures.in |
87 RuntimeEnabled=* | 85 RuntimeEnabled=* |
88 SetWrapperReferenceFrom=* | 86 SetWrapperReferenceFrom=* |
89 SetWrapperReferenceTo=* | 87 SetWrapperReferenceTo=* |
90 SetterCallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWi
ndow | 88 SetterCallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWi
ndow |
91 SpecialWrapFor=* | 89 SpecialWrapFor=* |
92 StrictTypeChecking | 90 StrictTypeChecking |
93 TreatNullAs=NullString | 91 TreatNullAs=NullString |
94 TreatReturnedNullStringAs=Null|Undefined | 92 TreatReturnedNullStringAs=Null|Undefined |
95 TreatUndefinedAs=NullString | 93 TreatUndefinedAs=NullString |
96 URL | 94 URL |
97 Unforgeable | 95 Unforgeable |
OLD | NEW |