1. 30 Nov, 2017 5 commits
  2. 29 Nov, 2017 18 commits
  3. 28 Nov, 2017 4 commits
  4. 27 Nov, 2017 3 commits
  5. 25 Nov, 2017 1 commit
  6. 23 Nov, 2017 8 commits
  7. 22 Nov, 2017 1 commit
    • amirh's avatar
      Cancel the animated image stream timer if all listeners were removed. (#13158) · 78e044f5
      amirh authored
      This is a bug in my previous CL: instead of cancelling the timer if
      there are no more listeners, I canceled it if there were listeners (I
      can claim I just missed a not :) ).
      
      Not cancelling the timer when removing the last listener was not that bad, as
      the timer callback is guarded by a check to see if there are listeners.
      So the animation will not continue.
      
      But in the case there were multiple listeners on the same stream, and
      one of them is removed, this bug will stop the animation for all other
      listeners.
      I added a test case for this scenario.
      78e044f5