Closed
Bug 416636
Opened 17 years ago
Closed 17 years ago
Remove JSCLASS_FIXED_BINDING
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla1.9beta5
People
(Reporter: Waldo, Assigned: Waldo)
References
()
Details
Attachments
(1 file)
(deleted),
patch
|
brendan
:
review+
mtschrep
:
approval1.9+
|
Details | Diff | Splinter Review |
Since we/ECMA had to backpedal on making the core classes RO/DD on the global object, there are no users of this in-tree. If we're going to expose something like this, it seems better to do so only when the need actually manifests itself, especially as embedders can just set property attributes in a second JSAPI call with essentially no difference in behavior. We need to remove JSCLASS_FIXED_BINDING before we make a JS1.8 release that would otherwise include it.
Assignee | ||
Comment 1•17 years ago
|
||
Attachment #310243 -
Flags: review?(brendan)
Comment 2•17 years ago
|
||
Comment on attachment 310243 [details] [diff] [review]
Ixnay
JS API issue, need to get right before 1.9 ships.
/be
Attachment #310243 -
Flags: review?(brendan)
Attachment #310243 -
Flags: review+
Attachment #310243 -
Flags: approval1.9?
Updated•17 years ago
|
Attachment #310243 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Comment 3•17 years ago
|
||
In.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9beta5
You need to log in
before you can comment on or make changes to this bug.
Description
•