Bug 170613

Summary: Throttle / Align DOM Timers in cross-origin iframes to 30fps
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, buildbot, cdumez, dbates, esprehn+autocc, kangil.han, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=170534
Attachments:
Description Flags
WIP Patch
none
Patch
none
Patch none

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.