Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Side by Side Diff: Source/bindings/scripts/IDLAttributes.txt

Issue 15943008: [binding] Replace [CustomIndexedGetter] attributes with [Custom] getter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: update tests Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « Source/bindings/scripts/CodeGeneratorV8.pm ('k') | Source/bindings/tests/idls/TestCustomAccessors.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698