Closed Bug 346020 Opened 18 years ago Closed 18 years ago

[SessionStore] JavaScript independent API

Categories

(Firefox :: Session Restore, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: zeniko, Unassigned)

References

Details

From bug 344640 comment #8:

> So, is this API really supposed to be used only from javascript context?

AFAICT the alternatives are to either pass the JavaScript objects as source
strings and call them "JSON strings" (which can easily be (un)eval'd from JS
and Python) or to get a whole bunch of APIs which mirror basic JavaScript
object manipulation. Considering that at least a basic API should go into
Firefox 2, it's probably already too late for the latter though.
Component: General → Session Restore
QA Contact: general → session.restore
Bug 344640 eventually went the JSON string way, making the API JavaScript independent (see www.json.org for JSON processing code in various languages, including C++ and Python). Resolving this bug therefore as FIXED.

Please file new bugs for further, specific API extensions / enhancements / refinements, should the need arise.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.