-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to make compatible with noPatch
version of ShadyDOM [3.x]
#5452
Commits on Oct 26, 2018
-
Adds basic legacy support for ShadyDOM.unPatch (WIP)
* Polymer.dom uses ShadyDOM.wrap * LegacyElementMixin _attachDOM uses ShadyDOM.wrap
Steven Orvell committedOct 26, 2018 Configuration menu - View commit details
-
Copy full SHA for e752636 - Browse repository at this point
Copy the full SHA e752636View commit details -
Steven Orvell committed
Oct 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 079ac3b - Browse repository at this point
Copy the full SHA 079ac3bView commit details
Commits on Nov 1, 2018
-
Steven Orvell committed
Nov 1, 2018 Configuration menu - View commit details
-
Copy full SHA for b211436 - Browse repository at this point
Copy the full SHA b211436View commit details
Commits on Nov 19, 2018
-
Steven Orvell committed
Nov 19, 2018 Configuration menu - View commit details
-
Copy full SHA for 1bce4f0 - Browse repository at this point
Copy the full SHA 1bce4f0View commit details
Commits on Nov 20, 2018
-
Manual merge from
perf-opt-disable-upgrade
branch.Steven Orvell committedNov 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 0f022df - Browse repository at this point
Copy the full SHA 0f022dfView commit details -
Merge branch 'behaviors-no-mixin-disable-upgrade' into shady-nopatch
Steven Orvell committedNov 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 21c644c - Browse repository at this point
Copy the full SHA 21c644cView commit details
Commits on Dec 7, 2018
-
Merge branch 'master' into shady-nopatch
Steven Orvell committedDec 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 05a7e1c - Browse repository at this point
Copy the full SHA 05a7e1cView commit details -
Revert "Manual merge from
perf-opt-disable-upgrade
branch."This reverts commit 0f022df.
Steven Orvell committedDec 7, 2018 Configuration menu - View commit details
-
Copy full SHA for c3bd4d6 - Browse repository at this point
Copy the full SHA c3bd4d6View commit details -
Steven Orvell committed
Dec 7, 2018 Configuration menu - View commit details
-
Copy full SHA for e3b3baa - Browse repository at this point
Copy the full SHA e3b3baaView commit details -
Steven Orvell committed
Dec 7, 2018 Configuration menu - View commit details
-
Copy full SHA for acbe649 - Browse repository at this point
Copy the full SHA acbe649View commit details
Commits on Dec 8, 2018
-
More shady compatible wrapping
Sync'd with Polymer 1 wrap locations
Steven Orvell committedDec 8, 2018 Configuration menu - View commit details
-
Copy full SHA for b8f3b79 - Browse repository at this point
Copy the full SHA b8f3b79View commit details -
Steven Orvell committed
Dec 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 42b13d0 - Browse repository at this point
Copy the full SHA 42b13d0View commit details -
Re-use code in Polymer.dom when in noPatch mode.
Steven Orvell committedDec 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 8954c25 - Browse repository at this point
Copy the full SHA 8954c25View commit details
Commits on Dec 10, 2018
-
Temporarily disable type genration
ShadyDOM type not working. Disabling to see if tests otherwise pass.
Steven Orvell committedDec 10, 2018 Configuration menu - View commit details
-
Copy full SHA for bade986 - Browse repository at this point
Copy the full SHA bade986View commit details
Commits on Dec 11, 2018
-
Make
noPatch
safe with older versions of ShadyDOMEverything should work even if a version of ShadyDOM that does not support `noPatch` is loaded. Also, re-enable type generation and privatize problematic type.
Steven Orvell committedDec 11, 2018 Configuration menu - View commit details
-
Copy full SHA for a2e597c - Browse repository at this point
Copy the full SHA a2e597cView commit details
Commits on Dec 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e4b56e4 - Browse repository at this point
Copy the full SHA e4b56e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e73285b - Browse repository at this point
Copy the full SHA e73285bView commit details
Commits on Dec 20, 2018
-
Make sure
_valueToNodeAttribute
uses wrapThis ensures attributes bindings to class, name, and slot behave correctly when `ShadyDOM.noPatch` is set.
Steven Orvell committedDec 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 4e4d6fe - Browse repository at this point
Copy the full SHA 4e4d6feView commit details -
Steven Orvell committed
Dec 20, 2018 Configuration menu - View commit details
-
Copy full SHA for d8aac3b - Browse repository at this point
Copy the full SHA d8aac3bView commit details -
Steven Orvell committed
Dec 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 8e50602 - Browse repository at this point
Copy the full SHA 8e50602View commit details
Commits on Jan 30, 2019
-
Ensure dispatchEvent is wrapped
When `ShadyDOM.noPatch` is set, this ensures that firing an event triggers distribution.
Steven Orvell committedJan 30, 2019 Configuration menu - View commit details
-
Copy full SHA for 491c2a7 - Browse repository at this point
Copy the full SHA 491c2a7View commit details -
Make initial distribution synchronous when
legacyOptimizations
is setUses new `ShadyDOM.flushInitial(shadowRoot)` API. This better matches the behavior of Polymer 1.
Steven Orvell committedJan 30, 2019 Configuration menu - View commit details
-
Copy full SHA for fc7858c - Browse repository at this point
Copy the full SHA fc7858cView commit details
Commits on Jan 31, 2019
-
Adds
syncInitialRender
settingThis separates the behavior from `legacyOptimizations`. Performs synchronous initial rendering under ShadyDOM when this flag is set.
Steven Orvell committedJan 31, 2019 Configuration menu - View commit details
-
Copy full SHA for d4857ec - Browse repository at this point
Copy the full SHA d4857ecView commit details
Commits on Feb 4, 2019
-
Merge branch 'master' into shady-nopatch
Steven Orvell committedFeb 4, 2019 Configuration menu - View commit details
-
Copy full SHA for a50aee3 - Browse repository at this point
Copy the full SHA a50aee3View commit details -
Steven Orvell committed
Feb 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 0a91b15 - Browse repository at this point
Copy the full SHA 0a91b15View commit details -
Steven Orvell committed
Feb 4, 2019 Configuration menu - View commit details
-
Copy full SHA for c93fc48 - Browse repository at this point
Copy the full SHA c93fc48View commit details
Commits on Feb 5, 2019
-
Steven Orvell committed
Feb 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 391715f - Browse repository at this point
Copy the full SHA 391715fView commit details -
Steven Orvell committed
Feb 5, 2019 Configuration menu - View commit details
-
Copy full SHA for a272506 - Browse repository at this point
Copy the full SHA a272506View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be29bd - Browse repository at this point
Copy the full SHA 9be29bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c398c83 - Browse repository at this point
Copy the full SHA c398c83View commit details
Commits on Feb 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e3c6b25 - Browse repository at this point
Copy the full SHA e3c6b25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42735d1 - Browse repository at this point
Copy the full SHA 42735d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a24ba3 - Browse repository at this point
Copy the full SHA 4a24ba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae899c5 - Browse repository at this point
Copy the full SHA ae899c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb24656 - Browse repository at this point
Copy the full SHA fb24656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4321da0 - Browse repository at this point
Copy the full SHA 4321da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for aba0f90 - Browse repository at this point
Copy the full SHA aba0f90View commit details -
Merge pull request #5480 from Polymer/closure-compiler-fixes
Backport closure compiler fixes from internal
Configuration menu - View commit details
-
Copy full SHA for 9328274 - Browse repository at this point
Copy the full SHA 9328274View commit details -
Configuration menu - View commit details
-
Copy full SHA for 073d25f - Browse repository at this point
Copy the full SHA 073d25fView commit details