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

Side by Side Diff: bindings/IDLExtendedAttributes.txt

Issue 558803003: Roll IDL Dartium 37 (r181675) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | bindings/README » ('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 Blink IDL extended attributes and allowed values. 2 # This file describes all Blink IDL extended attributes and allowed values.
3 # If any IDL file uses an extended attribute or values not listed below, the 3 # If any IDL file uses an extended attribute or values not listed below, the
4 # build will fail. 4 # build will fail.
5 # If you would like to add a new extended attribute or value, please: 5 # If you would like to add a new extended attribute or value, please:
6 # (1) add the extended attribute or value to this file 6 # (1) add the extended attribute or value to this file
7 # (2) add an explanation to the Blink IDL extended attributes document: 7 # (2) add an explanation to the Blink IDL extended attributes document:
8 # http://www.chromium.org/blink/webidl/blink-idl-extended-attributes 8 # http://www.chromium.org/blink/webidl/blink-idl-extended-attributes
9 # (3) add appropriate test cases to run-bindings-tests 9 # (3) add appropriate test cases to run-bindings-tests
10 # 10 #
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 # DartSuppress can have no value will suppress attribute/method, if attribute ca n also suppress 54 # DartSuppress can have no value will suppress attribute/method, if attribute ca n also suppress
55 # just the DartSuppress=getter or DartSuppress=Setter 55 # just the DartSuppress=getter or DartSuppress=Setter
56 DartSuppress=|Getter|Setter 56 DartSuppress=|Getter|Setter
57 # No need to setup Dart API scope when a native function is invoked. 57 # No need to setup Dart API scope when a native function is invoked.
58 DartNoAutoScope 58 DartNoAutoScope
59 # TODO(terry): Used in dart.idl - look at removing or using 59 # TODO(terry): Used in dart.idl - look at removing or using
60 DartSupplemental 60 DartSupplemental
61 # TODO(terry): Used in dart.idl (look at eliminating). 61 # TODO(terry): Used in dart.idl (look at eliminating).
62 DartForceOptional 62 DartForceOptional
63 # TODO(terry): Used in dart.idl (look at eliminating). 63 # TODO(terry): Used in dart.idl (look at eliminating).
64 DartCallback 64 Callback
65 # TODO(terry): Used in dart.idl (look at eliminating). 65 # TODO(terry): Used in dart.idl (look at eliminating).
66 DartStrictTypeChecking 66 DartStrictTypeChecking
67 # End of Dartium attributes. 67 # End of Dartium attributes.
68 Default=Undefined 68 Default=Undefined
69 DependentLifetime 69 DependentLifetime
70 DeprecateAs=* 70 DeprecateAs=*
71 DoNotCheckConstants 71 DoNotCheckConstants
72 DoNotCheckSecurity=|Setter 72 DoNotCheckSecurity=|Setter
73 DoNotCheckSignature 73 DoNotCheckSignature
74 EnforceRange 74 EnforceRange
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 SetWrapperReferenceTo=* 111 SetWrapperReferenceTo=*
112 SetterCallWith=ExecutionContext|ScriptArguments|ActiveWindow|FirstWindow 112 SetterCallWith=ExecutionContext|ScriptArguments|ActiveWindow|FirstWindow
113 SpecialWrapFor=* 113 SpecialWrapFor=*
114 TreatNullAs=NullString 114 TreatNullAs=NullString
115 TreatReturnedNullStringAs=Null|Undefined 115 TreatReturnedNullStringAs=Null|Undefined
116 TreatUndefinedAs=NullString 116 TreatUndefinedAs=NullString
117 TypeChecking=Interface|Nullable|Unrestricted 117 TypeChecking=Interface|Nullable|Unrestricted
118 URL 118 URL
119 Unforgeable 119 Unforgeable
120 WillBeGarbageCollected 120 WillBeGarbageCollected
OLDNEW
« no previous file with comments | « no previous file | bindings/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698