1. 05 Mar, 2015 2 commits
    • Adam Barth's avatar
      Clean up examples directory · 7b1f56d8
      Adam Barth authored
      This CL removes a bunch of examples that don't actually work in the current
      engine. I've also renamed example-element to custom-element and
      example-scrollable to scrolling because the word "example" in the name is
      redundant with the name of the directory.
      
      R=eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/980323003
      7b1f56d8
    • Adam Barth's avatar
      Don't hardcode the list of events types in fn · 50c2f883
      Adam Barth authored
      This CL changes how events work in fn. Previously, event listeners were passed
      in as constructor arguments. Now Nodes hold an |events| object, which contains
      all the event registrations. When a Component renders, all its |events| are
      copied onto the Node it produces. When an Element syncs, it walks its |events|
      and adds them as event listeners on the underlying sky.Element.
      
      The net result of this change is increased flexibility in how events are
      registered. Now components don't need to enumerate all the possible events that
      they support. Instead, the parent component can listen for whatever events it
      likes.
      
      Also, I've cleaned up the association between DrawerAnimation and Drawer. Now
      the constructor for Drawer accepts an |animation| object and wires up its
      internal event handlers itself instead of requiring the constructor to do all
      the wiring.
      
      R=rafaelw@chromium.org
      
      Review URL: https://codereview.chromium.org/975863003
      50c2f883
  2. 04 Mar, 2015 3 commits
  3. 03 Mar, 2015 6 commits
  4. 02 Mar, 2015 2 commits
  5. 28 Feb, 2015 1 commit
  6. 27 Feb, 2015 2 commits
  7. 26 Feb, 2015 1 commit
  8. 25 Feb, 2015 1 commit
  9. 24 Feb, 2015 10 commits
  10. 23 Feb, 2015 7 commits
  11. 21 Feb, 2015 2 commits
  12. 20 Feb, 2015 3 commits