Closed
Bug 102583
Opened 24 years ago
Closed 24 years ago
XML content sink speedup and cleanup...
Categories
(Core :: XML, defect)
Core
XML
Tracking
()
RESOLVED
FIXED
mozilla0.9.6
People
(Reporter: jst, Assigned: jst)
Details
(Whiteboard: [HAVE FIX])
Attachments
(4 files)
|
10.13 KB,
patch
|
Details | Diff | Splinter Review | |
|
10.63 KB,
patch
|
peterv
:
review+
|
Details | Diff | Splinter Review |
|
10.36 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
|
10.36 KB,
patch
|
waterson
:
superreview+
|
Details | Diff | Splinter Review |
The namespace related methods in nsXMLContentSink copy too much string data, and
also require the caller to copy strings when there's no need to do that, patch
coming up.
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [HAVE FIX]
Target Milestone: --- → mozilla0.9.6
| Assignee | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Comment on attachment 51584 [details] [diff] [review]
Even better fix.
>+ if (nameSpaceID == kNameSpaceID_Unknown) {
>+ // namespace error
>+ }
>+
Need an assertion?
Other than that, r=peterv provided the JST Review Simulacrum r'ed it :P.
Attachment #51584 -
Flags: review+
| Assignee | ||
Comment 4•24 years ago
|
||
Hmm, that part was not supposed to be in the patch, ignore that piece of the
patch :-) I'll attach a new patch w/o that change. Thanks for the review.
| Assignee | ||
Comment 5•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Attachment #51594 -
Flags: review+
| Assignee | ||
Comment 6•24 years ago
|
||
Comment 7•24 years ago
|
||
Comment on attachment 53700 [details] [diff] [review]
Fix a typo in the above patch.
sr=waterson
Attachment #53700 -
Flags: superreview+
| Assignee | ||
Comment 8•24 years ago
|
||
This was fixed a while back.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
QA Contact: petersen → rakeshmishra
You need to log in
before you can comment on or make changes to this bug.
Description
•