Closed
Bug 554109
Opened 16 years ago
Closed 15 years ago
jspropertytree.h/cpp should use jshashtable.h, and misc. C++ cleanup
Categories
(Core :: JavaScript Engine, defect, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a4
People
(Reporter: brendan, Assigned: brendan)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Now that bug 497789 is fixed.
Also, remember to lose any legacy C code copied from jsscope.cpp, for instance (only example I can see right now):
typedef struct FreeNode {
/be
| Assignee | ||
Comment 1•15 years ago
|
||
Hey, I just did this in the course of patching bug 558451.
(The old typedef struct FreeNode was fixed in the patch for bug 497789.)
/be
Depends on: 558451
| Assignee | ||
Comment 2•15 years ago
|
||
Fixed with patch queue for bug 558451 landing, if not earlier.
/be
Whiteboard: fixed-in-tracemonkey
| Assignee | ||
Comment 3•15 years ago
|
||
For bug 558451, in m-c:
http://hg.mozilla.org/mozilla-central/rev/e5958cd4a135
http://hg.mozilla.org/mozilla-central/rev/f3e58c264932
/be
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•