Closed
Bug 58344
Opened 25 years ago
Closed 25 years ago
death to iostreams in htmlparser!
Categories
(Core :: DOM: HTML Parser, defect, P3)
Core
DOM: HTML Parser
Tracking
()
VERIFIED
FIXED
mozilla0.8
People
(Reporter: blizzard, Assigned: blizzard)
Details
Attachments
(4 files)
|
24.20 KB,
patch
|
Details | Diff | Splinter Review | |
|
23.57 KB,
patch
|
Details | Diff | Splinter Review | |
|
26.11 KB,
patch
|
Details | Diff | Splinter Review | |
|
447 bytes,
patch
|
Details | Diff | Splinter Review |
htmlparser is the only place where iostreams are being used. They should be
pulled out.
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
By the way, libhtmlparser.so gets 120k smaller on my machine with this patch.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•25 years ago
|
||
Did either of you get to look at this?
Most of the changes look staightforward, however, I couldn't understand why
logging sink is out of nsParserFarctory? Enlighten me please..
I'm in the midst of tracking down a potential RTM bug, but I'll look at this
next. (Hopefully by tomorrow.)
| Assignee | ||
Comment 6•25 years ago
|
||
| Assignee | ||
Comment 7•25 years ago
|
||
I've uploaded a new patch that fixes the problem that harishd pointed out.
Also, this one disables prstrm.cpp on windows. I think I need someone on the
mac to tell me how to turn of the build on that platform.
Chris: My tree is so vastly different that your patch isn't working. I'm
fixing it up manually now, and I'll let you know how it goes.
| Assignee | ||
Comment 10•25 years ago
|
||
Rick, any luck with testing?
Comment 11•25 years ago
|
||
I'm testing now, and will likely land this code within a week along with a bunch
of my other changes.
Comment 12•25 years ago
|
||
Rick, any news regarding when your changes will hit the tree?
Comment 13•25 years ago
|
||
Delay's, all of em. Now I'm just waiting to confirm that no problems will be
created for the Mac build. I'm talking to a mac guy about it later today.
| Assignee | ||
Updated•25 years ago
|
Target Milestone: --- → mozilla0.8
| Assignee | ||
Comment 14•25 years ago
|
||
la la la
two month anniversary coming up on this patch.
Comment 15•25 years ago
|
||
Comment 16•25 years ago
|
||
harish: I've already got the patch, and I'm trying to land it this week. Please
dont check this in on top of me.
Comment 17•25 years ago
|
||
We've been hearing the "checking in soon" story for two months now.
What's the holdup?
Comment 18•25 years ago
|
||
Classic story; Holidays got in the way. But I'm testing the top 100 now, with a
checkin slated for tomorrow after my meetings.
Comment 19•25 years ago
|
||
The code for this was landed last week.
| Assignee | ||
Comment 20•25 years ago
|
||
This was checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 21•25 years ago
|
||
Apparantly part of the patch to nsToken.h didn't land. The #include <iostream.h>
is still in there. Reopening bug, attaching patch, going through the motions.
Mozilla compiles fine without the include.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 22•25 years ago
|
||
Comment 23•25 years ago
|
||
r/sr=brendan@mozilla.org, this can go in ASAP.
/be
Comment 24•25 years ago
|
||
Checked in.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 26•25 years ago
|
||
Verified on:
build: 2001-06-04-09-Mtrunk
platform: WinNT
Marking it verified as per above developer comments.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•