dart-sdk/client
sra@google.com ea49561596 Mark parameters with [Optional=CallWithDefaultValue] as not optional.
This extended attribute was recently added to many WebKit IDL
operations to mark arguments that were accepted as missing.
Many are stupid legacy behaviour, like NodeList.item(index).
We don't want Dart to have such a broad API.

An example change is  2f24f20493

There will be some parameters marked as [Optional=CallWithDefaultValue] that
really should be optional.  We will discover those and have to whitelist them.

BUG=
TEST=

Review URL: https://chromereviews.googleplex.com/3531016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@89 260f80e4-7a28-3924-810f-c04153c831b5
2011-10-06 04:30:51 +00:00
..
base Initial checkin. 2011-10-05 04:52:33 +00:00
dom Mark parameters with [Optional=CallWithDefaultValue] as not optional. 2011-10-06 04:30:51 +00:00
fling Dart DOM: Rename query to queryAll and queryOne to query. 2011-10-05 22:19:09 +00:00
html Dart DOM: Implement dataAttributes Map. 2011-10-05 23:32:35 +00:00
json Initial checkin. 2011-10-05 04:52:33 +00:00
layout Initial checkin. 2011-10-05 04:52:33 +00:00
observable Initial checkin. 2011-10-05 04:52:33 +00:00
testing/unittest Initial checkin. 2011-10-05 04:52:33 +00:00
tests Dart DOM: Rename query to queryAll and queryOne to query. 2011-10-05 22:19:09 +00:00
tools htmlconverter: suggestions from dstockwell 2011-10-05 22:01:57 +00:00
touch Dart DOM: Rename query to queryAll and queryOne to query. 2011-10-05 22:19:09 +00:00
util Initial checkin. 2011-10-05 04:52:33 +00:00
view Dart DOM: Rename query to queryAll and queryOne to query. 2011-10-05 22:19:09 +00:00
dart.gyp Initial checkin. 2011-10-05 04:52:33 +00:00
README Initial checkin. 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.