Closed
Bug 534423
Opened 15 years ago
Closed 15 years ago
Reduce use of Atom in XML/RegExp when more specific types can be used.
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
VERIFIED
FIXED
Future
People
(Reporter: edwsmith, Assigned: edwsmith)
References
Details
Attachments
(3 obsolete files)
These fields only ever hold String*, so make them DRCWB and it's one less case we need to worry about for encapsulating Atom, and a more specific field declaration anyway is a good thing.
Assignee | ||
Updated•15 years ago
|
Target Milestone: --- → Future
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #417276 -
Flags: superreview?(stejohns)
Assignee | ||
Comment 2•15 years ago
|
||
This change of the "type" parameter from Atom to Stringp ripples through the notification call path (no other types are ever used for that parameter).
Assignee: nobody → edwsmith
Attachment #417279 -
Flags: superreview?(stejohns)
Assignee | ||
Updated•15 years ago
|
Summary: use DRCWB instead of ATOM_WB for XML string constants → Reduce use of Atom in XML/RegExp when more specific types can be used.
Assignee | ||
Comment 3•15 years ago
|
||
Straightforward change, one less place using Atom when a plain type works fine.
Attachment #417281 -
Flags: superreview?(stejohns)
Updated•15 years ago
|
Attachment #417276 -
Flags: superreview?(stejohns) → superreview+
Updated•15 years ago
|
Attachment #417279 -
Flags: superreview?(stejohns) → superreview+
Updated•15 years ago
|
Attachment #417281 -
Flags: superreview?(stejohns) → superreview+
Assignee | ||
Comment 4•15 years ago
|
||
Comment on attachment 417276 [details] [diff] [review]
Convert RegExp string constant fields from ATOM_WB to DRCWB(String*)
pushed http://hg.mozilla.org/tamarin-redux/rev/0cf9b5a9378c
Attachment #417276 -
Attachment is obsolete: true
Assignee | ||
Comment 5•15 years ago
|
||
Comment on attachment 417279 [details] [diff] [review]
declare XML notification string constants as DRCWB(Stringp) not ATOM_WB
pushed http://hg.mozilla.org/tamarin-redux/rev/b0059d2b9df4
Attachment #417279 -
Attachment is obsolete: true
Assignee | ||
Comment 6•15 years ago
|
||
Comment on attachment 417281 [details] [diff] [review]
E4XNode._equals() should return bool instead of Atom
pushed http://hg.mozilla.org/tamarin-redux/rev/43b8d8ca1dec
Attachment #417281 -
Attachment is obsolete: true
Assignee | ||
Updated•15 years ago
|
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
•