RESOLVED FIXED 60816
Backing store may not get discarded due to stopped timer
https://bugs.webkit.org/show_bug.cgi?id=60816
Summary Backing store may not get discarded due to stopped timer
Michael Saboff
Reported 2011-05-13 16:33:42 PDT
The backing store timer (m_discardBackingStoreTimer) can get stopped and never restarted when a window is made the active window. This causes a minor memory regression.
Attachments
Patch to restart timer when view state change allows the backing store to be deleted. (2.06 KB, patch)
2011-05-13 16:50 PDT, Michael Saboff
ggaren: review+
Michael Saboff
Comment 1 2011-05-13 16:50:57 PDT
Created attachment 93532 [details] Patch to restart timer when view state change allows the backing store to be deleted.
Geoffrey Garen
Comment 2 2011-05-13 16:52:08 PDT
r=me
Michael Saboff
Comment 3 2011-05-13 17:03:33 PDT
Note You need to log in before you can comment on or make changes to this bug.