This website requires JavaScript.
Explore
Help
Sign In
GreenPolyProducts
/
polymer
Watch
5
Star
0
Fork
0
You've already forked polymer
mirror of
https://github.com/Polymer/polymer.git
synced
2025-02-25 18:55:30 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3df4ef20bdb5e050aa71ee2f75fccd445d708d09
polymer
/
test
History
Steven Orvell
3df4ef20bd
Fixes
#3108
. Moves
debounce
functionality from polymer-micro to polymer-mini. The functionality belongs at the mini tier and was never actually functional in micro.
2015-11-30 14:29:34 -08: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
Fixes
#3108
. Moves
debounce
functionality from polymer-micro to polymer-mini. The functionality belongs at the mini tier and was never actually functional in micro.
2015-11-30 14:29:34 -08:00
runner.html
Fixes
#3108
. Moves
debounce
functionality from polymer-micro to polymer-mini. The functionality belongs at the mini tier and was never actually functional in micro.
2015-11-30 14:29:34 -08:00