Closed
Bug 149317
Opened 22 years ago
Closed 22 years ago
API Freeze - PageSetup call needs observer
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.0.1
People
(Reporter: rods, Assigned: rods)
References
Details
(Keywords: topembed+, Whiteboard: [adt2])
Attachments
(2 files, 1 obsolete file)
8.48 KB,
patch
|
dcone
:
review+
rods
:
superreview+
scc
:
approval+
|
Details | Diff | Splinter Review |
810 bytes,
patch
|
Details | Diff | Splinter Review |
Assignee | ||
Updated•22 years ago
|
Assignee | ||
Comment 1•22 years ago
|
||
The call to show the page setup dialog needs an observer for those platforms
that have an "Apply" btn. This way the caller can monitor changes to the PS
before the dialog is ok'ed or cancelled.
Assignee | ||
Comment 2•22 years ago
|
||
Patch adds nsIObserver arg to ShowPageSetup call, it is not used at this time
for 1.0.1, but will be used in the near future. The arg is passed into the XP
dialog calls also.
Comment on attachment 86452 [details] [diff] [review]
patch
sr=kin@netscape.com
If you remove the code that appends the observer to the dialog arg array ... as
discussed on AIM.
Attachment #86452 -
Flags: superreview+
Assignee | ||
Comment 4•22 years ago
|
||
Made Kin's suggested changes. The observer is passed in and not used at all.
Attachment #86452 -
Attachment is obsolete: true
Assignee | ||
Comment 5•22 years ago
|
||
Comment on attachment 86456 [details] [diff] [review]
new patch
bring Kin's sr forward
Attachment #86456 -
Flags: superreview+
Comment 6•22 years ago
|
||
Comment on attachment 86456 [details] [diff] [review]
new patch
r=dcone
Attachment #86456 -
Flags: review+
Assignee | ||
Updated•22 years ago
|
Target Milestone: --- → mozilla1.0.1
Assignee | ||
Comment 7•22 years ago
|
||
Assignee | ||
Comment 8•22 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Keywords: mozilla1.0.1+
Updated•22 years ago
|
Comment 9•22 years ago
|
||
adding adt1.0.1+. Please check into the branch asap.
Comment 10•22 years ago
|
||
Comment on attachment 86456 [details] [diff] [review]
new patch
a=scc (on behalf of drivers) for checkin to the mozilla1.0 branch.
when you check this into the branch, please change the mozilla1.0.1+ keyword to
fixed1.0.1
Attachment #86456 -
Flags: approval+
You need to log in
before you can comment on or make changes to this bug.
Description
•