Closed Bug 197512 Opened 22 years ago Closed 22 years ago

[FIXr]Random CSS parser cleanup

Categories

(Core :: CSS Parsing and Computation, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: bzbarsky, Assigned: bzbarsky)

Details

(Whiteboard: [whitebox])

Attachments

(1 file)

Just trying to get this out of my tree. The substance is the removal of the unused GetInfoMask() stuff and unused Init() function, change of the group stack to nsCOMArray, change of some pointer members to nsCOMPtr, switch of booleans to PRPackedBool, and addition some comments.
Attachment #117308 - Flags: superreview?(dbaron)
Attachment #117308 - Flags: review?(dbaron)
Comment on attachment 117308 [details] [diff] [review] O! To have no daily merge conflicts! r+sr=dbaron if you change the line in CSSParserImpl::ParseURL from if (nsnull != mURL && css_RequiresAbsoluteURI(tk->mIdent)) { to if (mURL && css_RequiresAbsoluteURI(tk->mIdent)) {
Attachment #117308 - Flags: review?(dbaron) → review+
Attachment #117308 - Flags: superreview?(dbaron) → superreview+
Summary: [FIX]Random CSS parser cleanup → [FIXr]Random CSS parser cleanup
checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
verification can be done at code level
Whiteboard: [whitebox]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: