Chromium Code Reviews| 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 10 matching lines...) Expand all Loading... | |
| 21 ActiveDOMObject | 21 ActiveDOMObject |
| 22 CachedAttribute | 22 CachedAttribute |
| 23 CacheAttributeForGC | 23 CacheAttributeForGC |
| 24 CallWith=ScriptExecutionContext|ScriptState|ScriptArguments | 24 CallWith=ScriptExecutionContext|ScriptState|ScriptArguments |
| 25 Callback | 25 Callback |
| 26 CheckSecurity | 26 CheckSecurity |
| 27 CheckSecurityForNode | 27 CheckSecurityForNode |
| 28 Clamp | 28 Clamp |
| 29 Conditional=* | 29 Conditional=* |
| 30 Constructor | 30 Constructor |
| 31 ConstructorParameters=* | |
|
haraken
2013/04/16 00:29:31
I was planning to fix the bug without introducing
| |
| 31 RaisesException | 32 RaisesException |
| 32 ConstructorTemplate=Event|TypedArray | 33 ConstructorTemplate=Event|TypedArray |
| 33 Custom | 34 Custom |
| 34 CustomCall | 35 CustomCall |
| 35 CustomConstructor | 36 CustomConstructor |
| 36 CustomDeleteProperty | 37 CustomDeleteProperty |
| 37 CustomEnumerateProperty | 38 CustomEnumerateProperty |
| 38 CustomGetOwnPropertySlot | 39 CustomGetOwnPropertySlot |
| 39 CustomGetter | 40 CustomGetter |
| 40 CustomIndexedGetter | 41 CustomIndexedGetter |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 85 StrictTypeChecking | 86 StrictTypeChecking |
| 86 Supplemental=* | 87 Supplemental=* |
| 87 SuppressToJSObject | 88 SuppressToJSObject |
| 88 TreatNullAs=NullString | 89 TreatNullAs=NullString |
| 89 TreatReturnedNullStringAs=Null|Undefined | 90 TreatReturnedNullStringAs=Null|Undefined |
| 90 TreatUndefinedAs=NullString | 91 TreatUndefinedAs=NullString |
| 91 TypedArray=* | 92 TypedArray=* |
| 92 URL | 93 URL |
| 93 Unforgeable | 94 Unforgeable |
| 94 WrapAsFunction | 95 WrapAsFunction |
| OLD | NEW |