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

Side by Side Diff: sky/engine/bindings/IDLExtendedAttributes.txt

Issue 1135283005: Sky: Add a CustomDart attribute to the IDL compiler, and use that with Canvas (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: . Created 5 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
« no previous file with comments | « no previous file | sky/engine/bindings/scripts/code_generator_dart.py » ('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 24 matching lines...) Expand all
35 35
36 ActiveDOMObject 36 ActiveDOMObject
37 CachedAttribute=* 37 CachedAttribute=*
38 CallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWindow|T hisValue 38 CallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWindow|T hisValue
39 Constructor 39 Constructor
40 # FIXME: remove [ConstructorCallWith=Document], as can instead use 40 # FIXME: remove [ConstructorCallWith=Document], as can instead use
41 # [ConstructorCallWith=ExecutionContext] + toDocument(executionContext) 41 # [ConstructorCallWith=ExecutionContext] + toDocument(executionContext)
42 ConstructorCallWith=ExecutionContext|Document 42 ConstructorCallWith=ExecutionContext|Document
43 Custom=|Getter|Setter|VisitDOMWrapper|Wrap|PropertyGetter|PropertyEnumerator|Pro pertyQuery 43 Custom=|Getter|Setter|VisitDOMWrapper|Wrap|PropertyGetter|PropertyEnumerator|Pro pertyQuery
44 CustomConstructor 44 CustomConstructor
45 # Sky addition: if present, the IDL compiler will generate a private Dart
46 # interface to be extended by an auxilary file <Interface>.dart next to
47 # <Interface>.idl.
48 CustomDart
45 CustomElementCallbacks 49 CustomElementCallbacks
46 Default=Undefined 50 Default=Undefined
47 DependentLifetime 51 DependentLifetime
48 DoNotCheckConstants 52 DoNotCheckConstants
49 EnforceRange 53 EnforceRange
50 EventConstructor 54 EventConstructor
51 Exposed=* 55 Exposed=*
52 Global=|* 56 Global=|*
53 Immutable 57 Immutable
54 ImplementedAs=* 58 ImplementedAs=*
(...skipping 18 matching lines...) Expand all
73 Replaceable 77 Replaceable
74 SetterCallWith=ExecutionContext|ScriptArguments|ActiveWindow|FirstWindow 78 SetterCallWith=ExecutionContext|ScriptArguments|ActiveWindow|FirstWindow
75 SetWrapperReferenceFrom=* 79 SetWrapperReferenceFrom=*
76 SetWrapperReferenceTo=* 80 SetWrapperReferenceTo=*
77 SpecialWrapFor=* 81 SpecialWrapFor=*
78 TreatNullAs=NullString|EmptyString 82 TreatNullAs=NullString|EmptyString
79 TreatReturnedNullStringAs=Null|Undefined 83 TreatReturnedNullStringAs=Null|Undefined
80 TreatUndefinedAs=NullString 84 TreatUndefinedAs=NullString
81 TypeChecking=Interface|Unrestricted 85 TypeChecking=Interface|Unrestricted
82 URL 86 URL
OLDNEW
« no previous file with comments | « no previous file | sky/engine/bindings/scripts/code_generator_dart.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698