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

Unified Diff: tools/dom/idl/dart/dart.idl

Issue 187693008: Script changes for ChangeXXX -> Change=XXX (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressing code review comments Created 6 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 | « no previous file | tools/dom/scripts/systemnative.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/idl/dart/dart.idl
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
index b33973afb31f27dc2e553c65559e7a201b603597..da571a348bdfb90e57fb2429c13c5d23030e8911 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -12,7 +12,7 @@ interface AudioContext {
interface WaveShaperNode {
// TODO(ager): Auto-generate this custom method when the info about retaining
// typed arrays is in the IDL.
- [CustomSetter] attribute Float32Array curve;
+ [Custom=Setter] attribute Float32Array curve;
};
[Supplemental]
@@ -328,20 +328,20 @@ interface JavaScriptCallFrame {};
[Supplemental]
interface Location {
- [CustomSetter] attribute DOMString href;
+ [Custom=Setter] attribute DOMString href;
[Custom] void assign(optional DOMString url);
[Custom] void replace([Default=Undefined] optional DOMString url);
[Custom] void reload();
// URI decomposition attributes
- [CustomSetter] attribute DOMString protocol;
- [CustomSetter] attribute DOMString host;
- [CustomSetter] attribute DOMString hostname;
- [CustomSetter] attribute DOMString port;
- [CustomSetter] attribute DOMString pathname;
- [CustomSetter] attribute DOMString search;
- [CustomSetter] attribute DOMString hash;
+ [Custom=Setter] attribute DOMString protocol;
+ [Custom=Setter] attribute DOMString host;
+ [Custom=Setter] attribute DOMString hostname;
+ [Custom=Setter] attribute DOMString port;
+ [Custom=Setter] attribute DOMString pathname;
+ [Custom=Setter] attribute DOMString search;
+ [Custom=Setter] attribute DOMString hash;
};
// TODO(jacobr): reenable these new Blink features.
« no previous file with comments | « no previous file | tools/dom/scripts/systemnative.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698