Bug 255909
Summary: | Confusing prerender leftover(?) code in Page.cpp/WebPage.cpp | ||
---|---|---|---|
Product: | WebKit | Reporter: | Anne van Kesteren <annevk> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | d, thorton, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Anne van Kesteren
The only functionality it has is
> m_domTimerAlignmentInterval = m_domTimerAlignmentIntervalIncreaseLimit;
though there is a comment suggesting it would update visibility state as well (that's no longer true).
I can't immediately see what we do for non-"prerender" hidden pages, but presumably they would also throttle the timer interval?
Blame suggests you might remember Tim though it's been a decade or so.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/108776400>
Anne van Kesteren
It seems this is not a prerender feature, but part of "page visibility" which used to have a "prerender" state that we stopped exposing at some point and now it's only visible (harhar) through maximum throttling. Leaving this as-is seems fine.