Bug 99059

Summary: [GTK] Add support for the hidden page DOM timer throttling
Product: WebKit Reporter: Zan Dobersek <zan>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply, cgarcia, gustavo, mrobinson, obzhirov
Priority: P2 Keywords: Gtk, LayoutTestFailure
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.