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
dd34fc6163feb0574ad05b008f672f6ca79b63e2
polymer
/
test
History
Steve Orvell
dd34fc6163
Merge pull request
#3202
from Polymer/issue-3201
...
use destination insertion points when calculating the path
2015-12-15 16:57:26 -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
Merge pull request
#3202
from Polymer/issue-3201
2015-12-15 16:57:26 -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