Commit Graph

549 Commits

Author SHA1 Message Date
Tim van der Lippe
f92f9ff38e Fix parsing of minimized css output 2015-12-28 19:37:13 +01:00
Kevin Schaaf
273ab0fbe6 Merge pull request #3112 from Polymer/shady-linked
ShadyDOM: use a linked-list for tree accessors
2015-12-15 17:09:54 -08:00
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
valdrinkoshi
3f8b6ee256 use destination insertion points when calculating the path 2015-12-14 19:26:04 -08:00
Steven Orvell
9a3bead568 Store all dom tree data in __dom private storage; implement composed patching via a linked list. 2015-12-14 18:40:01 -08:00
Daniel Freedman
2b69bb1496 Modernize the build 2015-12-14 16:04:13 -08:00
Daniel Freedman
82b2443a1d Add more globals to whitelist for safari
Fixes #3199
2015-12-14 15:57:17 -08:00
Steven Orvell
e3753dbaeb Merge branch 'master' into shady-linked
Conflicts:
	src/lib/dom-api.html
	src/mini/shady.html
2015-12-11 11:32:25 -08:00
Daniel Freedman
9066a48a63 Merge pull request #3114 from Polymer/3113
importHref loads imports, async. Fixes #3113
2015-12-09 18:26:42 -08:00
Eric Bidelman
fadd455e0d Fixes #3113 2015-12-09 18:15:31 -08:00
Tim van der Lippe
0e248f5a3f Produce nicer error on malformed observer 2015-12-09 12:51:07 +01:00
Tim van der Lippe
68707ad760 Deduplicate setup and verifying in notify-path test suite 2015-12-09 12:47:06 +01:00
Stefan Grönke
8ef7bac6dc more explicit tests for debouncer wait and no-wait behavior 2015-12-08 16:18:54 -08:00
Stefan Grönke
9bef4c057c speed up microtask testing 2015-12-08 16:18:54 -08:00
Stefan Grönke
0206852575 add more debouncer tests 2015-12-08 16:18:54 -08:00
Stefan Grönke
9b898c25cc remove dead debounce test assertion 2015-12-08 16:18:54 -08:00
Daniel Freedman
d468949bb8 Merge pull request #3066 from Polymer/arthure-rendered-item-count
Fixes #3065: Add dom-repeat.renderedItemCount property
2015-12-08 15:36:20 -08:00
Steven Orvell
dfa6a44ac0 Correct test to avoid using firstElementChild on a documentFragment since it is not universally supported. 2015-12-07 14:48:21 -08:00
Steven Orvell
34031414e5 Merge branch 'master' into shady-linked 2015-12-07 14:00:48 -08:00
Steve Orvell
bab847aaf7 Merge pull request #3160 from Polymer/3125-kschaaf-move-domif
Ensure dom-if in host does not restamp when host detaches. Fixes #3125.
2015-12-07 13:50:29 -08:00
Steven Orvell
1074951c26 Merge branch 'master' into 3157-kschaaf-domif-textnode 2015-12-07 12:58:13 -08:00
Steven Orvell
f356ba894e Merge branch 'master' into 3125-kschaaf-move-domif 2015-12-07 12:48:13 -08:00
Steve Orvell
a862ef8d80 Merge pull request #3153 from Polymer/3128-kschaaf-literal-forwarding
Ensure literals are excluded from parent props.
2015-12-07 11:38:02 -08:00
Arthur Evans
e39d5ba1fd Make renderedItemCount readOnly & add tests. 2015-12-04 17:14:56 -08:00
Daniel Freedman
893cfca71d Merge pull request #3027 from JeremybellEU/fix-test-console-output
Suppress warnings and expected errors in test suite
2015-12-04 17:01:21 -08:00
Daniel Freedman
d3145e8ef5 Revert "Fix parsing of minimized css output" 2015-12-04 16:40:44 -08:00
Kevin Schaaf
c6be10d4b1 Custom setProperty for bindings to hidden textNodes. Fixes #3157. 2015-12-04 16:05:10 -08:00
Kevin Schaaf
bb85e2b6d6 Ensure dom-if in host does not restamp when host detaches. Fixes #3125. 2015-12-04 15:38:20 -08:00
Daniel Freedman
090e9d680c Merge pull request #2689 from JeremybellEU/polybuild-css-parser-fix
Fix parsing of minimized css output
2015-12-04 13:28:48 -08:00
Daniel Freedman
9c012a1a3b Merge pull request #2295 from nazar-pc/method-parsing-fix
Fix for method parsing in computed binding
2015-12-04 13:05:21 -08:00
Daniel Freedman
f2b65881e2 Merge branch 'fix-for-selectors-specificity' of https://github.com/nazar-pc/polymer into nazar-pc-fix-for-selectors-specificity 2015-12-04 12:59:38 -08:00
Kevin Schaaf
526fa3c545 Ensure literals are excluded from parent props.
Fixes #3128. Fixes #3121.
2015-12-03 12:05:12 -08:00
Tim van der Lippe
d4586908dc Fix parsing of minimized css output 2015-12-03 13:13:57 +01:00
Kevin Schaaf
7fe5e2bf64 Disable chunked dom-repeat tests on IE due to CI rAF flakiness. 2015-11-30 16:54:55 -08:00
Steven Orvell
b03a30e74b Merge branch 'master' into shady-linked 2015-11-30 16:02:24 -08:00
Steve Orvell
230ce10153 Merge pull request #3116 from Polymer/3115-kschaaf-reentrant-flush
Make Polymer.dom.flush reentrant-safe. Fixes #3115.
2015-11-30 15:39:34 -08:00
Kevin Schaaf
644105a469 Make Polymer.dom.flush reentrant-safe. Fixes #3115. 2015-11-30 15:01:15 -08:00
Steven Orvell
014e61d47e Merge branch 'master' into shady-linked 2015-11-30 14:45:31 -08:00
Steven Orvell
c29e8b9093 Merge branch 'master' into fix-3108 2015-11-30 14:41:14 -08:00
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
Kevin Schaaf
63782fa578 Clarify this is for IE. 2015-11-30 14:24:56 -08:00
Kevin Schaaf
35abadc5c9 Patch rAF to setTimeout to reduce flakiness on CI. 2015-11-30 14:13:39 -08:00
Steve Orvell
06898da605 Merge pull request #3082 from Polymer/3077-kschaaf-fromabove-false
Revert fromAbove in applyEffectValue. Add test. Fixes #3077.
2015-11-30 11:29:24 -08:00
Daniel Freedman
811f76680c Remove closures holding element references after mouseup/touchend
With tests

Fixes #3083
2015-11-25 10:27:17 -08:00
Daniel Freedman
690838abde set class attribute instead of using classname
Fixes #2407

add test with dynamic svg elements

Test for fill-opacity, it doesn't get munged like color

Most browsers don't like CSS for sizing the circle :(
2015-11-24 14:38:13 -08:00
Kevin Schaaf
c36d6c1750 Include wildcard character in identifier. Fixes #3084. 2015-11-24 14:16:13 -05:00
Kevin Schaaf
156122c510 Revert fromAbove in applyEffectValue. Add test. Fixes #3077. 2015-11-24 12:25:07 -05:00
Arthur Evans
b589f70545 Fixes #3065: Add dom-repeat.renderedItemCount property 2015-11-20 14:59:59 -08:00
Steven Orvell
fd17602285 Merge branch 'master' into shady-linked 2015-11-20 14:52:33 -08:00
Steve Orvell
8a08c279b6 Merge pull request #3017 from Polymer/2705-kschaaf-strict-parsing
Use stricter binding parsing for efficiency and correctness.  Fixes #2705
2015-11-20 11:59:12 -08:00