Closed
Bug 1557434
Opened 6 years ago
Closed 6 years ago
Split nsPrintObject::Init into separate root-object and nested-object init methods
Categories
(Core :: Printing: Setup, task, P2)
Core
Printing: Setup
Tracking
()
RESOLVED
FIXED
mozilla69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: jwatt, Assigned: jwatt)
Details
Attachments
(3 files, 1 obsolete file)
No description provided.
![]() |
Assignee | |
Comment 1•6 years ago
|
||
![]() |
Assignee | |
Comment 2•6 years ago
|
||
The previous splitting of nsPrintObject::Init made clear that in fact this
method does not create documents at all! This new name better describes what
it does.
Depends on D34006
![]() |
Assignee | |
Comment 3•6 years ago
|
||
![]() |
Assignee | |
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Attachment #9070532 -
Attachment is obsolete: true
Pushed by jwatt@jwatt.org:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d5732da1844b
Split nsPrintObject::Init into separate root-object and nested-object init methods. r=bobowen
https://hg.mozilla.org/integration/mozilla-inbound/rev/f39ff7aa10b3
Rename nsPrintJob::BuildDocTree to BuildNestedPrintObjects. r=bobowen
https://hg.mozilla.org/integration/mozilla-inbound/rev/f9d538a3e517
Remove nsPrintObject::mPrintPreview. r=bobowen
Comment 6•6 years ago
|
||
Type: defect → task
![]() |
||
Comment 7•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d5732da1844b
https://hg.mozilla.org/mozilla-central/rev/f39ff7aa10b3
https://hg.mozilla.org/mozilla-central/rev/f9d538a3e517
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•