Implement hidden pref to enable transparent browsers ala Aterm or Eterm
Categories
(Firefox :: Tabbed Browser, enhancement, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: sarnold, Assigned: tamas.beno12)
References
Details
(Keywords: helpwanted)
Attachments
(1 file)
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
Comment 4•24 years ago
|
||
Updated•20 years ago
|
Comment 5•20 years ago
|
||
Updated•16 years ago
|
Updated•14 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 6•10 months ago
|
||
As described in the original feature request, the background behind the rendered webpage may now be made transparent with these changes by customizing a few other settings as well.
The new option defaults back to the previous behaviour of enforcing opacity to fully opaque on all colors and as such should not cause problems for anyone who does not explicitly set "browser.display.allow_transparent_background" to "true" in about:config.
For transparency to actually work browser.display.background_color or browser.display.background_color.dark (depending on the active theme) must also be made transparent in about:config. Similarly, a userChrome.css is necessary to make the tab's background transparent ( :root { --tabpanel-background-color: #00000063 !important; } ). With these changes the browser can be made transparent on pages that are also fully transparent.
Pages may not be transparent by default, but extensions (such as Dark Reader) may be used to enforce transparent background colors on all pages.
As such this patch implements all necessary changes to to allow users to make firefox transparent without having to patch and recompile it.
Updated•10 months ago
|
Updated•7 months ago
|
Updated•6 months ago
|
Updated•6 months ago
|
Updated•6 months ago
|
Updated•6 months ago
|
Comment 9•6 months ago
|
||
bugherder |
Description
•