Closed
Bug 82971
Opened 23 years ago
Closed 23 years ago
empty line inserted in bugzilla attachment
Categories
(Core :: Networking: Cache, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla0.9.3
People
(Reporter: sicking, Assigned: harishd)
References
()
Details
(Whiteboard: [fixed and verified on trunk])
Attachments
(1 file)
When viewing the attachment 36281 [details] mozilla sometimes inserts an empty line at
line 287.
Steps to reproduce:
1. Open attachment 36281 [details]
2. Go to line 287 (search for |FirstChildOf(nsIDOMNode* aNode,| )
Expected results:
The lines should look like
-----------8<-------------------
nsTreeWalker::FirstChildOf(nsIDOMNode* aNode,
PRBool aReversed,
nsIDOMNode** _retval)
----------->8-------------------
Actual results:
Lines look like
-----------8<-------------------
nsTreeWalker::FirstChildOf(nsIDOMNode* aNode,
PRBool aReversed,
nsIDOMNode** _retval)
----------->8-------------------
This isn't 100% reproducable, when I enter the url to the attachment in the
urlbar it loads fine, but if I then press reload the extra line is inserted
tested with 2001-05-28 tip and moz0.9
I see this..
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
Data corruption: Moving to m0.9.2 list.
Target Milestone: mozilla1.0 → mozilla0.9.2
Updated•23 years ago
|
Priority: -- → P1
Comment 4•23 years ago
|
||
r/sr=vidur
r=heikki
nsBranch ok, data corruption and simple fix. Get this on the trunk ASAP.
Keywords: nsBranch
Comment 7•23 years ago
|
||
Fix checked in to the TRUNK.
Verified FIXED on today's trunk build on Win2k (I see the bug in NS6.1b1 on Win2k).
Whiteboard: [fix in hand] → [fixed and verified on trunk]
Comment 10•23 years ago
|
||
After discussing this further with Harish, we both think that it is too late for
this change to go into the branch. It will be hard to justify taking this fix to
the PDT. Removing nsBranch, vtrunk keywords.
Marking fixed because this is fixed on the trunk.
You need to log in
before you can comment on or make changes to this bug.
Description
•