Closed
Bug 200881
Opened 23 years ago
Closed 23 years ago
display overflow information in debug reflow
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bernd_mozilla, Assigned: bernd_mozilla)
Details
Attachments
(1 file)
|
1.58 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
patch to come
Attachment #119599 -
Flags: superreview?(bzbarsky)
Attachment #119599 -
Flags: review?(bzbarsky)
Comment 3•23 years ago
|
||
Comment on attachment 119599 [details] [diff] [review]
patch
>+ printf("o=%s,%s,%s,%s, ", x, y, width, height);
How about:
printf("o=(%s,%s) %s x %s, ", x, y, width, height);
instead? that makes it clearer which number is which, imo...
Attachment #119599 -
Flags: superreview?(bzbarsky)
Attachment #119599 -
Flags: superreview+
Attachment #119599 -
Flags: review?(bzbarsky)
Attachment #119599 -
Flags: review+
fix checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•