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

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

Issue 14044026: Ready for latest WebIDL for named property getters. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: fixed spaces Created 7 years, 8 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
« no previous file with comments | « Source/bindings/scripts/CodeGeneratorV8.pm ('k') | Source/bindings/scripts/IDLParser.pm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 ImplementationNamespace=* 65 ImplementationNamespace=*
66 ImplementedAs=* 66 ImplementedAs=*
67 IndexedGetter 67 IndexedGetter
68 InitializedByEventConstructor 68 InitializedByEventConstructor
69 InterfaceName=* 69 InterfaceName=*
70 IsIndex 70 IsIndex
71 IsWorkerContext 71 IsWorkerContext
72 MasqueradesAsUndefined 72 MasqueradesAsUndefined
73 MeasureAs=* 73 MeasureAs=*
74 NamedConstructor=* 74 NamedConstructor=*
75 NamedGetter
76 NoWrapperCache 75 NoWrapperCache
77 NotEnumerable 76 NotEnumerable
78 PerWorldBindings 77 PerWorldBindings
79 RaisesException 78 RaisesException
80 ReadOnly 79 ReadOnly
81 Reflect=* 80 Reflect=*
82 Replaceable 81 Replaceable
83 ReturnNewObject 82 ReturnNewObject
84 SetterRaisesException 83 SetterRaisesException
85 SkipVTableValidation 84 SkipVTableValidation
86 StrictTypeChecking 85 StrictTypeChecking
87 SuppressToJSObject 86 SuppressToJSObject
88 TreatNullAs=NullString 87 TreatNullAs=NullString
89 TreatReturnedNullStringAs=Null|Undefined 88 TreatReturnedNullStringAs=Null|Undefined
90 TreatUndefinedAs=NullString 89 TreatUndefinedAs=NullString
91 TypedArray=* 90 TypedArray=*
92 URL 91 URL
93 Unforgeable 92 Unforgeable
94 WrapAsFunction 93 WrapAsFunction
OLDNEW
« no previous file with comments | « Source/bindings/scripts/CodeGeneratorV8.pm ('k') | Source/bindings/scripts/IDLParser.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698