848 Commits

Author SHA1 Message Date
Emad Eid
f4d606eabb styling issues and support the filter as a function. IE requires it. 2015-03-10 17:25:43 -04:00
Emad Eid
4c881b1042 adding space between isEqualNode and the function 2015-03-10 15:08:17 -04:00
Emad Eid
4296063416 second attempt of implementing TreeWalker 2015-03-10 14:51:13 -04:00
Emad Eid
7be0fc008f unable to call document.createTreeWalker without unwrapping root 2015-03-08 10:04:58 -04:00
Emad Eid
add281e429 Fix Node.isEqualNode returning false always 2015-03-08 08:58:10 -04:00
Kevin Schaaf
530513c9e4 Simplify. 2015-03-07 02:09:20 -08:00
Kevin Schaaf
126a5d2586 Patch importNode to work around IE11 bug. 2015-03-07 02:00:21 -08:00
AJ Ortega
b437b5c8fb Merge pull request #197 from webcomponents/url-load-order
Include URL polyfill references in lite/full builds
2015-03-06 14:34:44 -08:00
Addy Osmani
154f837f39 Rebase inclusion of URL polyfill 2015-03-06 15:07:46 +00:00
AJ Ortega
b6a4fb54a8 Add nodeValue to cdata 2015-03-05 16:01:33 -08:00
AJ Ortega
fb5eeb0998 Merge pull request #223 from webcomponents/garlicnation-patch-1
Fix error calling .split on undefined.
2015-03-05 10:49:04 -08:00
AJ Ortega
bc7afc1f1f Fix error calling .split on undefined. 2015-03-05 10:48:32 -08:00
Steve Orvell
4464203f6d Merge pull request #222 from webcomponents/shadowdom-compat
Shadowdom compat
2015-03-04 19:41:06 -08:00
Steve Orvell
a8ec8d6a4d slightly enhance compatibility with ShadowDOM
Conflicts:
	src/CustomElements/observe.js
2015-03-04 19:35:28 -08:00
Steve Orvell
13c252ce7c Store reference on style in import to style that's applied in main document. 2015-03-04 19:34:31 -08:00
John Messerly
4c5f21610c Merge pull request #135 from nazar-pc/relative_path_resolving_in_css
Fix for relative path resolving in css
2015-02-24 10:04:38 -08:00
Nazar Mokrynskyi
075be28aea Now fix uses URL object.
Also test now fails without patch.
2015-02-24 09:27:18 +01:00
Nazar Mokrynskyi
21f36b032d Merge branch 'upstream' into relative_path_resolving_in_css 2015-02-24 08:19:07 +01:00
Addy Osmani
003d21a633 Merge pull request #199 from pflannery/captures-import-errors
Passes detailed import load\error info to callback
2015-02-21 18:20:54 +00:00
pflannery
2709945c1d Sends detailed import load\error info to callback
- Passes detail to HTMLImportsLoaded event
- Adds tests to check allImports, loadedImports and errorImports are reported correctly during HTMLImportsLoaded event
2015-02-17 17:03:23 +00:00
Addy Osmani
74b6b18443 Merge pull request #206 from vicb/patch-1
style(shadowCSS) add a missing ";"
2015-02-17 16:26:11 +00:00
Victor Berchet
cff106ecd6 style(shadowCSS) add a missing ";" 2015-02-17 17:06:53 +01:00
John Messerly
4efecd7e0e Merge pull request #205 from vicb/patch-1
fix(ShadowCSS): fix makeScopeMatcher() RegExp
2015-02-17 07:24:49 -08:00
Victor Berchet
fa33f769b6 fix(ShadowCSS): fix makeScopeMatcher() RegExp 2015-02-17 13:16:50 +01:00
Addy Osmani
08aaa76c18 Merge pull request #204 from jmalonzo/jmalonzo-build-lite-fix
Fix typo (missing separator) in build-lite.json
2015-02-16 12:11:38 +00:00
Jan Alonzo
f1222032c1 Fix typo (missing separator) in build-lite.json 2015-02-16 12:56:08 +11:00
AJ Ortega
a49aaeeaac Merge pull request #183 from webcomponents/observers
Drop Mutation Observer polyfills for elements, imports
2015-02-13 17:48:03 -08:00
AJ Ortega
267e138a59 Merge pull request #196 from webcomponents/url-polyfill
Adds the URL polyfill to sources
2015-02-13 17:46:25 -08:00
Daniel Freedman
9fd9890194 prepare for 0.5.5 release 2015-02-13 15:04:26 -08:00
Daniel Freedman
6c9c7173d6 Merge pull request #202 from webcomponents/license-info
Fixes #137 - adds LICENSE information
2015-02-13 12:02:20 -08:00
Addy Osmani
1c891e4b01 Fixes #137 - adds LICENSE information 2015-02-13 20:01:16 +00:00
Addy Osmani
91e4f769ce Fixes #200 - improve formatting of compat table 2015-02-13 18:29:22 +00:00
Addy Osmani
0ad50cd821 Merge pull request #198 from webcomponents/support-matrix
Add a browser support matrix
2015-02-13 18:22:01 +00:00
Addy Osmani
793aab39b6 Revisions to compatibility matrix 2015-02-13 18:20:44 +00:00
Addy Osmani
bac5ce3aa6 Add browser support matrix 2015-02-12 17:48:00 +00:00
Addy Osmani
befa3d34d4 Add URL polyfills to lite/full builds 2015-02-12 16:15:02 +00:00
Addy Osmani
0f8fd7711d Adds polyfill for URL 2015-02-12 16:01:28 +00:00
John Messerly
ddb35fb437 Merge pull request #191 from mereskin/fix/baseURI-in-safari-7
Fixes exception, thrown in Safari 7 on iPad
2015-02-11 13:56:01 -08:00
mereskin
51d795e9a5 Check for presense of baseURI accessor before adding it 2015-02-11 11:58:25 -08:00
AJ Ortega
5e7a3802f3 Merge pull request #187 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2015-02-09 11:39:00 -08:00
The Gitter Badger
8877fbd9e9 Added Gitter badge 2015-02-04 20:51:30 +00:00
Addy Osmani
e3eb6d77b3 Merge pull request #185 from jakemac53/DOMTokenList
Don't throw if classList is not supported.
2015-02-03 16:37:13 +00:00
Jacob MacDonald
973ffca84f don't fail if no classList support 2015-02-02 10:50:16 -08:00
Addy Osmani
b44664ea03 Move MOs to before Imports and Elements 2015-02-02 17:35:06 +00:00
Addy Osmani
6c3cc38e67 Merge pull request #64 from bouk/fix-childNodes
Fix bug in IE10 with MutationObserver
2015-02-02 11:17:42 +00:00
Addy Osmani
46b3c7d3b7 Add MO to build-lite 2015-01-31 18:58:53 +00:00
Addy Osmani
db138bc00c Drop Mutation Observer polyfills for elements, imports 2015-01-31 18:56:39 +00:00
AJ Ortega
6a6b1133d6 Merge pull request #182 from webcomponents/embed_firefox
Fix embed tag behavior in firefox when flash has already loaded.
2015-01-30 15:54:15 -08:00
AJ Ortega
40345604b2 Fix embed in firefox. 2015-01-30 15:53:53 -08:00
John Messerly
21ce8ea10f Merge pull request #167 from nazar-pc/matches_fixes
element.matches() fixes
2015-01-29 12:36:40 -08:00