Closed
Bug 1711805
Opened 5 years ago
Closed 5 years ago
Extract uses of gBrowser in PrintUtils in a way that can be easily overridden
Categories
(Toolkit :: Printing, task)
Toolkit
Printing
Tracking
()
RESOLVED
FIXED
90 Branch
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
(Whiteboard: [proton-cleanups])
Attachments
(1 file)
In a few places, PrintUtils has gBrowser hard-coded in. This is no good in Thunderbird where gBrowser doesn't exist. In this bug I propose to extract the calls to gBrowser functions into simple functions, which can then be replaced by Thunderbird.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/integration/autoland/rev/f8695705c0dc
Extract uses of gBrowser in PrintUtils in a way that can be easily overridden. r=emilio
Updated•5 years ago
|
See Also: → https://jira.mozilla.com/browse/FIDEFE-1789
Whiteboard: [proton-cleanups]
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•