1. 24 Feb, 2015 3 commits
  2. 23 Feb, 2015 7 commits
  3. 21 Feb, 2015 2 commits
  4. 20 Feb, 2015 3 commits
  5. 19 Feb, 2015 2 commits
  6. 13 Feb, 2015 1 commit
  7. 12 Feb, 2015 1 commit
  8. 04 Feb, 2015 1 commit
  9. 02 Feb, 2015 1 commit
  10. 29 Jan, 2015 3 commits
  11. 28 Jan, 2015 1 commit
  12. 27 Jan, 2015 6 commits
  13. 26 Jan, 2015 4 commits
  14. 24 Jan, 2015 1 commit
  15. 23 Jan, 2015 2 commits
    • Adam Barth's avatar
      Remove touch events from Sky · 106c5322
      Adam Barth authored
      We use pointer events instead.
      
      R=esprehn@chromium.org
      
      Review URL: https://codereview.chromium.org/868133003
      106c5322
    • Elliott Sprehn's avatar
      Don't set expression attributes before they're bound. · 0b73de95
      Elliott Sprehn authored
      We were cloning elements with all the attributes that contained
      expressions like attrName="{{ foo }}" which meant we'd go through the
      reflection process converting that value and also call the
      attrNameChanged() callback and the attributeChanged() with the braced
      string which the element didn't really want to know about.
      
      After this patch we create a "clone source node" which is a copy of the
      original element without the attributes that have the expressions and
      use that when cloning, then we assign the properties using data binding
      later.
      
      R=abarth@chromium.org, ojan@chromium.org
      
      Review URL: https://codereview.chromium.org/868973002
      0b73de95
  16. 22 Jan, 2015 1 commit
  17. 16 Jan, 2015 1 commit