Closed
Bug 1638162
Opened 5 years ago
Closed 4 years ago
Split out the static clone generating code from nsPrintJob::DoCommonPrint
Categories
(Core :: Printing: Setup, task, P2)
Core
Printing: Setup
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
The static clone generating code in/under nsPrintJob::DoCommonPrint needs to be split out for window.print()
to be able to initiate the static clone before notifying the parent process to initiate a print. If the static clone is not created synchronously under window.print()
then we get bugs like bug 1607671 and bug 1608018.
Assignee | ||
Updated•4 years ago
|
Whiteboard: [print2020_v78] → [print2020_v79]
Assignee | ||
Updated•4 years ago
|
Status: NEW → ASSIGNED
Updated•4 years ago
|
Severity: S1 → N/A
Assignee | ||
Updated•4 years ago
|
Whiteboard: [print2020_v79] → [print2020_v80]
Updated•4 years ago
|
Whiteboard: [print2020_v80] → [print2020_v81]
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
The latest approach to getting window.print() to work with the new print UI does not require this, so this no longer blocks bug 1602410.
No longer blocks: 1602410
Whiteboard: [print2020_v81] → [print2020]
Assignee | ||
Comment 2•4 years ago
|
||
Emilio's patch for bug 1636728 essentially finished this off in a different way.
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
Whiteboard: [print2020]
You need to log in
before you can comment on or make changes to this bug.
Description
•