Bug 22728 - Make it possible for pages with Workers to go in b/f cache
Summary: Make it possible for pages with Workers to go in b/f cache
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P4 Enhancement
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-12-07 03:51 PST by Alexey Proskuryakov
Modified: 2008-12-07 04:01 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2008-12-07 03:51:58 PST
Currently, the very existence of Worker objects prevents pages from going into b/f cache.

It would be trivial to make fully inactive workers suspendible. But ideally, workers that are performing a numeric computation (as opposed to waiting for network loads or Database callbacks) should se suspendible, too.
Comment 1 Alexey Proskuryakov 2008-12-07 04:01:29 PST
<rdar://problem/6425820>