Commit Graph

3561 Commits

Author SHA1 Message Date
Ujjwal Arora
68d5c55e13 Remove undesired full-stop from outputs 2015-11-08 01:05:28 +05:30
Ujjwal Arora
724e1bc160 Fix Formatting 2015-11-08 00:42:19 +05:30
Steven Orvell
139257ba44 Re-enable listeners of the form 'a.b' (todo: make this more efficient). 2015-11-06 19:09:31 -08:00
Steven Orvell
ec4d3132cd Avoid stomping on property objects when mixing behaviors. 2015-11-06 17:52:30 -08:00
Steve Orvell
07d39a1be8 Merge pull request #2696 from Polymer/2685-kschaaf-detached-domif
Ensure parent node exists when stamping. Fixes #2685.
2015-11-06 15:59:28 -08:00
Kevin Schaaf
fa96ff3020 Update test to avoid template polypill issues. 2015-11-06 15:28:23 -08:00
Kevin Schaaf
62f2d2a298 Ensure parent node exists when stamping. Fixes #2685. 2015-11-06 15:08:48 -08:00
Nazar Mokrynskyi
df225649d0 Filtering causes unexpected issues
Introduced in 35c89f1
2015-11-06 23:36:45 +01:00
Steve Orvell
951031fccd Merge pull request #2684 from Polymer/gesture-sd-polyfill-fix
Fix Gestures when using SD polyfill
2015-11-06 11:28:16 -08:00
Daniel Freedman
e72fdeed6e Merge pull request #2656 from Polymer/polymer-2649
Corrected method name. Fixes #2649.
2015-11-06 11:25:01 -08:00
Daniel Freedman
e11015d190 Merge pull request #2658 from Polymer/contrib-unit-tests
Add notes on running unit tests.
2015-11-06 11:19:39 -08:00
Kevin Schaaf
dc2255c8b3 Add global leak test to runner. 2015-11-06 10:46:39 -08:00
Kevin Schaaf
7f71b4cbab Add global leak test. 2015-11-06 10:44:38 -08:00
Eric Bidelman
6ae520719f Merge pull request #2691 from nazar-pc/patch-2
Weird assignment fix
2015-11-06 09:44:22 -08:00
Steven Orvell
cdc9fde673 Fix typo that prevented correct functioning of Polymer.dom under Shadow DOM and add tests to catch. 2015-11-05 19:29:10 -08:00
Steven Orvell
f5aec30d3d maintain compatibility with older _notifyChange arguments. 2015-11-05 18:28:54 -08:00
Nazar Mokrynskyi
9e6f77acd3 Weird assignment fix 2015-11-06 00:24:15 +01:00
Steven Orvell
f2d5f44f3f add comment. 2015-11-05 14:33:28 -08:00
Steven Orvell
da71dfeb54 For efficiency, use cached events in data system, for property and path changes. 2015-11-05 13:08:33 -08:00
Steven Orvell
d8b78d4a7b Fixes #2690 2015-11-05 12:32:29 -08:00
Steven Orvell
8949c0470b change after render method to Polymer.RenderStatus.afterNextRender 2015-11-05 12:27:37 -08:00
Steven Orvell
c52090780a When effect values are applied via bindings, use fromAbove gambit to avoid unnecessary wheel spinning. (This is now possible since we have fast lookup for readOnly where we want to avoid doing the set at all). 2015-11-04 20:57:30 -08:00
Steven Orvell
24bcedbf41 do readOnly check for configured properties where they are handed down, rather than when they are consumed. 2015-11-04 20:56:15 -08:00
Kevin Schaaf
6d4b5405c2 Merge branch 'master' into micro-perf 2015-11-04 20:19:11 -08:00
Steve Orvell
b137fe70dd Merge pull request #2659 from Polymer/2537-kschaaf-chunked-repeat
Adds incremental rendering to dom-repeat. Fixes #2537.
2015-11-04 20:01:49 -08:00
Kevin Schaaf
0b21506ec2 Minor cleanup. 2015-11-04 19:54:06 -08:00
Kevin Schaaf
996289a507 Avoid creating unnecessary placeholders for full refresh. 2015-11-04 19:02:39 -08:00
Kevin Schaaf
c5e11351e3 Simplify 2015-11-04 18:20:55 -08:00
Kevin Schaaf
680c56d2e3 Fix typo. 2015-11-04 18:14:33 -08:00
Kevin Schaaf
352ccbeace Update docs. 2015-11-04 18:13:49 -08:00
Kevin Schaaf
ba7a16f888 _removeInstance -> _detachAndRemoveInstance 2015-11-04 18:12:04 -08:00
Kevin Schaaf
f447c0eb70 Remove limit & chunkCount API. Refactor insert/remove. 2015-11-04 17:39:42 -08:00
Steven Orvell
d53ab5736f add back deepContains (got removed incorrectly in merge). 2015-11-04 17:18:26 -08:00
Steven Orvell
0233d6deaf fix line endings. 2015-11-04 17:12:54 -08:00
Steven Orvell
f9894a09e9 revert host attributes ordering change optimization as it was not worth the trouble (barely measurable and more cumbersome impl). 2015-11-04 17:09:17 -08:00
Steven Orvell
11606ba9db Merge branch 'master' into micro-perf 2015-11-04 16:10:42 -08:00
Steven Orvell
d82840b17f rename host functions
fix typos
afterFirstRender is now raf+setTimeout
dom-repeat: remove cruft
2015-11-04 16:07:31 -08:00
Daniel Freedman
bb8429d584 Merge branch 'nazar-pc-fix-for-bem-modifiers' 2015-11-04 14:46:27 -08:00
Daniel Freedman
7d905d5869 Merge branch 'fix-for-bem-modifiers' of https://github.com/nazar-pc/polymer into nazar-pc-fix-for-bem-modifiers 2015-11-04 14:44:46 -08:00
Daniel Freedman
3378b4f796 Merge branch 'nazar-pc-fix-for-multiple-spaces' 2015-11-04 14:42:57 -08:00
Daniel Freedman
51a4b2c9b5 Merge branch 'fix-for-multiple-spaces' of https://github.com/nazar-pc/polymer into nazar-pc-fix-for-multiple-spaces 2015-11-04 14:41:58 -08:00
Daniel Freedman
174b77b645 Merge pull request #2664 from nazar-pc/fix-for-unicode-escape-sequences-in-css-selectors
Added support for short unicode escape sequences, fixes #2650
2015-11-04 14:37:42 -08:00
Daniel Freedman
a975c46c77 Merge pull request #2662 from JeremybellEU/custom-properties-var
Fix parsing of custom properties with 'var' in value
2015-11-04 14:35:37 -08:00
Daniel Freedman
96e4bfa5b1 Fix Gestures when using SD polyfill
Test with SD polyfill and native ShadowDOM
Requires webcomponents/webcomponentsjs#434

Fixes #2641
2015-11-04 14:09:49 -08:00
Daniel Freedman
af8a049b6f Merge pull request #2473 from JeremybellEU/add-multi-line-tests
Add test for parsing multi-line css comments
2015-11-04 12:49:02 -08:00
Tim van der Lippe
05a1e9583d Fix using value$ on input element 2015-11-03 13:02:07 +01:00
Nazar Mokrynskyi
ecddb56bc1 Fix for multiple consequent spaces present in CSS selectors, fixes #2670 2015-11-03 03:07:52 +01:00
Steven Orvell
e0fbfbe688 avoid configuration work when unnecessary 2015-11-02 17:26:58 -08:00
Steven Orvell
66df196696 lazily create effect objects so we can more easily abort processing.
avoid forEach
2015-11-02 17:26:05 -08:00
Steven Orvell
a2376b6e95 provides support for memoizing pathFn on effect;
only process effects/listeners if they exist.
2015-11-02 17:24:44 -08:00