Bug 21901 - The NPSavedData from NPP_Destroy should be saved
Summary: The NPSavedData from NPP_Destroy should be saved
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-27 12:02 PDT by William Bardwell
Modified: 2014-01-14 09:08 PST (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 William Bardwell 2008-10-27 12:02:23 PDT
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.
Comment 1 Anders Carlsson 2014-01-14 09:08:46 PST
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).