Change Window.print() from using Func to Pref
Categories
(Core :: DOM: Core & HTML, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(1 file)
In bug 1570212, njn is converting dom.disable_window_print into a static pref. It is used by nsGlobalWindowInner::IsWindowPrintEnabled(). If we flip the pref to be dom.enable_window_print, then the WebIDL Func property that calls this method can be changed into a Pref property that simply checks the pref directly.
| Assignee | ||
Comment 1•7 years ago
|
||
This can be done by changing the pref from being enable instead of disable.
| Assignee | ||
Comment 2•7 years ago
|
||
This pref was added in bug 739038. Skimming that, I don't see any particular reason why it needs to be disable instead of enable. That seems to just be what other similar prefs did.
Comment 4•7 years ago
|
||
I wonder if the pref is used at some enterprises or in kiosk mode browsers.
Comment 5•7 years ago
|
||
I've never seen folks reference needing this pref and if so, we could just add the new version in policy.
| Assignee | ||
Comment 6•7 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #4)
I wonder if the pref is used at some enterprises or in kiosk mode browsers.
I googled for the pref, and didn't find any references aside from instances in the source code, if that indicates anything.
Comment 7•7 years ago
|
||
| bugherder | ||
Description
•