Bug 170613 - Throttle / Align DOM Timers in cross-origin iframes to 30fps
Summary: Throttle / Align DOM Timers in cross-origin iframes to 30fps
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-04-07 12:27 PDT by Chris Dumez
Modified: 2017-04-07 13:49 PDT (History)
8 users (show)

See Also:


Attachments
WIP Patch (1.89 KB, patch)
2017-04-07 12:44 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (10.13 KB, patch)
2017-04-07 12:57 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (10.98 KB, patch)
2017-04-07 13:48 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2017-04-07 12:27:28 PDT
Throttle / Align DOM Timers in cross-origin iframes to 30fps unless the user has interacted with them, in order to reduce power use.
Comment 1 Chris Dumez 2017-04-07 12:27:47 PDT
<rdar://problem/31506444>
Comment 2 Chris Dumez 2017-04-07 12:44:41 PDT
Created attachment 306528 [details]
WIP Patch
Comment 3 Chris Dumez 2017-04-07 12:57:24 PDT
Created attachment 306531 [details]
Patch
Comment 4 Chris Dumez 2017-04-07 13:48:52 PDT
Created attachment 306533 [details]
Patch
Comment 5 Chris Dumez 2017-04-07 13:49:53 PDT
Comment on attachment 306533 [details]
Patch

Clearing flags on attachment: 306533

Committed r215116: <http://trac.webkit.org/changeset/215116>
Comment 6 Chris Dumez 2017-04-07 13:49:55 PDT
All reviewed patches have been landed.  Closing bug.