Commit Graph
6864 Commits
Author SHA1 Message Date
Russell Bicknell 178dfa5e06 Upstream http://cl/330613283 2022-04-27 15:20:48 -07:00
Russell Bicknell 2445554f4f Upstream http://cl/397536696 2022-04-27 15:18:29 -07:00
Russell Bicknell 4a85c7f97b Upstream http://cl/374930792 2022-04-27 15:14:14 -07:00
Russell Bicknell 8582dd6449 Upstream http://cl/438642754 2022-04-27 15:06:46 -07:00
Russell Bicknell 067dd30208 Upstream http://cl/387624221 2022-04-27 15:04:27 -07:00
Russell Bicknell d0d39b8d88 Upstream http://cl/420889188 2022-04-27 15:00:33 -07:00
Russell Bicknell ec36597fb0 Upstream http://cl/416087593 2022-04-27 14:59:22 -07:00
Kevin Schaaf 65039eebe1 Merge pull request #5698 from eltociear/patch-4
Fix typo in dom-repeat.js
2022-02-09 08:38:38 -08:00
Ikko Ashimine 7b37193e04 Fix typo in dom-repeat.js
reseting -> resetting
2022-02-09 22:58:00 +09:00
Alexander Marks faae3b1f82 Merge pull request #5696 from Polymer/aomarks-patch-1
Update polymer -> lit link to point at new lit repo
2021-12-07 17:20:41 -05:00
Alexander Marks 4586fed68b Update polymer -> lit link to point at new lit repo instead of old lit-element repo 2021-12-07 13:43:07 -08:00
Peter Burns 10220c9af1 Add support for TrustedTypes (#5692)
* Add support for TrustedTypes to html-tag.js

This avoids setting innerHTML to a string.

* Comment on why .slice() the  XMLSerializer output

* Handle data binding Trusted Types into attributes

Fixes #5648

* Lint clean
2021-08-26 12:37:17 -07:00
Kevin Schaaf 1c0153d97b Merge pull request #5691 from eltociear/patch-3
Fix typo in disable-upgrade-mixin.js
2021-08-10 10:39:42 -07:00
Ikko Ashimine 5c06ae9bc0 Fix typo in disable-upgrade-mixin.js
intialize -> initialize
2021-08-10 23:03:50 +09:00
Steve Orvell b19365c172 Merge pull request #5690 from Polymer/Polymer.dom().attachShadow
Fix `Polymer.dom(el).attachShadow/shadowRoot`
2021-07-11 20:23:36 -07:00
Steven Orvell 2b0494a9c4 Fix Polymer.dom(el).attachShadow/shadowRoot 2021-07-09 18:05:09 -07:00
Kevin Schaaf 56756240fa Merge pull request #5688 from eltociear/patch-1
Fix typo in dom-module.js
2021-05-26 09:20:59 -07:00
Ikko Ashimine 69eb8a7a71 Fix typo in dom-module.js
accomodate -> accommodate
2021-05-26 11:14:14 +09:00
Kevin Schaaf 401c7837ec Merge pull request #5676 from SirJackovich/patch-1
Fix SyntaxError in Polymer Gestures
2021-01-05 16:06:09 -08:00
Jacob Reid 1e9be28d74 Fix SyntaxError
Without the quotes in safari you get the following error: SyntaxError: The string did not match the expected pattern.
2021-01-05 14:49:20 -07:00
Kevin Schaaf 17720d0188 Merge pull request #5675 from Polymer/upstream-error-suppression
Upstream internal error suppression.
2020-11-19 10:04:52 -08:00
Russell BicknellandPhil Harnish 2515cd215f Upstream internal error suppression.
Co-authored-by: Phil Harnish <philharnish@gmail.com>
2020-11-17 11:58:44 -08:00
Kevin Schaaf 532454a86c Merge pull request #5672 from H3RSKO/H3RSKO-readme-fix
Updated Readme
2020-08-17 09:04:26 -07:00
H3RSKO 78602fcc0c Updated Readme
Fixed the readme displaying two double "the"s.
2020-08-16 13:00:48 -04:00
Kevin Schaaf 8bd4b6eb48 Merge pull request #5668 from Polymer/5667-cancel-chunking-on-disconnect
Cancel chunking when disconnected. Fixes #5667
2020-07-06 15:59:14 -07:00
Kevin Schaaf 04a4ded879 Fix let back to const 2020-07-06 14:21:40 -07:00
Kevin Schaaf 32d7d61d4f Cancel chunking when disconnected. Fixes #5667 2020-07-01 12:03:13 -07:00
Kevin Schaaf 76c71e186e Merge pull request #5661 from Polymer/5660-template-function
Accept function in legacy _template field for template parsing
2020-05-20 18:19:27 -07:00
Kevin Schaaf 38f19b85ff Merge branch 'master' into 5660-template-function 2020-05-19 23:25:49 -07:00
Kevin Schaaf 22ac86a8e3 Accept function in legacy _template field for template parsing. Fixes #5660 2020-05-14 16:21:23 -07:00
Russell Bicknell 4d057ede3f Merge pull request #5656 from Polymer/setAttribute-TrustedURL
Remove types from LegacyElementMixin's overridden setAttribute and removeAttribute.
2020-05-13 16:06:07 -07:00
Russell Bicknell 1e296957ed Merge remote-tracking branch 'origin/master' into setAttribute-TrustedURL 2020-05-13 15:13:13 -07:00
Russell Bicknell ac71e723b5 Merge pull request #5659 from Polymer/upstream-types
Upstream internal type updates.
2020-05-13 15:01:25 -07:00
Russell Bicknell 9e8df6821b Upstream internal type differences. 2020-05-13 14:24:51 -07:00
Russell Bicknell 00b36709b5 Remove types from LegacyElementMixin's overridden setAttribute and removeAttribute. 2020-05-08 16:20:14 -07:00
Russell Bicknell 6acf6e3cdc [ci skip] update changelog 2020-04-30 11:14:25 -07:00
Russell Bicknell 9bdaf4b091 3.4.1 v3.4.1 2020-04-29 16:24:12 -07:00
Russell Bicknell 12fa1b5080 [ci skip] bump to 3.4.1 2020-04-29 16:23:49 -07:00
Russell Bicknell 1075dde412 Merge pull request #5654 from Polymer/DomApiNative-setAttribute-type
Add type for DomApiNative's setAttribute method.
2020-04-29 16:22:19 -07:00
Russell Bicknell 024ab01ee8 Add type for DomApiNative's setAttribute method. 2020-04-29 15:49:56 -07:00
Russell Bicknell 36fb37e9d3 Merge pull request #5653 from Polymer/remove-gen-tsd
Remove automatic TypeScript type generation
2020-04-29 15:28:53 -07:00
Russell Bicknell e717f0f060 Remove gen-typescript-declarations; manually add LegacyElementMixin's setAttribute type. 2020-04-29 14:07:21 -07:00
Russell Bicknell 8b2ea7bce2 Remove "DO NOT EDIT" warning comments. 2020-04-29 13:57:09 -07:00
Russell Bicknell ec7b7c5541 Track TypeScript declarations. 2020-04-29 13:39:09 -07:00
Russell Bicknell 39d5a95382 Merge pull request #5652 from Polymer/setAttribute-closure-types
Update Closure types for overridden setAttribute in LegacyElementMixin.
2020-04-28 16:37:47 -07:00
Russell Bicknell 604856b2f1 Update Closure types for overridden setAttribute in LegacyElementMixin. 2020-04-28 16:00:58 -07:00
Russell Bicknell 05878b673c Merge pull request #5649 from Polymer/compiler-warnings
Fix a couple more compiler warnings
2020-04-28 14:32:28 -07:00
Russell Bicknell f73c89b544 Merge pull request #5650 from Polymer/attribute-override-types
Fix TypeScript breakages by specifying types for overridden `setAttribute` and `getAttribute`.
2020-04-27 20:37:37 -07:00
Russell Bicknell 370ae5ebab Add method / parameter descriptions. 2020-04-27 18:43:35 -07:00
Russell Bicknell c8715b50b9 Fix TypeScript breakages by specifying types for overridden setAttribute and getAttribute. 2020-04-27 18:35:14 -07:00