Bug 29739 - Consider implementing history.navigationMode for PageCache control
Summary: Consider implementing history.navigationMode for PageCache control
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-25 09:01 PDT by Brady Eidson
Modified: 2009-09-25 16:20 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2009-09-25 09:01:45 PDT
We might consider implementing history.navigationMode for PageCache control.

See http://www.opera.com/support/kb/view/827/ for more details.

This would give web developers an explicit, semantically precise method for disabling the PageCache and re-enabling it later.

We'd still risk web developers turning it off at page load and leaving it off, based on misunderstanding of what the PageCache is or how it interacts with their page, but at least we could feasibly ween them off of unload handlers for this purpose.

See http://webkit.org/blog/516/webkit-page-cache-ii-the-unload-event/ and https://bugs.webkit.org/show_bug.cgi?id=29021 for more discussion, as well.