Closed Bug 3220 Opened 26 years ago Closed 26 years ago

RX: htmlparser

Categories

(Core :: DOM: HTML Parser, defect, P2)

x86
Windows 95
defect

Tracking

()

RESOLVED FIXED

People

(Reporter: chofmann, Assigned: rickg)

Details

Much of our non-static/global data needs to be partitioned by window, not reachable by other windows except through statics/globals. Therefore we're starting the hunt with statics and globals. Please have a look at the file(s) below to see if we can improve reentrantcy across the code base by making modifications to: These must be rickg: htmlparser/src/nsElementTable.h:extern nsHTMLElement gHTMLElements[]; htmlparser/src/nsHTMLTokens.h: static PRInt32 mEntityTokenCount; htmlparser/src/nsParserNode.h: static const nsAutoString mEmptyString;
Status: NEW → ASSIGNED
RX tasks aren't going to make M3. close the reentrantcy tracking tasks if this specific area has been looked at and doesn't seem to be a problem. Otherwise each of these areas still need some looking at.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed by changes to parsing engine. Note that #1 is not really an issue, since it's a read only structure.
QA Contact: 3828
Updating QA Contact. rickg, could you mark Verified now if all is well?
Component: XP Miscellany → HTML: Parser
You need to log in before you can comment on or make changes to this bug.