Bug 154655 - Add WKPreference for HiddenPageDOMTimerThrottlingAutoIncreases
Summary: Add WKPreference for HiddenPageDOMTimerThrottlingAutoIncreases
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-24 14:29 PST by Gavin Barraclough
Modified: 2016-02-24 15:21 PST (History)
1 user (show)

See Also:


Attachments
Fix (7.58 KB, patch)
2016-02-24 14:32 PST, Gavin Barraclough
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2016-02-24 14:29:26 PST
So that this can be toggled on/off.
Comment 1 Gavin Barraclough 2016-02-24 14:32:27 PST
Created attachment 272146 [details]
Fix
Comment 2 Geoffrey Garen 2016-02-24 14:34:23 PST
Comment on attachment 272146 [details]
Fix

r=me
Comment 3 Gavin Barraclough 2016-02-24 15:19:24 PST
Transmitting file data .......
Committed revision 197054.
Comment 4 Anders Carlsson 2016-02-24 15:20:45 PST
This shouldn't be a WKPreference in the modern API.
Comment 5 Anders Carlsson 2016-02-24 15:21:17 PST
It should either be a property on the WKWebViewConfiguration object or a property on the WKWebView directly.