1. 05 Dec, 2015 3 commits
    • Hixie's avatar
      MeanPerformance · 21ec20e9
      Hixie authored
      21ec20e9
    • Ian Hickson's avatar
      Merge pull request #750 from Hixie/yak3-performance-view-listener-refactor · d46aff8a
      Ian Hickson authored
      Refactor PerformanceView listeners.
      d46aff8a
    • Hixie's avatar
      Refactor PerformanceView listeners. · 4ba074f6
      Hixie authored
      Primarily, this rearranges how listeners are handled internally by the
      various PerformanceView classes so that there's not so much redundancy.
      
      It also fixes ReversePerformance and ProxyPerformance to not leak.
      Previously, they never unhooked their listeners, so they'd leak until
      the entire chain of performances was killed. Now, they unhook as soon as
      they themselves have no listeners left, which is more idiomatic.
      4ba074f6
  2. 04 Dec, 2015 37 commits