Closed
Bug 231789
Opened 21 years ago
Closed 21 years ago
Make ParseCSS more tinderbox friendly
Categories
(Core :: CSS Parsing and Computation, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
2.30 KB,
patch
|
bzbarsky
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
Add command syntax,
tolerate missing files,
handle oom cases,
don't crash on symlinks,
i actually used limit to test ParseCSS for the tiny oom cases (that was fun).
Attachment #139645 -
Flags: review?(bz-vacation)
Comment 2•21 years ago
|
||
Comment on attachment 139645 [details] [diff] [review]
changes
r=bzbarsky, but have dbaron ok this.
Attachment #139645 -
Flags: review?(bz-vacation) → review+
Attachment #139645 -
Flags: superreview?(dbaron)
Comment on attachment 139645 [details] [diff] [review]
changes
>+ fprintf(stderr, "ParseCSS [filelist]\n");
fprintf(stderr, "%s [FILE]...\n", argv[0]);
sr=dbaron
Attachment #139645 -
Flags: superreview?(dbaron) → superreview+
mozilla/layout/html/tests/ParseCSS.cpp 1.6
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•