Commit Graph

3555 Commits

Author SHA1 Message Date
Arthur Evans
e39d5ba1fd Make renderedItemCount readOnly & add tests. 2015-12-04 17:14:56 -08:00
Daniel Freedman
2b55a550e0 Merge pull request #2484 from JeremybellEU/fix-line-endings
Add .gitattributes to solve line endings cross-OS (merge after other PRs)
2015-12-04 17:02:23 -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
ed35bc8d39 Merge pull request #3162 from Polymer/revert-2689-polybuild-css-parser-fix
Revert "Fix parsing of minimized css output"
2015-12-04 16:49:28 -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
Steven Orvell
dcbafbfc16 Avoid making a copy of childNodes when a dom fragment is inserted in the logical tree. 2015-12-04 14:33:21 -08:00
Steven Orvell
43fc853750 Slightly faster findAnnotatedNodes 2015-12-04 14:32:20 -08:00
Tim van der Lippe
94c2bc2553 Add .gitattributes to solve line endings cross-OS 2015-12-04 22:59:04 +01: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
c9ee953764 Merge pull request #2694 from nazar-pc/patch-1
Filtering causes unexpected issues
2015-12-04 13:28:12 -08:00
Daniel Freedman
d8200580dc Merge pull request #2722 from kaycebasques/kaycebasques-typo
Fix doc typo.
2015-12-04 13:24:27 -08:00
Daniel Freedman
97b9089b29 Merge pull request #3068 from Polymer/no-deep-function-decl
ES5 strict doesn't like function declarations inside inner blocks.
2015-12-04 13:09:30 -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
Steve Orvell
34bf229e7b Merge pull request #3119 from Polymer/disable-chunked-tests
Disable chunked dom-repeat tests on IE due to CI rAF flakiness.
2015-11-30 17:11:29 -08: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
d8ecd45469 Add comment. 2015-11-30 15:06:27 -08:00
Kevin Schaaf
e153e27a4b Merge pull request #3111 from Polymer/fix-3108
Fixes #3108. Moves `debounce` functionality from polymer-micro to pol…
2015-11-30 15:01:37 -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
Steve Orvell
203e862976 Merge pull request #3110 from Polymer/flaky-raf-workaround
Patch rAF to setTimeout to reduce flakiness on CI.
2015-11-30 14:26:00 -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
Steve Orvell
42004df48c Merge pull request #3089 from Polymer/gesture-memory-cleanup
Remove closures holding element references after mouseup/touchend
2015-11-30 10:53:23 -08:00
Steve Orvell
68c76f0322 Merge pull request #3079 from danbeam/patch-1
loosen isLightDescendant's @param type to Node
2015-11-30 09:53:26 -08:00
arturparkhisenko
dec109f746 synced fork 2015-11-29 23:22:16 +02:00
ikeagold
00ed7970c2 added missing semicolons, removed some unused variables 2015-11-29 23:19:46 +02:00
Dan Beam
938589112d ?Node 2015-11-25 12:29:11 -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
Kevin Schaaf
bba4c2d23e Merge pull request #3085 from Polymer/fix-svg-style-scope
set class attribute instead of using classname
2015-11-25 09:55:50 -05: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
Dan Beam
c63579737e loosen isLightDescendant's @param type to Node 2015-11-23 17:46:34 -08:00
Kevin Schaaf
e5fb166c50 Merge pull request #3075 from zhaoz/patch-1
Put beforeRegister in the behaviorProperties.
2015-11-23 18:26:44 -05:00
zhaoz
445b6cd670 Put beforeRegister in the behaviorProperties.
Fix a problem where beforeRegister was being copied into the element prototype, causing doBehavior_ to call beforeRegister twice.
2015-11-23 15:21:57 -08:00
Peter Burns
51d3fa6598 ES5 strict doesn't like function declarations inside inner blocks. 2015-11-20 17:07:58 -08: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
Steven Orvell
da15ff09fe Minor factoring; ensure base properties set on instance. 2015-11-20 14:52:13 -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