Closed
Bug 419080
Opened 17 years ago
Closed 17 years ago
build with undefined CSS_REPORT_PARSE_ERRORS broken
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9beta4
People
(Reporter: romaxa, Assigned: romaxa)
References
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
beltzner
:
approval1.9+
|
Details | Diff | Splinter Review |
After landing bug 404315 building with CSS_REPORT_PARSE_ERRORS is broken
.
+#ifdef
CSS_REPORT_PARSE_ERRORS
mFileName.Truncate();
mURI = snull;
mError.Truncate();
+#endif
required
Attachment #305058 -
Flags: review?(bzbarsky)
Updated•17 years ago
|
Keywords: regression
Updated•17 years ago
|
Attachment #305058 -
Flags: superreview+
Attachment #305058 -
Flags: review?(bzbarsky)
Attachment #305058 -
Flags: review+
Updated•17 years ago
|
Assignee: nobody → romaxa
Updated•17 years ago
|
Attachment #305058 -
Flags: approval1.9?
Comment 1•17 years ago
|
||
Comment on attachment 305058 [details] [diff] [review]
BUGFIX
a=beltzner
Attachment #305058 -
Flags: approval1.9? → approval1.9+
Updated•17 years ago
|
Keywords: checkin-needed
Comment 2•17 years ago
|
||
Checking in layout/style/nsCSSScanner.cpp;
/cvsroot/mozilla/layout/style/nsCSSScanner.cpp,v <-- nsCSSScanner.cpp
new revision: 3.100; previous revision: 3.99
done
Status: NEW → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9beta4
Updated•17 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•