This website requires JavaScript.
Explore
Help
Sign In
GreenPolyProducts
/
polymer
Watch
5
Star
0
Fork
0
mirror of
https://github.com/Polymer/polymer.git
synced
2026-08-19 01:14:44 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2c87145cccbd64dee06b29ef2f031800eb5bd532
polymer
/
test
T
History
Nazar Mokrynskyi
2c87145ccc
Added support for short unicode escape sequences,
fixes
#2650
2015-11-02 20:19:23 +01:00
..
assets
Tests too
2014-11-19 16:47:46 -08:00
compat
Support paths in all effects. Add tests and docs.
2015-04-16 23:45:00 -07:00
smoke
Fix
#2587
: When Polymer.dom(el).appendChild(node) is called, cleanup work must be performed on the existing parent of node. This change fixes a missing case in this cleanup work: if the existing parent has a observer via
Polymer.dom(parent).observeNodes
, it needs to be notified that node is being removed even if the node does not have specific logical info. For example, if an observed node has no Shady DOM and has a child that is removed. A test for this case was added.
2015-10-16 17:27:51 -07:00
unit
Added support for short unicode escape sequences,
fixes
#2650
2015-11-02 20:19:23 +01:00
runner.html
Simplify change tracking by always dirty checking at the observer level. Under Shadow DOM, use a deep MO to watch for attributes.
2015-10-12 19:33:43 -07:00