Bug 99059 - [GTK] Add support for the hidden page DOM timer throttling
Summary: [GTK] Add support for the hidden page DOM timer throttling
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2012-10-11 06:39 PDT by Zan Dobersek
Modified: 2017-03-11 10:52 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2012-10-11 06:39:11 PDT
This is I believe somewhat an extension of the Page Visibility API. Guarded by the ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING feature define.
Comment 1 Anton Obzhirov 2013-05-21 05:51:34 PDT
Hm, I missed this one when I enabled page visibility. Will check this one.
Comment 2 Anton Obzhirov 2013-08-09 03:45:34 PDT
After some checking - this functionality seems to be linked to setProcessSuppressionEnabled API in WebProcess which is enabled for MAC only. It is not clear for me if the process suppression is needed for GTK port, may be Carlos or Martin can comment on it.
Comment 3 Gustavo Noronha (kov) 2014-01-13 12:50:48 PST
I don't think this feature exists anymore in the code, see bug 126928.
Comment 4 Gustavo Noronha (kov) 2014-01-13 13:49:10 PST
I'm wrong about that, typo in my grepping! =(
Comment 5 Martin Robinson 2015-05-07 19:09:04 PDT
I think it's safe to just turn this on.