Closed
Bug 576034
Opened 15 years ago
Closed 14 years ago
Remove aliased properties (JS_AliasProperty, JS_AliasElement, etc.)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: jorendorff, Assigned: Waldo)
Details
(Whiteboard: [inbound])
Attachments
(2 files)
|
6.07 KB,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
|
6.53 KB,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
In bug 518633, comment 19, Brendan writes:
Historical note: aliases were in JS from day 1, never made it into ES1. They
were for document.forms[0] and document.forms.myFirstForm aliasing. We should
try to get rid of them, I may have asked for a separate bug already.
| Assignee | ||
Comment 1•14 years ago
|
||
Yes, those are the only users now.
Assignee: general → jwalden+bmo
Status: NEW → ASSIGNED
Attachment #550534 -
Flags: review?(jorendorff)
| Assignee | ||
Comment 2•14 years ago
|
||
Attachment #550535 -
Flags: review?(jorendorff)
| Reporter | ||
Updated•14 years ago
|
Attachment #550534 -
Flags: review?(jorendorff) → review+
| Reporter | ||
Comment 3•14 years ago
|
||
Comment on attachment 550535 [details] [diff] [review]
2 - Remove the aliasing implementation
Great.
Attachment #550535 -
Flags: review?(jorendorff) → review+
| Assignee | ||
Comment 4•14 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/409145fb4346
http://hg.mozilla.org/integration/mozilla-inbound/rev/6ef18ea1911a
Whiteboard: [inbound]
Target Milestone: --- → mozilla8
Comment 5•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/409145fb4346
http://hg.mozilla.org/mozilla-central/rev/6ef18ea1911a
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•