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

Unified Diff: sky/engine/bindings2/IDLExtendedAttributes.txt

Issue 918333002: Add the c++ code part of bindings2/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Updated per earlier reviews Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/bindings2/BUILD.gn ('k') | sky/engine/bindings2/bindings.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings2/IDLExtendedAttributes.txt
diff --git a/sky/engine/bindings/IDLExtendedAttributes.txt b/sky/engine/bindings2/IDLExtendedAttributes.txt
similarity index 86%
copy from sky/engine/bindings/IDLExtendedAttributes.txt
copy to sky/engine/bindings2/IDLExtendedAttributes.txt
index c3e39b4b325ce0eec905874c1f5c33427b347d85..48d5972826583fdd3729438f8d7f11dc7446301c 100644
--- a/sky/engine/bindings/IDLExtendedAttributes.txt
+++ b/sky/engine/bindings2/IDLExtendedAttributes.txt
@@ -36,25 +36,18 @@
ActiveDOMObject
CachedAttribute=*
CallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWindow|ThisValue
-CheckSecurity=Frame|Node|Window
-Clamp
-Conditional=*
Constructor
# FIXME: remove [ConstructorCallWith=Document], as can instead use
# [ConstructorCallWith=ExecutionContext] + toDocument(executionContext)
ConstructorCallWith=ExecutionContext|Document
-Custom=|Getter|Setter|LegacyCallAsFunction|ToV8|VisitDOMWrapper|Wrap|PropertyGetter|PropertyEnumerator|PropertyQuery
+Custom=|Getter|Setter|VisitDOMWrapper|Wrap|PropertyGetter|PropertyEnumerator|PropertyQuery
CustomConstructor
CustomElementCallbacks
Default=Undefined
DependentLifetime
-DeprecateAs=*
DoNotCheckConstants
-DoNotCheckSecurity=|Setter
-DoNotCheckSignature
EnforceRange
EventConstructor
-ExposeJSAccessors
Exposed=*
Global=|*
Immutable
@@ -62,8 +55,6 @@ ImplementedAs=*
InitializedByEventConstructor
Iterable
LegacyTreatAsPartialInterface
-LogPreviousValue
-MeasureAs=*
NamedConstructor=*
NoImplHeader
NoInterfaceObject
@@ -71,8 +62,6 @@ NotEnumerable
NotScriptWrappable
OverrideBuiltins
PartialInterfaceImplementedAs=*
-PerWorldBindings
-PrimaryGlobal=|*
PutForwards=*
RaisesException=|Getter|Setter|Constructor
Reflect=|*
@@ -81,9 +70,6 @@ ReflectInvalid=*
ReflectMissing=*
ReflectOnly=*
Replaceable
-# Valid values for [RuntimeEnabled] are the Runtime Enabled Features, listed in
-# engine/core/page/RuntimeEnabledFeatures.in
-RuntimeEnabled=*
SetWrapperReferenceFrom=*
SetWrapperReferenceTo=*
SetterCallWith=ExecutionContext|ScriptArguments|ActiveWindow|FirstWindow
@@ -93,4 +79,3 @@ TreatReturnedNullStringAs=Null|Undefined
TreatUndefinedAs=NullString
TypeChecking=Interface|Unrestricted
URL
-Unforgeable
« no previous file with comments | « sky/engine/bindings2/BUILD.gn ('k') | sky/engine/bindings2/bindings.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698