Files
sdk/client
sra@google.com 3e199eec2d Wrapper dom changes in preparation for SVG
SVG defines methods that override base class methods. This requires
the Dart static helper methods to have unique names since Dart
inconveniently does not permit static method shadowing.  Rather than
furr up all the names with yet another copy of the class or interface
name, this change only adds the interface name if there actually is a
base class method of the same name.

Almost all of this change is due to applying the same technique to the
attribute getters and setters, which makes many names a little shorter.

BUG=
TEST=

Review URL: http://codereview.chromium.org//8548010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1646 260f80e4-7a28-3924-810f-c04153c831b5
2011-11-18 06:10:51 +00:00
..
2011-10-05 04:52:33 +00:00
2011-11-18 04:33:37 +00:00
2011-11-17 21:03:51 +00:00
2011-10-27 19:51:13 +00:00
2011-10-05 04:52:33 +00:00

A Dart-based development stack that enables rapid, scalable development of
client-side applications that run well across desktop and mobile platforms.