Closed
Bug 394844
Opened 18 years ago
Closed 18 years ago
nsCSSParser.cpp: aSkipWS parameter of ExpectEndProperty and GetURLToken can be removed as it is always PR_TRUE
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
VERIFIED
FIXED
mozilla1.9beta1
People
(Reporter: alfredkayser, Assigned: alfredkayser)
Details
Attachments
(1 file)
28.15 KB,
patch
|
dbaron
:
review+
dbaron
:
superreview+
dbaron
:
approval1.9+
|
Details | Diff | Splinter Review |
Little and simple cleanup, making code more readable:
In nsCSSParser.css: aSkipWS parameter of ExpectEndProperty and GetURLToken can be removed as it is always PR_TRUE.
Attachment #279563 -
Flags: review?(dbaron)
Summary: nsCSSParser.css: aSkipWS parameter of ExpectEndProperty and GetURLToken can be removed as it is always PR_TRUE → nsCSSParser.cpp: aSkipWS parameter of ExpectEndProperty and GetURLToken can be removed as it is always PR_TRUE
Comment on attachment 279563 [details] [diff] [review]
Remove PR_TRUE parameters
r+sr+a1.9=dbaron
Attachment #279563 -
Flags: superreview+
Attachment #279563 -
Flags: review?(dbaron)
Attachment #279563 -
Flags: review+
Attachment #279563 -
Flags: approval1.9+
Updated•18 years ago
|
Keywords: checkin-needed
Comment 2•18 years ago
|
||
Checking in layout/style/nsCSSParser.cpp;
/cvsroot/mozilla/layout/style/nsCSSParser.cpp,v <-- nsCSSParser.cpp
new revision: 3.375; previous revision: 3.374
done
Status: NEW → RESOLVED
Closed: 18 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9 M9
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•