| 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 29 matching lines...) Expand all Loading... |
| 40 CustomLegacyCall | 40 CustomLegacyCall |
| 41 CustomNamedGetter | 41 CustomNamedGetter |
| 42 CustomNamedSetter | 42 CustomNamedSetter |
| 43 CustomSetter | 43 CustomSetter |
| 44 CustomToV8 | 44 CustomToV8 |
| 45 Default=NullString|Undefined | 45 Default=NullString|Undefined |
| 46 DeliverCustomElementCallbacks | 46 DeliverCustomElementCallbacks |
| 47 DependentLifetime | 47 DependentLifetime |
| 48 DeprecateAs=* | 48 DeprecateAs=* |
| 49 DoNotCheckConstants | 49 DoNotCheckConstants |
| 50 DoNotCheckJSProperty |
| 50 DoNotCheckSecurity | 51 DoNotCheckSecurity |
| 51 DoNotCheckSecurityOnGetter | 52 DoNotCheckSecurityOnGetter |
| 52 DoNotCheckSecurityOnSetter | 53 DoNotCheckSecurityOnSetter |
| 53 DoNotCheckSignature | 54 DoNotCheckSignature |
| 54 DoNotGenerateToV8 | 55 DoNotGenerateToV8 |
| 55 DoNotGenerateWrap | 56 DoNotGenerateWrap |
| 56 EnabledAtRuntime=* | 57 EnabledAtRuntime=* |
| 57 EnabledPerContext=* | 58 EnabledPerContext=* |
| 58 EnforceRange | 59 EnforceRange |
| 59 EventTarget | 60 EventTarget |
| (...skipping 17 matching lines...) Expand all Loading... |
| 77 Replaceable | 78 Replaceable |
| 78 SetterRaisesException | 79 SetterRaisesException |
| 79 StrictTypeChecking | 80 StrictTypeChecking |
| 80 TreatNullAs=NullString | 81 TreatNullAs=NullString |
| 81 TreatReturnedNullStringAs=Null|Undefined | 82 TreatReturnedNullStringAs=Null|Undefined |
| 82 TreatUndefinedAs=NullString | 83 TreatUndefinedAs=NullString |
| 83 TypedArray=* | 84 TypedArray=* |
| 84 URL | 85 URL |
| 85 Unforgeable | 86 Unforgeable |
| 86 WrapAsFunction | 87 WrapAsFunction |
| OLD | NEW |