Bug 31256

Summary: SVG Animation freezes when system time was changed during playback.
Product: WebKit Reporter: Alexander Kabakov <kabakov.as>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Minor CC: kabakov.as, karlcow, tonikitoo, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on: 37743    
Bug Blocks: 41761    

Alexander Kabakov
Reported 2009-11-09 06:48:49 PST
SVG Animation freezes when system time was changed during playback.
Attachments
Nikolas Zimmermann
Comment 1 2010-07-09 07:15:20 PDT
*** Bug 31550 has been marked as a duplicate of this bug. ***
Antonio Gomes
Comment 2 2011-06-07 08:16:10 PDT
Reporter: could you recheck it with ToT?
Nikolas Zimmermann
Comment 3 2012-02-13 09:05:33 PST
Bug 65282 seems to contain a fix for this.
Karl Dubost
Comment 4 2026-04-01 08:03:03 PDT
SMILTimeContainer now uses MonotonicTime::now() for all timing operations (lines 100, 127, 145, 159, 179 of SMILTimeContainer.cpp). Monotonic time is immune to system clock changes. This is the fix described in Bug 65282. *** This bug has been marked as a duplicate of bug 65282 ***
Note You need to log in before you can comment on or make changes to this bug.