This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Closed
Conversation
…=smaug Signed-off-by: Andre Natal <anatal@gmail.com>
…o allow out of dictionary words to be added to grammars r=smaug Signed-off-by: Andre Natal <anatal@gmail.com>
nchevobbe
added a commit
to nchevobbe/gecko-dev
that referenced
this pull request
Apr 20, 2016
moz-v2v-gh
pushed a commit
that referenced
this pull request
Mar 27, 2020
Pick commits - 20daa86: Revise git hooks (#68) - 81d0024: Revise `destroy_cubeb_device_info` (#67) - 1cc8a31: Add a hook to check that commits are formatted and linted correctly (#66) - aa80b3f: Try using the model id as group id. (#64) - ab31978: Bail if `cargo clippy` or `cargo fmt` fails (#65) - 3860bb3: Fix comments in #57 (#63) - ef5f58b: Run `cargo fmt` and make scripts executable (#62) - a4c83db: Fix two bugs and add logs (#57) Differential Revision: https://phabricator.services.mozilla.com/D68402 --HG-- extra : moz-landing-system : lando
luyahan
added a commit
to luyahan/gecko-dev
that referenced
this pull request
Nov 7, 2022
moz-v2v-gh
pushed a commit
that referenced
this pull request
May 14, 2024
…"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: #63 !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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.