Commit Graph

5 Commits

Author SHA1 Message Date
blois@google.com 68e9461553 Fixing up input element support checks for IE9.
I was testing IE9 using IE10 compat mode (which has been quite good), but it didn't work for a couple of the input element types (though it worked for most).

This just adds checks and support annotations for the features which are not supported on IE9.

BUG=7627

Review URL: https://codereview.chromium.org//11692011

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16552 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-28 19:58:19 +00:00
blois@google.com 36ce7edce8 Filling in supported platforms for InputElement types.
This fixes up some syntax issues with the first CL (parens on getters).

Also fixes an issue on IE where the constructors threw unexpected exceptions.

BUG=

Review URL: https://codereview.chromium.org//11696002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16551 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-28 19:16:00 +00:00
blois@google.com 040bf3c975 Revert "Filling in supported platforms for InputElement types."
This reverts commit 16529 which broke the build.

TBR=efortuna
BUG=

Review URL: https://codereview.chromium.org//11691005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16531 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-27 23:58:05 +00:00
blois@google.com 4abf70b2f1 Filling in supported platforms for InputElement types.
BUG=

Review URL: https://codereview.chromium.org//11659031

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16529 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-27 23:44:15 +00:00
blois@google.com 24ef809487 Adding interfaces for various types of InputElement
Currently there's a set of them which only work in DRT, but I've added all of them. Was considering adding supported checks, but would prefer to defer till when we standardize our platform support story.

BUG=1684

Review URL: https://codereview.chromium.org//11470025

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15988 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-11 18:04:22 +00:00