848 Commits

Author SHA1 Message Date
Monica Dinculescu
d728fba934 use moar better wct 2017-01-04 17:37:30 -08:00
Daniel Freedman
98302c4079 Update .travis.yml 2016-12-19 16:33:40 -08:00
Monica Dinculescu
a9b9994e07 fix import 2016-12-19 16:23:48 -08:00
Monica Dinculescu
dd8c12abc9 rejigger tests into one folder 2016-12-19 15:59:37 -08:00
Monica Dinculescu
4e51c880ff tests: clean up, move round 2016-12-19 15:56:38 -08:00
Monica Dinculescu
df8075e1c1 tests: add smoke test 2016-12-19 15:12:18 -08:00
Monica Dinculescu
75fc8e0e6b tests: delete force shadow dom polyfill 2016-12-19 14:59:25 -08:00
Monica Dinculescu
11a7950d1c tests: load and dev-loaders 2016-12-19 14:58:11 -08:00
Monica Dinculescu
4d859c10b6 fix Shady CSS in basic intergration test 2016-12-19 14:47:04 -08:00
Monica Dinculescu
d6b03690d3 go back to using the v1 master branch 2016-12-19 12:48:33 -08:00
Monica Dinculescu
03060d4403 temp: switch to using the v0 branch of html-imports 2016-12-15 14:47:54 -08:00
Monica Dinculescu
f0e39e6880 temporary 🔧: the gulped html imports is hosed, use the ungulped one 2016-12-14 15:56:23 -08:00
Monica Dinculescu
5214487e02 add basic integration test 2016-12-14 15:35:05 -08:00
Monica Dinculescu
ecd0d07fc2 forgot about dre (or webcomponents-platform) 2016-12-14 14:56:42 -08:00
Monica Dinculescu
793f125c45 delete MO tests reference 2016-12-14 14:34:57 -08:00
Monica Dinculescu
65bf7340e7 integration tests: template+CE, template+imports 2016-12-14 14:18:43 -08:00
Monica Dinculescu
35eaf162e7 clean up src folder 2016-12-14 13:46:46 -08:00
Monica Dinculescu
542bd120ef replace HTMLImports.js with webcomponents/html-imports 2016-12-14 13:39:26 -08:00
Monica Dinculescu
bbf8d264d4 delete unused files for (i think) building 2016-12-14 13:35:01 -08:00
Monica Dinculescu
4c138da6a9 fix template/url deps names 2016-12-14 13:07:54 -08:00
Monica Dinculescu
7827f43c8b fix module list 2016-12-14 12:58:29 -08:00
Monica Dinculescu
968bf0b5a4 replace Template.js with webcomponents/template 2016-12-14 12:37:03 -08:00
Monica Dinculescu
8d16d8cc4a replace URL.js with webcomponentsjs/URL 2016-12-14 11:43:41 -08:00
Monica Dinculescu
8a0b6a95ab delele legacy takeRecords 2016-12-13 17:11:07 -08:00
Monica Dinculescu
71e837771d delete ShadowDOM/ShadowCSS, piss off all the tests 2016-12-13 17:10:23 -08:00
Monica Dinculescu
ad9400cc5a replace lang.js/dom.js with webcomponents-platform 2016-12-13 16:53:52 -08:00
Monica Dinculescu
352c1cb711 delete WeakMap 2016-12-13 16:49:38 -08:00
Monica Dinculescu
579b3665e6 paths have meanings 2016-12-13 16:35:14 -08:00
Monica Dinculescu
ab21a42c01 delete MutationObserver polyfill 2016-12-13 15:52:04 -08:00
Monica Dinculescu
52fe0c3247 delete ie10 test thing 2016-12-13 15:51:24 -08:00
Monica Dinculescu
1a9f2c6b1a replace Promise.js with es6-polyfill 2016-12-13 15:36:12 -08:00
Kevin Schaaf
d133399dc7 Fix strict mode error on older Safari. 2016-12-01 17:02:34 -08:00
Steve Orvell
d32b5b1576 Merge pull request #654 from webcomponents/ie-compat
Enhance compatibility with IE
2016-12-01 11:26:11 -08:00
Steven Orvell
130ecb3bf3 move ES6 polyfills into lang 2016-12-01 11:13:12 -08:00
Steven Orvell
ff87ab9681 fix indentation 2016-12-01 10:39:21 -08:00
Steven Orvell
572e8c223e Enhance compatibility with IE by including a Promise polyfill and some minor ES6 methods. 2016-11-30 14:39:13 -08:00
Justin Fagnani
0d6b57be26 Merge pull request #644 from bbsteventill/541-memory-leak-ie11
fixed memory leak while importing html elements in IE
2016-11-21 16:11:00 -08:00
Steve To
e2d563ae5d updated comments to make clearer what is going on with the memory leaks in IE 2016-11-15 13:01:25 -05:00
Daniel Freedman
9d43da6447 prepare for release v0.7.23 2016-11-02 14:33:52 -07:00
Steve To
547cddf4a3 541 - added comments about ie leaking when you observe root nodes, etc 2016-11-01 17:27:14 -04:00
Steve To
6d8fe1603a fixed broken tests 2016-10-31 12:09:32 -04:00
Steve To
d29f3aca32 fixed broken tests, works when testing locally 2016-10-28 18:35:50 -04:00
Kevin Schaaf
41898d4c06 Allow forcing CE polyfill via script. 2016-10-24 16:55:37 -07:00
Steve To
a2382fd6e0 fixed memory leak while importing html elements in IE 2016-10-21 14:40:45 -04:00
Florian Klampfer
e6a0d18cd3 Quick fix #617 (#618)
* Quick fix #617

* More specific fix for #617
2016-10-16 18:11:08 -07:00
Kevin Schaaf
9892fbccde Fix urls. 2016-09-09 09:55:28 -07:00
Kevin Schaaf
7400ec2870 Add individual polyfills to bower.json. 2016-09-09 09:43:18 -07:00
Steven Orvell
73b21497cd Load external polyfills in webcomponents-lite.js. Thread web components flags to polyfills. 2016-09-08 13:18:46 -07:00
Daniel Freedman
1518c1b371 CustomElements split out into webcomponents/custom-elements
Update package.json, gulpfile, and tests
2016-09-08 12:19:32 -07:00
Justin Fagnani
c48d295295 Define window.customElements with defineProperty 2016-09-07 15:33:44 -07:00