Permalink
Comparing changes
Open a pull request
19
contributors
This comparison is big! We’re only showing the most recent
250
commits
Commits on Mar 17, 2014
- we now keep an explicit list of all observers which must be closed when the element is removed from dom. This list contains both property observers and observers from stamped templates. - an element no longer maintains a list of bindings made to itself (this.bindings). This was removed for performance reasons.
Commits on Mar 21, 2014
Commits on Mar 22, 2014
Commits on Mar 24, 2014
Commits on Apr 11, 2014
Commits on Apr 17, 2014
Commits on Apr 18, 2014
…hadowDOM/issues/420 is fixed.
Commits on Apr 24, 2014
R=sorvell BUG= Review URL: https://codereview.appspot.com/95740044
https://codereview.appspot.com/95740044/ broken PolymerExpressions by handing in a Path object rather than the pathString. R=sorvell BUG= Review URL: https://codereview.appspot.com/91770043
Commits on Apr 25, 2014
This patch simplifies declarative events such that there are only two notions: 1) A controller: This is found by walking up the DOM until a shadow host or lightDom controller (i.e. polymer-body) is encountered. 2) A method name: When event is handled by the controller, it attempts to find a member function with a matching name and invoke it. Notably, this removes the behavior (that apparently no one was actually using), where by a mustache could contain a *path* (e.g. foo.bar) and the function foo.bar is looked up, not from the model, from the controller and invoked with the controller as the receiver value. R=sorvell BUG= Review URL: https://codereview.appspot.com/97750045
Commits on May 13, 2014
Commits on May 14, 2014
Commits on May 15, 2014
Commits on Jun 03, 2014
R=sjmiles@google.com, sjmiles BUG= Review URL: https://codereview.appspot.com/103020045
Commits on Jun 06, 2014
R=jmesserly@google.com, sjmiles, sorvell BUG= Review URL: https://codereview.appspot.com/106840044
Commits on Jun 09, 2014
Note that this patch just moves code from observe-js into polymer (with slight tweaks). Follow-on work pending: -dont force creation of an array literal for registerObservers -cleanUp the close*Observer mess -add asserts to unbind tests that zero observers are active -allow computed properties to be bindable sorvell BUG= R=sorvell@google.com Review URL: https://codereview.appspot.com/104910045
Commits on Jun 10, 2014
…servers are properly closed. R=sorvell@google.com, sorvell BUG= Review URL: https://codereview.appspot.com/103260043
R=sorvell@google.com, sorvell BUG= Review URL: https://codereview.appspot.com/104010043
Commits on Jun 13, 2014
R=sorvell@google.com, sorvell BUG=https://github.com/Polymer/polymer-dev/issues/32 Review URL: https://codereview.appspot.com/104110043
Commits on Jul 16, 2014
Commits on Jul 21, 2014
…`'s registered via html imports are all ready. This makes it easier to use polymer with asynchronous script loading libraries. Previously Polymer waited only for elements registered via calls to `Polymer`. Note, due to crbug.com/395686, the script portion of element registration is still used for ordering, but when this is fixed, we'll switch to order based on the declarative portion of registration.
Commits on Jul 24, 2014
Commits on Jul 30, 2014
Commits on Aug 04, 2014
Commits on Aug 20, 2014
Commits on Aug 21, 2014
…ts on all browsers. Fixes https://github.com/Polymer/polymer-dev/issues/81
Commits on Aug 29, 2014
…EventListener Fixes googlearchive/polymer-gestures#52
Commits on Sep 05, 2014
Commits on Sep 18, 2014
…orceReady() to force polymer to register elements. Fixes https://github.com/Polymer/polymer-dev/issues/72.
Commits on Sep 24, 2014
Commits on Sep 29, 2014
Commits on Oct 08, 2014
Commits on Oct 09, 2014
add space between "go" and "to"
Commits on Oct 13, 2014
Commits on Oct 14, 2014
Commits on Oct 15, 2014
Commits on Oct 16, 2014
Commits on Nov 04, 2014
Commits on Nov 06, 2014
Commits on Nov 10, 2014
Commits on Nov 11, 2014
Commits on Nov 15, 2014
README update
Commits on Dec 06, 2014
Spelling correction.
Showing you all comments on commits in this comparison.
This comment has been minimized.
This comment has been minimized.
davidmaxwaterman
commented on 8bd2b9e
Oct 15, 2014
|
I have a feeling this has caused issue #797 ... |
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.