Bug 21901

Summary: The NPSavedData from NPP_Destroy should be saved
Product: WebKit Reporter: William Bardwell <wbardwel>
Component: Plug-insAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: andersca, chpe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

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).