| OLD | NEW |
| 1 # | 1 # |
| 2 # This file describes all IDL attributes. | 2 # This file describes all IDL attributes. |
| 3 # If any IDL file uses an IDL attribute not listed below, the WebKit build will
fail. | 3 # If any IDL file uses an IDL attribute not listed below, the WebKit build will
fail. |
| 4 # If you want to add a new IDL attribute, you need to | 4 # If you want to add a new IDL attribute, you need to |
| 5 # (1) add the IDL attribute to this file | 5 # (1) add the IDL attribute to this file |
| 6 # (2) add the explanation to the WebKit IDL document (https://trac.webkit.or
g/wiki/WebKitIDL) | 6 # (2) add the explanation to the WebKit IDL document (https://trac.webkit.or
g/wiki/WebKitIDL) |
| 7 # (3) add test cases to run-bindings-tests | 7 # (3) add test cases to run-bindings-tests |
| 8 # | 8 # |
| 9 # The syntax of this file is as follows: | 9 # The syntax of this file is as follows: |
| 10 # - You can write one IDL attribute per one line. | 10 # - You can write one IDL attribute per one line. |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 KeepAttributeAliveForGC | 24 KeepAttributeAliveForGC |
| 25 CallWith=ScriptExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWi
ndow | 25 CallWith=ScriptExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWi
ndow |
| 26 CheckSecurity | 26 CheckSecurity |
| 27 CheckSecurityForNode | 27 CheckSecurityForNode |
| 28 Clamp | 28 Clamp |
| 29 Conditional=* | 29 Conditional=* |
| 30 Constructor | 30 Constructor |
| 31 ConstructorTemplate=Event|TypedArray | 31 ConstructorTemplate=Event|TypedArray |
| 32 Custom | 32 Custom |
| 33 CustomConstructor | 33 CustomConstructor |
| 34 CustomDeleteProperty | |
| 35 CustomEnumerateProperty | 34 CustomEnumerateProperty |
| 36 CustomGetter | 35 CustomGetter |
| 37 CustomIndexedGetter | |
| 38 CustomIndexedSetter | |
| 39 CustomIsReachable | 36 CustomIsReachable |
| 40 CustomLegacyCall | 37 CustomLegacyCall |
| 41 CustomNamedGetter | |
| 42 CustomNamedSetter | |
| 43 CustomSetter | 38 CustomSetter |
| 44 CustomToV8 | 39 CustomToV8 |
| 45 Default=NullString|Undefined | 40 Default=NullString|Undefined |
| 46 DeliverCustomElementCallbacks | 41 DeliverCustomElementCallbacks |
| 47 DependentLifetime | 42 DependentLifetime |
| 48 DeprecateAs=* | 43 DeprecateAs=* |
| 49 DoNotCheckConstants | 44 DoNotCheckConstants |
| 50 DoNotCheckSecurity | 45 DoNotCheckSecurity |
| 51 DoNotCheckSecurityOnGetter | 46 DoNotCheckSecurityOnGetter |
| 52 DoNotCheckSecurityOnSetter | 47 DoNotCheckSecurityOnSetter |
| (...skipping 24 matching lines...) Expand all Loading... |
| 77 Replaceable | 72 Replaceable |
| 78 SetterCallWith=ScriptExecutionContext|ScriptState|ScriptArguments|ActiveWindow|F
irstWindow | 73 SetterCallWith=ScriptExecutionContext|ScriptState|ScriptArguments|ActiveWindow|F
irstWindow |
| 79 SetterRaisesException | 74 SetterRaisesException |
| 80 StrictTypeChecking | 75 StrictTypeChecking |
| 81 TreatNullAs=NullString | 76 TreatNullAs=NullString |
| 82 TreatReturnedNullStringAs=Null|Undefined | 77 TreatReturnedNullStringAs=Null|Undefined |
| 83 TreatUndefinedAs=NullString | 78 TreatUndefinedAs=NullString |
| 84 URL | 79 URL |
| 85 Unforgeable | 80 Unforgeable |
| 86 WrapAsFunction | 81 WrapAsFunction |
| OLD | NEW |