1. 23 Feb, 2015 5 commits
  2. 21 Feb, 2015 2 commits
  3. 20 Feb, 2015 3 commits
  4. 19 Feb, 2015 2 commits
  5. 13 Feb, 2015 1 commit
  6. 12 Feb, 2015 1 commit
  7. 04 Feb, 2015 1 commit
  8. 02 Feb, 2015 1 commit
  9. 29 Jan, 2015 3 commits
  10. 28 Jan, 2015 1 commit
  11. 27 Jan, 2015 6 commits
  12. 26 Jan, 2015 4 commits
  13. 24 Jan, 2015 1 commit
  14. 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
  15. 22 Jan, 2015 1 commit
  16. 16 Jan, 2015 2 commits
  17. 15 Jan, 2015 2 commits
  18. 14 Jan, 2015 2 commits