Commit Graph

19 Commits

Author SHA1 Message Date
Daniel Freedman
ef97843756 Fix wct/browser.js load order, simplify travis config 2015-10-23 14:28:57 -07:00
Daniel Freedman
bcf2194806 merge from master 2015-10-19 16:01:42 -07:00
Daniel Freedman
e3845a84aa Merge branch 'master' into use-wct 2015-10-19 15:53:22 -07:00
Daniel Freedman
93f058c9b3 It works!
disable a few busted tests
2015-10-19 15:20:33 -07:00
Daniel Freedman
3d56bb676c almost everything works! 2015-10-19 15:08:51 -07:00
Daniel Freedman
ce326086d0 custom elements ported 2015-10-19 13:29:00 -07:00
Steven Orvell
22df81fd61 remove unused file. 2015-10-16 13:13:05 -07:00
Steven Orvell
3fc6e6d2e0 Fixes #416: (1) don't allow JsMutationObserver object to be redefined and set an explicit flag that the polypill is in use; (2) CustomElements now only throttles attached if the wc-throttle-attached flag is explicitly set. 2015-10-16 13:11:29 -07:00
Steven Orvell
44cf5b6811 Fix #351: an element upgrades first via its tag name and only secondarily by its is attribute. 2015-07-16 12:46:00 -07:00
Steven Orvell
42ce322f38 pass attachment status to upgrade; simplify a bit and add comments. 2015-07-06 16:46:51 -07:00
Kevin Schaaf
1cc115decb Ensure attached & detached occur for moves in the same turn.
Fixes #311
2015-07-01 17:28:13 -07:00
Daniel Freedman
5a63c09e38 Make sure createElement normalizes input when checking custom element defintions
Fixes #313 [CustomElements]: custom elements fail to upgrade when registered
with uppercase in name and extends is used
2015-05-22 21:21:53 -07:00
Steve Orvell
e260435ff9 Make the CustomElements polyfill upgrade elements created by document.importNode 2015-04-06 15:10:57 -07:00
Jacob Rossi
7a136e182a Merge branch 'master' into issue51 2014-12-04 11:23:44 -08:00
Ian MacLeod
7dc6731eb9 Consistent license headers 2014-11-24 17:04:36 -08:00
Jacob Rossi
db767e7769 Initial augment of UA sniffs to detect IE Edge mode 2014-11-20 15:10:23 -08:00
Keanu Lee
518660b119 CustomEvent detail test for CustomElements and HTMLImports 2014-11-20 12:29:37 -08:00
Steve Orvell
15eeb62cd2 Fixes https://github.com/Polymer/webcomponents.js-dev/issues/1 2014-10-13 14:21:15 -07:00
Steve Orvell
845215a3e1 Consolidate web components polyfilsl for easier maintenance and distribution. 2014-10-13 08:35:28 -07:00