1. 19 Mar, 2015 1 commit
  2. 15 Mar, 2015 1 commit
    • Rafael Weinstein's avatar
      Change how events are handled in Effen · bd7603bd
      Rafael Weinstein authored
      This patch removes the mutable API to event handling (Nodes no longer have a events object with which to add listeners).
      
      Instead, a new (non-Render) Node is introduced: EventTarget. This node represents a location in the Effen tree which can handle events as they bubble.
      
      Note that this also changes the implementation to use event delegation (one set of listeners at the sky.document level) rather than direct listeners on leaf nodes.
      
      R=abarth@chromium.org
      
      Review URL: https://codereview.chromium.org/1019633004
      bd7603bd
  3. 18 Mar, 2015 5 commits
  4. 17 Mar, 2015 6 commits
  5. 16 Mar, 2015 2 commits
  6. 13 Mar, 2015 5 commits
  7. 12 Mar, 2015 3 commits
  8. 11 Mar, 2015 9 commits
  9. 10 Mar, 2015 7 commits
  10. 09 Mar, 2015 1 commit