fune/browser/app
Kravantokh 8792208619 Bug 28354 - Added option "browser.tabs.allow_transparent_browser" to "about:config" to stop forcing opaque backgrounds. r=tabbrowser-reviewers,dao
The background behind the rendered webpage may now be made transparent with these changes by toggling the mentioned preference.
The new option defaults to false, preserving the previous behaviour as the default. For the changes to apply "browser.tabs.allow_transparent_browser" has to be explicitly set to "true" in about:config.

For transparency to actually work, though, a userChrome.css is necessary to make the tab's background transparent ( :root { --tabpanel-background-color: #00000063 !important; } ).
Pages may not be transparent by default (except for some rare cases), but extensions may be used to enforce transparent background colors on all pages.

As such this patch implements all necessary changes to allow users to make firefox transparent without having to patch and recompile it.

Differential Revision: https://phabricator.services.mozilla.com/D201346
2024-05-14 08:46:03 +00:00
..
macbuild/Contents Bug 1889232 - Removed firefox-bridge and firefox-private-bridge protocol creation r=mhughes,Gijs,firefox-desktop-core-reviewers 2024-04-18 15:18:04 +00:00
nmhproxy Bug 1886016 - Added get_install_id() to Rust nmhproxy r=mhughes,nrishel 2024-03-22 18:53:37 +00:00
no-pie
pbproxy
profile Bug 28354 - Added option "browser.tabs.allow_transparent_browser" to "about:config" to stop forcing opaque backgrounds. r=tabbrowser-reviewers,dao 2024-05-14 08:46:03 +00:00
winlauncher Backed out changeset 98eadcb92105 (Bug 1878993) for causing bug 1892612. r=#win-reviewers CLOSED TREE 2024-04-22 09:39:15 +00:00
BrowserDefines.h
firefox.exe.manifest
macversion.py
Makefile.in Bug 1882228: Prevent possible errors due to directories not being empty when incrementally building macOS frameworks. r=glandium 2024-03-01 17:05:08 +00:00
module.ver
moz.build Bug 1879171 - Add AFL++ fuzzing build r=decoder,taskgraph-reviewers,bhearsum 2024-04-25 22:16:22 +00:00
nsBrowserApp.cpp Bug 1660754 - Enable JS RT targets for AFL++ r=decoder 2024-05-07 01:52:34 +00:00
permissions
splash.rc