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
8ef7bac6dc92c44fa702c3c9606b2a5d0d1d43eb
polymer
/
test
History
Stefan Grönke
8ef7bac6dc
more explicit tests for debouncer wait and no-wait behavior
2015-12-08 16:18:54 -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
more explicit tests for debouncer wait and no-wait behavior
2015-12-08 16:18:54 -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