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

Unified Diff: Source/bindings/tests/idls/TestObjectPython.idl

Issue 28333003: IDL compiler: [Conditional] for setters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 2 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 | « Source/bindings/templates/attributes.cpp ('k') | Source/bindings/tests/results/V8SupportTestInterface.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestObjectPython.idl
diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
index 17648e3bceca00c17f28852bab07812faba410d3..5c59a812c8fdcde2ffd43a15e2df9c742ce71eb5 100644
--- a/Source/bindings/tests/idls/TestObjectPython.idl
+++ b/Source/bindings/tests/idls/TestObjectPython.idl
@@ -103,10 +103,10 @@ interface TestObjectPython {
[ActivityLogging=Getter] readonly attribute long activityLogGetterReadonlyLongAttribute;
[CachedAttribute=isValueDirty] attribute any cachedAttributeAnyAttribute;
[CallWith=ExecutionContext] attribute any callWithExecutionContextAnyAttribute;
- [CheckSecurityForNode] readonly attribute Document checkSecurityForNodeReadonlyDocumentAttribute;
- [Conditional=Condition] readonly attribute long conditionalReadonlyLongAttribute;
- [Conditional=Condition1&Condition2] readonly attribute long conditionalAndReadonlyLongAttribute;
- [Conditional=Condition1|Condition2] readonly attribute long conditionalOrReadonlyLongAttribute;
+ [CheckSecurityForNode] readonly attribute Document checkSecurityForNodeReadonlyDocumentAttribute; // All uses are readonly
+ [Conditional=Condition] attribute long conditionalLongAttribute;
+ [Conditional=Condition1&Condition2] attribute long conditionalAndLongAttribute;
+ [Conditional=Condition1|Condition2] attribute long conditionalOrLongAttribute;
[Custom] readonly attribute long customReadonlyLongAttribute;
[CustomGetter] readonly attribute long customGetterReadonlyLongAttribute;
[Conditional=Condition, Custom] readonly attribute long customReadonlyLongAttribute;
« no previous file with comments | « Source/bindings/templates/attributes.cpp ('k') | Source/bindings/tests/results/V8SupportTestInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698