Closed Bug 1313367 Opened 8 years ago Closed 8 years ago

Stop creating a new PrintTargetCG for each print page

Categories

(Core :: Widget: Cocoa, defect, P3)

defect

Tracking

()

RESOLVED FIXED
Tracking Status
firefox52 --- affected

People

(Reporter: jwatt, Unassigned)

Details

(Whiteboard: tpi:+)

Right now the XP_MACOSX hack in nsDeviceContext::BeginPage causes us to create a new PrintTargetCG for each print page. This breaks the usual semantics and usage of PrintTarget and makes the printing code harder to reason about. It also makes it harder to create instances of PrintTarget other than PrintTargetCG where we really want all the pages to end up together, such as if we want to use PrintTargetPDF. Se should really stop creating new PrintTarget instances and instead have PrintTargetCG manage the PMSessionGetCGGraphicsContext calls to get a new CGContextRef for each page as appropriate.
Priority: -- → P3
Whiteboard: tpi:+
I fixed this in bug 1309272's "part 5" patch.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.