Closed
Bug 1176108
Opened 9 years ago
Closed 9 years ago
Use AMF encoding for local SharedObject data instead of JSON
Categories
(Firefox Graveyard :: Shumway, defect)
Firefox Graveyard
Shumway
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: till, Assigned: till)
References
Details
The Flash Player AMF-encodes data before storing it on disk when using SharedObject.getLocal(). That means that it can properly store custom classes, etc., which we currently can't. We even fail asserts when trying to store a Date object.
Patch coming up.
Assignee | ||
Updated•9 years ago
|
See Also: → https://github.com/mozilla/shumway/pull/2298
Comment 1•9 years ago
|
||
Till posted the fix in https://github.com/mozilla/shumway/pull/2298
Assignee: nobody → till
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox41:
affected → ---
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•