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

Unified Diff: Source/bindings/IDLExtendedAttributes.txt

Issue 1532413002: Added Dartium changes onto 45.0.2454.104 (Closed) Base URL: http://src.chromium.org/blink/branches/chromium/2454
Patch Set: Created 5 years 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 | « OWNERS ('k') | Source/bindings/bindings.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/IDLExtendedAttributes.txt
diff --git a/Source/bindings/IDLExtendedAttributes.txt b/Source/bindings/IDLExtendedAttributes.txt
index 1467caf50779665034871a0ce10079e8bba854d3..c88d15d5527374a18cfa9aa7656d9788caa8ce6a 100644
--- a/Source/bindings/IDLExtendedAttributes.txt
+++ b/Source/bindings/IDLExtendedAttributes.txt
@@ -46,6 +46,25 @@ ConstructorCallWith=ExecutionContext|ScriptState|Document
Custom=|Getter|Setter|LegacyCallAsFunction|VisitDOMWrapper|PropertyGetter|PropertyEnumerator|PropertyQuery|CallPrologue|CallEpilogue
CustomConstructor
CustomElementCallbacks
+# Dartium specific attributes.
+# DartCustom can have no value or New if New an additional method is added (V8 will not see this method)
+DartCustom=|New|Setter|Getter
+# DartName should have the alias name to be used to resolve.
+DartName=*
+# DartSuppress can have no value will suppress attribute/method, if attribute can also suppress
+# just the DartSuppress=getter or DartSuppress=Setter
+DartSuppress=|Getter|Setter
+# No need to setup Dart API scope when a native function is invoked.
+DartNoAutoScope
+# TODO(terry): Used in dart.idl - look at removing or using
+DartSupplemental
+# TODO(terry): Used in dart.idl (look at eliminating).
+DartForceOptional
+# TODO(terry): Used in dart.idl (look at eliminating).
+Callback
+# TODO(terry): Used in dart.idl (look at eliminating).
+DartStrictTypeChecking
+# End of Dartium attributes.
Default=Undefined
DependentLifetime
DeprecateAs=*
« no previous file with comments | « OWNERS ('k') | Source/bindings/bindings.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698