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