Commit Graph

10 Commits

Author SHA1 Message Date
Daniel Freedman
2255a95a3f actually dispatch the event :P 2015-12-15 13:53:16 -08:00
Daniel Freedman
82964dec42 Fix WebComponents tests status
- Removed some unnecessary tests
- Accounted for some platform oddities
- Disabled MutationObserver tests for platforms with native MutationObserver

Results:
- 100% green in firefox and chrome
- HTMLTemplateElement errors in CustomElements tests (missing import)
- Expected ShadowDOM webgl errors in Safari 9
2015-12-15 13:53:16 -08:00
Daniel Freedman
bba5fb870f IE's preventDefault is only right during event dispatch
Regression fix from #444
2015-11-16 14:57:33 -08:00
Daniel Freedman
8c21f2e171 Make sure fixed preventDefault can be called multiple times
Fixes #441 Interact .draggable and webcomponentsjs conflict in IE
2015-11-13 12:15:21 -08:00
Daniel Freedman
68dc6df4af Dedupe CustomEvent and Event shim constructor
Moved to WebComponents/dom.js
Load dom.js for CE and HTMLImports polyfills
Add tests for functions in dom.js

General Test cleanup
- Remove old tests.js files
- Replace broken `?wc-shadow` for `?shadow=native`
2015-11-05 12:52:35 -08:00
Daniel Freedman
3d56bb676c almost everything works! 2015-10-19 15:08:51 -07:00
Steven Orvell
925f78379d Fixes #357: Upgrade imports eagerly when parsed; make .import reference available only after parsed. 2015-07-24 15:52:11 -07:00
Kevin Schaaf
875e46788b Namespace query string flags with wc-* in tests. 2015-05-13 12:15:37 -07:00
Ian MacLeod
7dc6731eb9 Consistent license headers 2014-11-24 17:04:36 -08:00
Steve Orvell
845215a3e1 Consolidate web components polyfilsl for easier maintenance and distribution. 2014-10-13 08:35:28 -07:00