-
Notifications
You must be signed in to change notification settings - Fork 54
7/11 master -> stable #121
Commits on Jun 17, 2013
-
fix parsing of semantic template interation w/ shadowdom polyfill
R=arv BUG= Review URL: https://codereview.appspot.com/10348043
Configuration menu - View commit details
-
Copy full SHA for 05ae244 - Browse repository at this point
Copy the full SHA 05ae244View commit details
Commits on Jun 18, 2013
-
remove esprima export boilerplate
R=arv BUG= Review URL: https://codereview.appspot.com/10361043
Configuration menu - View commit details
-
Copy full SHA for 84752bd - Browse repository at this point
Copy the full SHA 84752bdView commit details -
Ensure getInstanceModel is only called when a new instance will be cr…
…eated Note that this also allows for the common case of inserting an instance via a DocumentFragment. Only if there is a instanceCache hit, do we insert an array of nodes. R=arv BUG= Review URL: https://codereview.appspot.com/10361044
Configuration menu - View commit details
-
Copy full SHA for 694a411 - Browse repository at this point
Copy the full SHA 694a411View commit details -
Actually, this is fixing examples for browsers without <template> and…
… Object.observe. Many were suffering from: #64 and also lack of calls to Platform.performMicrotaskCheckpoint(). Also, the twitter rest API 1.0 is now gone and the 1.1 API requires auth, so I removed the example for now. R=arv BUG= Review URL: https://codereview.appspot.com/10383044
Configuration menu - View commit details
-
Copy full SHA for ae8acf4 - Browse repository at this point
Copy the full SHA ae8acf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6579420 - Browse repository at this point
Copy the full SHA 6579420View commit details
Commits on Jun 20, 2013
-
added <html> and DOCTYPE to samples
R=arv BUG= Review URL: https://codereview.appspot.com/10442044
Configuration menu - View commit details
-
Copy full SHA for 1d6de27 - Browse repository at this point
Copy the full SHA 1d6de27View commit details -
Yvonne Yip committed
Jun 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 2ab6e07 - Browse repository at this point
Copy the full SHA 2ab6e07View commit details
Commits on Jun 21, 2013
-
Configuration menu - View commit details
-
Copy full SHA for a5676b4 - Browse repository at this point
Copy the full SHA a5676b4View commit details
Commits on Jun 24, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 0e601a6 - Browse repository at this point
Copy the full SHA 0e601a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d4966d - Browse repository at this point
Copy the full SHA 4d4966dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c3de9f - Browse repository at this point
Copy the full SHA 9c3de9fView commit details
Commits on Jun 25, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 4a91fdf - Browse repository at this point
Copy the full SHA 4a91fdfView commit details -
remove extra argument to extractInstanceAt
John Messerly committedJun 25, 2013 Configuration menu - View commit details
-
Copy full SHA for 31326f0 - Browse repository at this point
Copy the full SHA 31326f0View commit details
Commits on Jun 26, 2013
-
Merge pull request #113 from jmesserly/removeExtraArg
remove extra argument to extractInstanceAt
Configuration menu - View commit details
-
Copy full SHA for 888e677 - Browse repository at this point
Copy the full SHA 888e677View commit details
Commits on Jul 2, 2013
-
Arv, this is more of an FYI, that a review. I'll let you decide how close you need to look at this code. Basically I wanted to just get something in place to start looking at MDV perf. TBR=arv BUG= Review URL: https://codereview.appspot.com/10876045
Configuration menu - View commit details
-
Copy full SHA for 79b3d33 - Browse repository at this point
Copy the full SHA 79b3d33View commit details -
R=arv BUG= Review URL: https://codereview.appspot.com/10883043
Configuration menu - View commit details
-
Copy full SHA for 8843b72 - Browse repository at this point
Copy the full SHA 8843b72View commit details -
Refactor mustache token parsing in advance of building instance-bindi…
…ng-map R=arv BUG= Review URL: https://codereview.appspot.com/10858044
1Configuration menu - View commit details
-
Copy full SHA for f1af6fe - Browse repository at this point
Copy the full SHA f1af6feView commit details -
Moar refactoring in advance of building instance-binding-map
R=arv BUG= Review URL: https://codereview.appspot.com/10888043
Configuration menu - View commit details
-
Copy full SHA for 783a488 - Browse repository at this point
Copy the full SHA 783a488View commit details
Commits on Jul 3, 2013
-
bump ChangeSummary and allow Observers to call unobserved
This patch goes along with googlearchive/observe-js@75c4e83. The idea here is that chained observation needs a way to clean itself up. These two changes make this a concern of the observers rather than the bindings inside MDV. It is now the case that for all observed objects, if they have a .unobserved property which is a function, it is invoked when observation ends. R=arv BUG= Review URL: https://codereview.appspot.com/10924044
Configuration menu - View commit details
-
Copy full SHA for 907455b - Browse repository at this point
Copy the full SHA 907455bView commit details -
Refactor bindings to have consistent API
R=arv BUG= Review URL: https://codereview.appspot.com/10890044
Configuration menu - View commit details
-
Copy full SHA for 95c4eca - Browse repository at this point
Copy the full SHA 95c4ecaView commit details -
Only need to force removal of conditional attribute bindings
R=arv BUG= Review URL: https://codereview.appspot.com/10926043
Configuration menu - View commit details
-
Copy full SHA for 853ef6e - Browse repository at this point
Copy the full SHA 853ef6eView commit details
Commits on Jul 4, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 2b9e586 - Browse repository at this point
Copy the full SHA 2b9e586View commit details -
Refactored all Bindings to have consistent API and be exposed via nod…
…e.bindings R=arv BUG= Review URL: https://codereview.appspot.com/10886045
Configuration menu - View commit details
-
Copy full SHA for 3a0d2f3 - Browse repository at this point
Copy the full SHA 3a0d2f3View commit details -
provide target to Observers to avoid cost of bound function (and to b…
…e weakly held) R=arv BUG= Review URL: https://codereview.appspot.com/10761049
Configuration menu - View commit details
-
Copy full SHA for 9681a79 - Browse repository at this point
Copy the full SHA 9681a79View commit details -
Benchmarks: Pick more challanging default values of depth & decoratio…
…n, and use a logorithmic density scale R=arv BUG= Review URL: https://codereview.appspot.com/10950043
Configuration menu - View commit details
-
Copy full SHA for 1d9dbdf - Browse repository at this point
Copy the full SHA 1d9dbdfView commit details -
Create an cached bindingMap for the first instance and re-use for sub…
…sequent iterations. Collect bindings for quick destruction of instances R=arv BUG= Review URL: https://codereview.appspot.com/10935044
3Configuration menu - View commit details
-
Copy full SHA for 2c868b4 - Browse repository at this point
Copy the full SHA 2c868b4View commit details
Commits on Jul 9, 2013
-
Remove modelValueToNode as required API for bindings
I mostly did it this way so that all bindings can share hidden classes. Oh well. R=arv BUG= Review URL: https://codereview.appspot.com/11064043
Configuration menu - View commit details
-
Copy full SHA for 9fb4717 - Browse repository at this point
Copy the full SHA 9fb4717View commit details
Commits on Jul 10, 2013
-
This is on the critical path if there are lots of compound bindings in iterated template. R=arv BUG= Review URL: https://codereview.appspot.com/11077043
Configuration menu - View commit details
-
Copy full SHA for b01b486 - Browse repository at this point
Copy the full SHA b01b486View commit details -
Configuration menu - View commit details
-
Copy full SHA for beef949 - Browse repository at this point
Copy the full SHA beef949View commit details -
Remove some polyfill-specific hacks that are no longer needed
R=arv BUG= Review URL: https://codereview.appspot.com/11079043
Configuration menu - View commit details
-
Copy full SHA for 86c0d3d - Browse repository at this point
Copy the full SHA 86c0d3dView commit details -
Speed up CompoundBindings moar
BUG= Review URL: https://codereview.appspot.com/10705044
Configuration menu - View commit details
-
Copy full SHA for 27b9cc6 - Browse repository at this point
Copy the full SHA 27b9cc6View commit details -
R=arv BUG= Review URL: https://codereview.appspot.com/10707049
Configuration menu - View commit details
-
Copy full SHA for dd83a79 - Browse repository at this point
Copy the full SHA dd83a79View commit details -
undo sync resolution of compound binding in setupBinding
This broke the Polymer sandbox app somehow. Reverting this part until I can figure out why. R=arv BUG= Review URL: https://codereview.appspot.com/10949045
Configuration menu - View commit details
-
Copy full SHA for cd91c9d - Browse repository at this point
Copy the full SHA cd91c9dView commit details -
bump ChangeSummary and add two perf TODOs
R=arv BUG= Review URL: https://codereview.appspot.com/11018044
Configuration menu - View commit details
-
Copy full SHA for 8794ead - Browse repository at this point
Copy the full SHA 8794eadView commit details -
Revert "Faster Impl of Side Table"
This reverts commit dd83a79. BUG= Review URL: https://codereview.appspot.com/10765045
Configuration menu - View commit details
-
Copy full SHA for 8fe159b - Browse repository at this point
Copy the full SHA 8fe159bView commit details -
Cleanup of past 5 or 6 patches from review comments
R=arv BUG= Review URL: https://codereview.appspot.com/11127043
Configuration menu - View commit details
-
Copy full SHA for aa5a54e - Browse repository at this point
Copy the full SHA aa5a54eView commit details
Commits on Jul 11, 2013
-
Fixed bug in Runner. Cleaner impl (ids need to be global)
R=arv BUG= Review URL: https://codereview.appspot.com/11167043
Configuration menu - View commit details
-
Copy full SHA for 140a29d - Browse repository at this point
Copy the full SHA 140a29dView commit details -
re-enable optimization: resolve compound bindings synchronously
R=arv BUG= Review URL: https://codereview.appspot.com/10727044
Configuration menu - View commit details
-
Copy full SHA for f916953 - Browse repository at this point
Copy the full SHA f916953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6691933 - Browse repository at this point
Copy the full SHA 6691933View commit details