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

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

Issue 1144193006: Sky: Add a DrawLooper interface to the painting API to be used for shadows. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: setPaint 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/core/core.gni » ('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
49 CustomElementCallbacks 45 CustomElementCallbacks
50 Default=Undefined 46 Default=Undefined
51 DependentLifetime 47 DependentLifetime
52 DoNotCheckConstants 48 DoNotCheckConstants
53 EnforceRange 49 EnforceRange
54 EventConstructor 50 EventConstructor
55 Exposed=* 51 Exposed=*
56 Global=|* 52 Global=|*
57 Immutable 53 Immutable
58 ImplementedAs=* 54 ImplementedAs=*
(...skipping 18 matching lines...) Expand all
77 Replaceable 73 Replaceable
78 SetterCallWith=ExecutionContext|ScriptArguments|ActiveWindow|FirstWindow 74 SetterCallWith=ExecutionContext|ScriptArguments|ActiveWindow|FirstWindow
79 SetWrapperReferenceFrom=* 75 SetWrapperReferenceFrom=*
80 SetWrapperReferenceTo=* 76 SetWrapperReferenceTo=*
81 SpecialWrapFor=* 77 SpecialWrapFor=*
82 TreatNullAs=NullString|EmptyString 78 TreatNullAs=NullString|EmptyString
83 TreatReturnedNullStringAs=Null|Undefined 79 TreatReturnedNullStringAs=Null|Undefined
84 TreatUndefinedAs=NullString 80 TreatUndefinedAs=NullString
85 TypeChecking=Interface|Unrestricted 81 TypeChecking=Interface|Unrestricted
86 URL 82 URL
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/core.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698