Bug 21901
Summary: | The NPSavedData from NPP_Destroy should be saved | ||
---|---|---|---|
Product: | WebKit | Reporter: | William Bardwell <wbardwel> |
Component: | Plug-ins | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | andersca, chpe |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
William Bardwell
Many browsers have abandoned this part of the NSAPI, but the NPSavedData passed back from the plugin should in fact be saved as part of the history, and sent back in to the plugin if the users browses back to the same page.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Anders Carlsson
This is pretty much impossible to do with out of process plug-ins, and plug-ins have other ways to save/restore data now (window.sessionStorage for example).