Bug 119345 - REGRESSION (r153406): DOM intervals are not properly restarted when resumed
Summary: REGRESSION (r153406): DOM intervals are not properly restarted when resumed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2013-07-31 11:23 PDT by Alexey Proskuryakov
Modified: 2013-07-31 11:47 PDT (History)
0 users

See Also:


Attachments
proposed fix (1.44 KB, patch)
2013-07-31 11:26 PDT, Alexey Proskuryakov
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-07-31 11:23:24 PDT
If a page in page cache had a repeating DOM timer running, it will become non-repeating when restored from page cache.
Comment 1 Alexey Proskuryakov 2013-07-31 11:26:58 PDT
Created attachment 207865 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2013-07-31 11:47:59 PDT
Committed <http://trac.webkit.org/r153531>.