848 Commits

Author SHA1 Message Date
Cameron Behar
f5678869ff Prevent register() from throwing exceptions when nativeConstructor is undefined
In certain instances, register may be called with an undefined nativeConstructor thus throwing an exception when .prototype is not defined. If the native object does not exist, wrapping it makes no sense so we should just proceed rather than break all subsequent element registration.
2015-05-20 16:06:42 -07:00
AJ Ortega
ae3533859a Merge pull request #303 from webcomponents/namespace-flags
Namespace flags
2015-05-13 12:37:32 -07:00
Kevin Schaaf
b7f56e9c64 De-obfuscate var names. 2015-05-13 12:32:23 -07:00
Kevin Schaaf
875e46788b Namespace query string flags with wc-* in tests. 2015-05-13 12:15:37 -07:00
Kevin Schaaf
9a089f47d4 Namespace query string flags with wc-*. 2015-05-13 12:09:04 -07:00
AJ Ortega
04e3d7245d Merge pull request #298 from webcomponents/wcready
README: Add section on WebComponentsReady
2015-04-30 10:01:00 -07:00
Addy Osmani
28953cb671 README: Add section on WebComponentsReady 2015-04-30 17:56:28 +01:00
Addy Osmani
5dc9ad1a4e Merge pull request #281 from webcomponents/self-closing-tags-in-xhtml
Handle XHTML self-closing void tag behavior
2015-04-26 18:22:24 +01:00
Addy Osmani
9590a03b6a Merge pull request #259 from SpiderStrategies/master
build task for just MutationObserver
2015-04-24 19:54:07 +01:00
AJ Ortega
c04390b334 Merge pull request #251 from webcomponents/issue-168
Fixes #168 - refer to correct file for-lite builds
2015-04-17 10:26:03 -07:00
Addy Osmani
f473dbeca7 Merge pull request #288 from webcomponents/fix_285
fixes #285, getElementById on DocumentFragment
2015-04-15 09:36:54 +01:00
John Messerly
b6f3f362e7 fixes #285, getElementById on DocumentFragment 2015-04-14 11:28:58 -07:00
Addy Osmani
ef29f20f16 Merge pull request #284 from webcomponents/ie10-mo
Prepare for 0.6.1 build.
2015-04-13 21:42:20 +01:00
AJ Ortega
ed39ec057b bump version 2015-04-13 13:35:38 -07:00
AJ Ortega
ce27273b4d Prepare for 0.6.1, add MO everywhere it's used. 2015-04-13 13:34:52 -07:00
Daniel Freedman
ffba906cf2 Handle XHTML self-closing void tag behavior
Also wrap createDocument correctly for handling doctypes.

Fixes #278 ShadowDOM.js causing unclosed img tags in XHTML
2015-04-10 12:24:59 -07:00
Addy Osmani
787ca6cccf Merge pull request #245 from vicb/0313-deepc
Add support for the >>> selector in ShadowCSS
2015-04-10 19:30:09 +01:00
Victor Berchet
878d628e30 Add support for the >>> selector in ShadowCSS
">>>" is the new name for "/deep/"
see http://dev.w3.org/csswg/css-scoping-1/#deep-combinator
2015-04-10 17:56:17 +02:00
Addy Osmani
3edbe7fe07 Merge pull request #264 from eeid26/master
Fix issues with range and elements and Shadow DOM.
2015-04-10 13:48:38 +01:00
AJ Ortega
9e5c7b527d Merge pull request #271 from webcomponents/importNode
Make the CustomElements polyfill upgrade elements created by `document.importNode`
0.6.0
2015-04-06 17:34:53 -07:00
Steve Orvell
e260435ff9 Make the CustomElements polyfill upgrade elements created by document.importNode 2015-04-06 15:10:57 -07:00
John Messerly
1e1b1113d7 Merge pull request #270 from edrachev/forDocumentTree_recursive
Added possibility for recursive calls via callback for forDocumentTree function
2015-04-06 13:59:38 -07:00
Evgeniy Drachev
edde6bbd57 Added possibility for recursive calls via callback for forDocumentTree function 2015-04-06 22:54:50 +03:00
Emad Eid
ce57111b71 code review changes and code style fixes 2015-04-03 20:30:55 -04:00
Emad Eid
209cf3d6cd fix issues with range and elements with shadow dom. Range needs to work properly before thinking about supporting contentEditable and the editing api 2015-04-01 21:34:28 -04:00
Addy Osmani
58c870917c Merge pull request #238 from threeday0905/url-tostring
Add URL toString() method to return synonym for href.
2015-03-26 18:56:45 +00:00
Addy Osmani
a919a7b6cd Merge pull request #257 from webcomponents/fix_256
fix #256 -- DOM objects with numeric properties
2015-03-26 18:27:21 +00:00
Jeremiah Orr
64600955eb build task for just MutationObserver 2015-03-26 13:41:20 -04:00
John Messerly
94a3292748 fix #256 -- DOM objects with numeric properties 2015-03-25 10:32:11 -07:00
Daniel Freedman
683a5519ad prepare for release v0.6.0 2015-03-20 15:01:16 -07:00
AJ Ortega
f66f5a0a73 Merge pull request #250 from webcomponents/ie-lite-fixes
Add WM and MO polyfills to lite for IE. Make build manifest match.
2015-03-20 12:18:43 -07:00
AJ Ortega
3bd6a8b05e Add URL polyfill again. 2015-03-20 12:17:05 -07:00
Addy Osmani
57abb78d30 Merge pull request #232 from webcomponents/removeFlag
Remove shadowDom flag from webcomponents-lite
2015-03-20 16:29:57 +00:00
Addy Osmani
4171559b88 Fixes #168 - refer lite to correct file 2015-03-20 12:57:30 +00:00
Kevin Schaaf
c0de7bd8ea Add WM and MO polyfills to lite for IE. Make build manifest match. 2015-03-19 12:52:32 -07:00
AJ Ortega
c317fa5dc8 Merge pull request #247 from webcomponents/revert-243-activeElement
Revert "Add an activeElement getter for #110"
2015-03-18 10:46:44 -07:00
AJ Ortega
25e7485bdb Revert "Add an activeElement getter for #110" 2015-03-18 10:45:59 -07:00
Addy Osmani
9cf2f29fcf Merge pull request #243 from webcomponents/activeElement
Add an activeElement getter for #110
2015-03-18 16:24:57 +00:00
AJ Ortega
ce464bb533 Merge pull request #244 from webcomponents/faqs
Address #212 and #209
2015-03-16 17:29:38 -07:00
AJ Ortega
2b6270a3bb Update README.md 2015-03-16 17:17:08 -07:00
AJ Ortega
fb3227c0bc Add conteneditable FAQs entry. 2015-03-16 17:16:15 -07:00
AJ Ortega
1c42b1c1eb Add an activeElement getter for #110 2015-03-16 14:18:07 -07:00
AJ Ortega
d8b6b77055 Patch #225 with a correct setter for nodeValue 2015-03-16 12:46:09 -07:00
Addy Osmani
c66aedd142 Merge pull request #225 from webcomponents/cdata-nodeValue
Add nodeValue to cdata
2015-03-13 19:08:13 +00:00
Taylor Savage
b73da6d416 Merge pull request #231 from webcomponents/faqs
Start FAQs section of README.md
2015-03-13 12:05:01 -07:00
AJ Ortega
5360b14563 Add FAQs section to README.md 2015-03-12 16:49:44 -07:00
AJ Ortega
1c92054ad1 remove shadow flag from webcomponents-lite 2015-03-12 16:41:23 -07:00
Addy Osmani
48466a4b12 Merge pull request #226 from kevinpschaaf/ie11-docfrag-fix
Patch importNode to work around IE11 bug.
2015-03-12 19:49:09 +00:00
Herman Lee
ecb934d404 Add URL toString() method to return synonym for href. (according to spec)
Current build:

    var u = new URL('b', 'http://a');
    console.log( u.toString() ); // "[object Object]""

After patch:

    var u = new URL('b', 'http://a');
    console.log( u.toString() ); // "http://a/b"

// currently I cannot find URL related test on tests folder, should I write some tests for this patch?
2015-03-11 17:37:03 +08:00
John Messerly
6abbfa78e5 Merge pull request #227 from eeid26/master
Fix Node.isEqualNode and document.createTreeWalker
2015-03-10 14:42:27 -07:00