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

Unified Diff: Source/bindings/scripts/IDLAttributes.txt

Issue 14179013: Add support for [NoInterfaceObject] extended attribute to bindings generator (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: No longer parse IDL files to avoid slowing down build time Created 7 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 side-by-side diff with in-line comments
Download patch
Index: Source/bindings/scripts/IDLAttributes.txt
diff --git a/Source/bindings/scripts/IDLAttributes.txt b/Source/bindings/scripts/IDLAttributes.txt
index 05d866c8b2bd199af4749363cef1ce2b0b3dfda7..7edde0d38395e13bb9927fd6a3ebe6f916eda043 100644
--- a/Source/bindings/scripts/IDLAttributes.txt
+++ b/Source/bindings/scripts/IDLAttributes.txt
@@ -28,6 +28,7 @@ CheckSecurityForNode
Clamp
Conditional=*
Constructor
+ConstructorPrefix=*
haraken 2013/05/07 01:12:06 Can we use [ImplementedAs] instead of introducing
ConstructorTemplate=Event|TypedArray
Custom
CustomCall
@@ -69,6 +70,7 @@ IsIndex
MasqueradesAsUndefined
MeasureAs=*
NamedConstructor=*
+NoInterfaceObject
NotEnumerable
PerWorldBindings
RaisesException

Powered by Google App Engine
This is Rietveld 408576698