Tim Oxley
31b229021f
Fix accidental global variable.
2014-12-14 05:31:12 +08:00
John Messerly
d83cc676df
Merge pull request #87 from jacobrossi/issue51
...
Fixes #51 - Trident UA sniffing issues with "Edge" mode IE on Windows 10
2014-12-04 15:10:05 -08:00
Jacob Rossi
6f3cdecb79
IE >11 has the CustomEvent constructor ( #51 )
2014-12-04 14:32:19 -08:00
Jacob Rossi
7a136e182a
Merge branch 'master' into issue51
2014-12-04 11:23:44 -08:00
Jacob MacDonald
c2465dd51f
remove predeclaration of property and move comment to top
2014-12-03 15:30:36 -08:00
Jacob MacDonald
ec71664bf7
patch DOMTokenList instead of using a wrapper
2014-12-03 15:23:28 -08:00
Scott J. Miles
c82ee292cd
Merge pull request #77 from agrieve/patch-1
...
Make HTMLImports polyfill more robust when assigning baseURI property
2014-12-03 09:43:08 -08:00
Addy Osmani
53309288dd
Merge pull request #82 from mysticatea/fixes-a-wrong-test
...
Fixes a wrong test for HTMLContentElement
2014-12-02 10:49:17 +00:00
Toru Nagashima
3b5ef647b0
Fixes a wrong test for HTMLContentElement
2014-12-02 17:10:20 +09:00
Toru Nagashima
90a449ae27
Fixes #70
2014-12-02 15:33:16 +09:00
agrieve
64b739b0c3
Make HTMLImports polyfill more robust when assigning baseURI property
...
This came up within the context of Cordova apps (https://github.com/MobileChromeApps/mobile-chrome-apps/issues/450 )
On iOS, doc.baseURI is null, and the assignment throws a `TypeError`:
TypeError: Attempted to assign to readonly property.
I actually don't see when it wouldn't be null since this is a new document. On Chrome, it doesn't throw, but the assignment also doesn't stick.
Instead of calling the setter, this PR creates a new property on the object itself.
2014-11-27 14:12:28 -05:00
Ian MacLeod
e49de932c9
Prefer to point to the hosted LICENSE, rather than distribute directly
2014-11-24 17:06:23 -08:00
Ian MacLeod
7dc6731eb9
Consistent license headers
2014-11-24 17:04:36 -08:00
Ian MacLeod
97d67076ca
Merge pull request #74 from tjsavage/add-license
...
added LICENSE
2014-11-24 16:01:10 -08:00
Taylor Savage
781e4a18c7
added LICENSE
2014-11-24 15:53:25 -08:00
Addy Osmani
5980e712ce
Update URL paths, link up Web Components to org
2014-11-21 17:09:26 +00:00
Jacob Rossi
db767e7769
Initial augment of UA sniffs to detect IE Edge mode
2014-11-20 15:10:23 -08:00
Steve Orvell
fa444d94e9
Merge pull request #67 from keanulee/master
...
CustomEvent detail test for CustomElements and HTMLImports
2014-11-20 14:56:03 -08:00
Keanu Lee
518660b119
CustomEvent detail test for CustomElements and HTMLImports
2014-11-20 12:29:37 -08:00
Daniel Freedman
fabad0f334
prepare for 0.5.1-1
2014-11-19 15:20:33 -08:00
Steve Orvell
adf6a3dbeb
Adds a minimal <template> shim and includes it in webcomponents-lite.js
2014-11-19 13:47:16 -08:00
Steve Orvell
e4fbeebfd4
Fixes #60 .
2014-11-18 19:01:21 -08:00
Steve Orvell
8d6a38aa6e
Polyfill CustomEvent only on IE (we do this until we can find a check that passes on Safari).
2014-11-18 18:29:46 -08:00
Steve Orvell
dc1e555750
Merge pull request #55 from Polymer/custom-event-polyfill
...
Copy CustomElement's polyfill of CustomEvent to HTMLImports
2014-11-18 18:26:43 -08:00
Jacob MacDonald
bec32afa4d
Maintain preset flags
...
Previously this was just bashing over any flags you passed in.
2014-11-18 13:19:05 -08:00
Keanu Lee
b0e653773d
Copy CustomElement's polyfill of CustomEvent to HTMLImports
2014-11-17 15:02:30 -08:00
Ian MacLeod
7cea00d4ce
devDependencies
2014-11-17 12:08:33 -08:00
Daniel Freedman
bf1c2b80c8
expose gulp test through web-component-tester
2014-11-13 15:15:27 -08:00
Daniel Freedman
117f69d0ed
copy package.json to dist/ on builds
2014-11-13 15:15:06 -08:00
Addy Osmani
499f925cb3
Link up contribution guide
2014-11-13 15:54:34 +00:00
Addy Osmani
2196ee573c
Add initial contributing guide
2014-11-13 15:46:47 +00:00
Daniel Freedman
81c60fa81a
released gulp-audit
2014-11-12 16:31:49 -08:00
Daniel Freedman
9f2bded63d
update version for release
2014-11-12 14:30:43 -08:00
Addy Osmani
4b8ebce1fb
Merge pull request #35 from addyosmani/typos
...
Tiny typo corrections
2014-11-12 18:15:04 +00:00
Daniel Freedman
606609acf9
copy readme on build
2014-11-10 11:21:44 -08:00
Daniel Freedman
6318f9ec16
copy bower.json to dist
2014-11-06 14:54:13 -08:00
Addy Osmani
a823812ab4
Tiny typo corrections
2014-11-06 14:03:11 +00:00
Ian MacLeod
b9bf47cd07
Update README.md
2014-11-03 08:26:27 -08:00
Ian MacLeod
182f76a893
Update README.md
2014-11-03 08:25:52 -08:00
Ian MacLeod
ebd78138fd
Update README.md
2014-11-03 08:25:41 -08:00
Ian MacLeod
36f9bb2be1
Merge pull request #4 from NoyaInRain/build-doc
...
Add build documentation to README
2014-11-03 08:22:08 -08:00
Sven
419dc5a2f6
cleaned up
2014-11-03 13:34:39 +01:00
Sven
e92bd62fd8
added build documentation to README
2014-11-03 13:24:13 +01:00
Ian MacLeod
3f50f00b8a
move tests too
2014-10-31 17:14:16 -07:00
Ian MacLeod
a9441a29c6
ShadowCss -> ShadowCSS
2014-10-31 17:12:52 -07:00
Ian MacLeod
ff9300cb7f
Note about tags
2014-10-31 17:02:48 -07:00
Ian MacLeod
147b804042
Note about duplicated code
2014-10-31 16:59:44 -07:00
Ian MacLeod
22d8bc1d17
Merge pull request #3 from Polymer/fix-shadowcss-script-src
...
Use the same casing as src
2014-10-31 16:50:51 -07:00
Keanu Lee
3385aede85
Use the same casing as src
...
GitHub pages URLs are case-sensitive - “…/src/ShadowCSS/ShadowCSS.js”
404’s
2014-10-31 16:45:41 -07:00
Steve Orvell
4426c85932
factor a small bit of code out of base.js
2014-10-31 16:24:43 -07:00