Closed
Bug 143248
Opened 23 years ago
Closed 23 years ago
API Freeze - Add ProgressListener to Print,PP (Finalize Printing APIs)
Categories
(Core :: Printing: Output, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.0
People
(Reporter: rods, Assigned: rods)
References
Details
(Keywords: topembed)
Attachments
(1 file, 1 obsolete file)
22.00 KB,
patch
|
rods
:
review+
attinasi
:
superreview+
jud
:
approval+
|
Details | Diff | Splinter Review |
Need tomake a last few additions to the PRinting/PrintPreview APIs before they
are frozen
Assignee | ||
Updated•23 years ago
|
Assignee | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
interface nsIPrintProgress: nsIWebProgressListener {
@@ -64,6 +63,9 @@
/* Unregister a Web Progress Listener */
void unregisterListener(in nsIWebProgressListener listener);
+
+ /* Indicates we are done initing */
I think this is one place we could use some more comments.
+ void doneIniting();
With that, since the API change looks needed, r=ccarlen
Comment 3•23 years ago
|
||
Comment on attachment 82925 [details] [diff] [review]
patch with new methods stubbed out
Hmm - DoneIniting... so, 'Initing' is a word? I guess 'Initializing' has been
deprecated ;-)
sr=attinasi
Attachment #82925 -
Flags: superreview+
Assignee | ||
Comment 4•23 years ago
|
||
Comment on attachment 82925 [details] [diff] [review]
patch with new methods stubbed out
marking patch with conrad's r=
Attachment #82925 -
Flags: review+
Assignee | ||
Comment 5•23 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•23 years ago
|
||
Assignee | ||
Comment 7•23 years ago
|
||
Comment on attachment 83062 [details] [diff] [review]
missed these
wrong bug
Attachment #83062 -
Attachment is obsolete: true
Assignee | ||
Updated•23 years ago
|
Keywords: adt1.0.0
Summary: Finalize Printing APIs → API Freeze - Finalize Printing APIs
Assignee | ||
Updated•23 years ago
|
Summary: API Freeze - Finalize Printing APIs → API Freeze - Finalize Printing APIs (Add ProgressListener)
Assignee | ||
Updated•23 years ago
|
Summary: API Freeze - Finalize Printing APIs (Add ProgressListener) → API Freeze - Add ProgressListener to Print,PP (Finalize Printing APIs)
Comment 9•23 years ago
|
||
adding adt1.0.0+. Please get drivers approval and then check into the 1.0 branch.
Comment 11•23 years ago
|
||
changing to adt1.0.1+ for checkin to the 1.0 branch for the Mozilla1.0.1
milestone. Please get drivers approval before checking in.
Comment 12•23 years ago
|
||
please land on the 1.0.1 branch. once there, remove the "mozilla1.0.1+" keyword,
and add the "fixed1.0.1" keyword.
Keywords: mozilla1.0.1+
Updated•23 years ago
|
Attachment #82925 -
Flags: approval+
Keywords: fixed1.0.1 → verified1.0.1
You need to log in
before you can comment on or make changes to this bug.
Description
•