| 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 18 matching lines...) Expand all Loading... |
| 29 # [Attr=DeleteFunction], [Attr=X|Y]. | 29 # [Attr=DeleteFunction], [Attr=X|Y]. |
| 30 # - "Attr=|*" means that Attr takes an optional value, which can be | 30 # - "Attr=|*" means that Attr takes an optional value, which can be |
| 31 # arbitrary, e.g. [Attr], [Attr=X]. | 31 # arbitrary, e.g. [Attr], [Attr=X]. |
| 32 # - "Attr=X|*" means that Attr takes an required value, which can be | 32 # - "Attr=X|*" means that Attr takes an required value, which can be |
| 33 # arbitrary, but that "X" is standard, e.g. [Attr=X], [Attr=Foo]. | 33 # arbitrary, but that "X" is standard, e.g. [Attr=X], [Attr=Foo]. |
| 34 # | 34 # |
| 35 | 35 |
| 36 ActiveDOMObject | 36 ActiveDOMObject |
| 37 CachedAttribute=* | 37 CachedAttribute=* |
| 38 CallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWindow|T
hisValue | 38 CallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWindow|T
hisValue |
| 39 CheckSecurity=Frame|Node | 39 CheckSecurity=Frame|Node|Window |
| 40 Clamp | 40 Clamp |
| 41 Conditional=* | 41 Conditional=* |
| 42 Constructor | 42 Constructor |
| 43 # FIXME: remove [ConstructorCallWith=Document], as can instead use | 43 # FIXME: remove [ConstructorCallWith=Document], as can instead use |
| 44 # [ConstructorCallWith=ExecutionContext] + toDocument(executionContext) | 44 # [ConstructorCallWith=ExecutionContext] + toDocument(executionContext) |
| 45 ConstructorCallWith=ExecutionContext|Document | 45 ConstructorCallWith=ExecutionContext|Document |
| 46 Custom=|Getter|Setter|LegacyCallAsFunction|ToV8|VisitDOMWrapper|Wrap|PropertyGet
ter|PropertyEnumerator|PropertyQuery | 46 Custom=|Getter|Setter|LegacyCallAsFunction|ToV8|VisitDOMWrapper|Wrap|PropertyGet
ter|PropertyEnumerator|PropertyQuery |
| 47 CustomConstructor | 47 CustomConstructor |
| 48 CustomElementCallbacks | 48 CustomElementCallbacks |
| 49 # Dartium specific attributes. | 49 # Dartium specific attributes. |
| (...skipping 24 matching lines...) Expand all Loading... |
| 74 EnforceRange | 74 EnforceRange |
| 75 EventConstructor | 75 EventConstructor |
| 76 ExposeJSAccessors | 76 ExposeJSAccessors |
| 77 Exposed=* | 77 Exposed=* |
| 78 GarbageCollected | 78 GarbageCollected |
| 79 Global=|* | 79 Global=|* |
| 80 Immutable | 80 Immutable |
| 81 ImplementedAs=* | 81 ImplementedAs=* |
| 82 ImplementedInPrivateScript | 82 ImplementedInPrivateScript |
| 83 InitializedByEventConstructor | 83 InitializedByEventConstructor |
| 84 Iterable |
| 84 LegacyTreatAsPartialInterface | 85 LegacyTreatAsPartialInterface |
| 85 LogActivity=|GetterOnly|SetterOnly | 86 LogActivity=|GetterOnly|SetterOnly |
| 86 LogAllWorlds | 87 LogAllWorlds |
| 87 LogPreviousValue | |
| 88 MeasureAs=* | 88 MeasureAs=* |
| 89 NamedConstructor=* | 89 NamedConstructor=* |
| 90 NoImplHeader |
| 90 NoInterfaceObject | 91 NoInterfaceObject |
| 91 NotEnumerable | 92 NotEnumerable |
| 93 NotScriptWrappable |
| 92 OnlyExposedToPrivateScript | 94 OnlyExposedToPrivateScript |
| 93 OverrideBuiltins | 95 OverrideBuiltins |
| 94 PartialInterfaceImplementedAs=* | 96 PartialInterfaceImplementedAs=* |
| 95 # Valid values for [PerContextEnabled] are Context Features, in | 97 # Valid values for [PerContextEnabled] are Context Features, in |
| 96 # ContextFeatures::FeatureType in Source/core/dom/ContextFeatures.h | 98 # ContextFeatures::FeatureType in Source/core/dom/ContextFeatures.h |
| 97 PerContextEnabled=* | 99 PerContextEnabled=* |
| 98 PerWorldBindings | 100 PerWorldBindings |
| 99 PrimaryGlobal=|* | 101 PrimaryGlobal=|* |
| 100 PutForwards=* | 102 PutForwards=* |
| 101 RaisesException=|Getter|Setter|Constructor | 103 RaisesException=|Getter|Setter|Constructor |
| (...skipping 10 matching lines...) Expand all Loading... |
| 112 SetWrapperReferenceTo=* | 114 SetWrapperReferenceTo=* |
| 113 SetterCallWith=ExecutionContext|ScriptArguments|ActiveWindow|FirstWindow | 115 SetterCallWith=ExecutionContext|ScriptArguments|ActiveWindow|FirstWindow |
| 114 SpecialWrapFor=* | 116 SpecialWrapFor=* |
| 115 TreatNullAs=NullString|EmptyString | 117 TreatNullAs=NullString|EmptyString |
| 116 TreatReturnedNullStringAs=Null|Undefined | 118 TreatReturnedNullStringAs=Null|Undefined |
| 117 TreatUndefinedAs=NullString | 119 TreatUndefinedAs=NullString |
| 118 TypeChecking=Interface|Unrestricted | 120 TypeChecking=Interface|Unrestricted |
| 119 URL | 121 URL |
| 120 Unforgeable | 122 Unforgeable |
| 121 WillBeGarbageCollected | 123 WillBeGarbageCollected |
| OLD | NEW |