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

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

Issue 48633006: Teach V8GCController how to traverse TemplateContentDocumentFragment::host (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 7 years, 1 month 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
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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 DoNotCheckSignature 64 DoNotCheckSignature
65 DoNotGenerateToV8 65 DoNotGenerateToV8
66 DoNotGenerateWrap 66 DoNotGenerateWrap
67 EnforceRange 67 EnforceRange
68 GenerateIsReachable=* 68 GenerateIsReachable=*
69 GetterRaisesException 69 GetterRaisesException
70 GlobalContext=Window|WorkerGlobalScope|SharedWorkerGlobalScope|DedicatedWorkerGl obalScope 70 GlobalContext=Window|WorkerGlobalScope|SharedWorkerGlobalScope|DedicatedWorkerGl obalScope
71 Immutable 71 Immutable
72 ImplementedAs=* 72 ImplementedAs=*
73 InitializedByEventConstructor 73 InitializedByEventConstructor
74 KeepAttributeAliveForGC
75 # FIXME: We should remove this extended attribute once the needed refactoring is complete. 74 # FIXME: We should remove this extended attribute once the needed refactoring is complete.
76 LegacyImplementedInBaseClass 75 LegacyImplementedInBaseClass
77 MasqueradesAsUndefined 76 MasqueradesAsUndefined
78 MeasureAs=* 77 MeasureAs=*
79 NamedConstructor=* 78 NamedConstructor=*
80 NoInterfaceObject 79 NoInterfaceObject
81 NotEnumerable 80 NotEnumerable
82 OverrideBuiltins 81 OverrideBuiltins
83 # Valid values for [PerContextEnabled] are Context Features, in 82 # Valid values for [PerContextEnabled] are Context Features, in
84 # ContextFeatures::FeatureType in Source/core/dom/ContextFeatures.h 83 # ContextFeatures::FeatureType in Source/core/dom/ContextFeatures.h
(...skipping 11 matching lines...) Expand all
96 SetterCallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWi ndow 95 SetterCallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWi ndow
97 SetterRaisesException 96 SetterRaisesException
98 SpecialWrapFor=* 97 SpecialWrapFor=*
99 StrictTypeChecking 98 StrictTypeChecking
100 TreatNullAs=NullString|* 99 TreatNullAs=NullString|*
101 TreatReturnedNullStringAs=Null|Undefined 100 TreatReturnedNullStringAs=Null|Undefined
102 TreatUndefinedAs=NullString|* 101 TreatUndefinedAs=NullString|*
103 URL 102 URL
104 Unforgeable 103 Unforgeable
105 Unserializable 104 Unserializable
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698