Bug 99059
Summary: | [GTK] Add support for the hidden page DOM timer throttling | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | WebKitGTK | Assignee: | 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 |
Zan Dobersek
This is I believe somewhat an extension of the Page Visibility API. Guarded by the ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING feature define.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Anton Obzhirov
Hm, I missed this one when I enabled page visibility. Will check this one.
Anton Obzhirov
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.
Gustavo Noronha (kov)
I don't think this feature exists anymore in the code, see bug 126928.
Gustavo Noronha (kov)
I'm wrong about that, typo in my grepping! =(
Martin Robinson
I think it's safe to just turn this on.