Closed
Bug 127914
Opened 24 years ago
Closed 24 years ago
[FIX]Shrink to fit only uses the first page for calculating ratio
Categories
(Core :: Print Preview, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.0
People
(Reporter: rods, Assigned: rods)
Details
Attachments
(1 file, 1 obsolete file)
|
6.71 KB,
patch
|
dcone
:
review+
attinasi
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
Shrink to Fit only checks the first page of each document instead of all the pages.
| Assignee | ||
Updated•24 years ago
|
| Assignee | ||
Comment 1•24 years ago
|
||
1) This adds in a new layout atom for the SequenceFrame
2) Now checks all the SeqFrame's children (PageFrames) instead of just the
first one
| Assignee | ||
Updated•24 years ago
|
Summary: Shrink to fit only uses the first page for calculating ratio → [FIX]Shrink to fit only uses the first page for calculating ratio
| Assignee | ||
Comment 3•24 years ago
|
||
same changes as previous patch
Attachment #71547 -
Attachment is obsolete: true
Updated•24 years ago
|
Attachment #71609 -
Flags: superreview+
Comment 4•24 years ago
|
||
Comment on attachment 71609 [details] [diff] [review]
more commented patch
looks great! sr=attinasi
Comment 5•24 years ago
|
||
Comment on attachment 71609 [details] [diff] [review]
more commented patch
looks great! sr=attinasi
Comment 6•24 years ago
|
||
r=dcone
Updated•24 years ago
|
Attachment #71609 -
Flags: review+
Comment 7•24 years ago
|
||
Comment on attachment 71609 [details] [diff] [review]
more commented patch
a=asa (on behalf of drivers) for checkin to 0.9.9 branch and the trunk
Attachment #71609 -
Flags: approval+
Comment on attachment 71609 [details] [diff] [review]
more commented patch
>Index: layout/html/base/src/nsSimplePageSequence.h
>+ /**
>+ * Get the "type" of the frame
>+ *
>+ * @see nsLayoutAtoms::pageFrame
>+ */
>+ NS_IMETHOD GetFrameType(nsIAtom** aType) const;
>+
Should that say
+ * @see nsLayoutAtoms::sequenceFrame
instead?
| Assignee | ||
Comment 9•24 years ago
|
||
I'll change that, thanks...
| Assignee | ||
Comment 10•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 11•24 years ago
|
||
Rod, please verify thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•