-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firefox: Support paths for userChrome & userContent #3856
base: master
Are you sure you want to change the base?
Conversation
Thank you for your contribution! I marked this pull request as stale due to inactivity. Please read the relevant sections below before commenting. If you are the original author of the PR
If you are not the original author of the PR
|
2a55ba6
to
5789660
Compare
Thank you for your contribution! I marked this pull request as stale due to inactivity. Please read the relevant sections below before commenting. If you are the original author of the PR
If you are not the original author of the PR
|
5789660
to
4c93d15
Compare
cc maintainers @rycee @kira-bruneau |
4c93d15
to
d784fda
Compare
d784fda
to
e140b6d
Compare
Thank you for your contribution! I marked this pull request as stale due to inactivity. Please read the relevant sections below before commenting. If you are the original author of the PR
If you are not the original author of the PR
|
e140b6d
to
7284e90
Compare
Thank you for your contribution! I marked this pull request as stale due to inactivity. Please read the relevant sections below before commenting. If you are the original author of the PR
If you are not the original author of the PR
|
This is not stale. I actively patch these changes into my own config and use them. I appeased the stalebot for a year—I will do so no longer. If the PR has genuine merge conflicts, it will get updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I missed this before. I don't have commit access, but this change looks good to me!
7284e90
to
64efbca
Compare
Thank you for your contribution! I marked this pull request as stale due to inactivity. Please read the relevant sections below before commenting. If you are the original author of the PR
If you are not the original author of the PR
|
Bump does this still work with current firefox? |
I'll test this again, but from just the diff I don't think there's anything wrong. CI was only failing on darwin because of some upstream issues in nixpkgs. It'd be nice to have this merged! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just tested this commit ontop of bd65bc3 (the HEAD
of release-24.11
), and everything looks good to me!
Oh wait actually, I think it only worked because I have this defined in my settings: toolkit.legacyUserProfileCustomizations.stylesheets = true #5670 addresses this though |
64efbca
to
7599272
Compare
A path may be preferred for some uses, and allowing it avoids the user needing to `builtins.readFile`, thus creating duplicates and making it more difficult to determine the actual store path.
7599272
to
4c3dcc7
Compare
Description
A path may be preferred for some uses, and allowing it avoids the user needing to
builtins.readFile
, thus creating duplicates and making it more difficult to determine the actual store path.Checklist
Change is backwards compatible.
Code formatted with
./format
.Code tested through
nix-shell --pure tests -A run.all
.Test cases updated/added. See example.
Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module
Added myself as module maintainer. See example.
Added myself and the module files to
.github/CODEOWNERS
.