Closed
Bug 910141
Opened 12 years ago
Closed 10 years ago
Convert ObjectActor to use protocol.js
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1037992
People
(Reporter: bbenvie, Unassigned)
References
(Blocks 1 open bug)
Details
Converting ObjectActor to use protocol.js would allow ObjectActors to be easily used with anything else that uses protocol.js. This is the first step toward converting other existing actors to protocol.js, since most of them return ObjectActors for some of their API.
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Comment 1•12 years ago
|
||
I think it might be worth implementing this separately from converting existing usage. There is a massive amount of usage of the existing ObjectActor/ObjectClient stuff. The new version using protocol.js can live in "objects.js" by itself or something.
Comment 2•12 years ago
|
||
Yeah, I'd use this bug for implementing the server side with protocol.js, existing clients shouldn't have to change at all.
Updated•11 years ago
|
Priority: -- → P3
Comment 3•10 years ago
|
||
This has been subsumed by bug 1037992.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•