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

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

Issue 15556003: Auto-generate V8HTMLFormElement::namedPropertyGetter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Introduce DoNotCheckJSProperty Created 7 years, 7 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 29 matching lines...) Expand all
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
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
OLDNEW
« no previous file with comments | « Source/bindings/scripts/CodeGeneratorV8.pm ('k') | Source/bindings/v8/custom/V8HTMLFormElementCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698