librewolf/source
55
1.2k
Fork
You've already forked source
90

Spood DPR to 2 when RFP is enabled #60

Closed
fxbrit wants to merge 3 commits from dpr-2 into main
pull from: dpr-2
merge into: librewolf:main
librewolf:main
librewolf:153
librewolf:check
librewolf:dock
librewolf:langs
librewolf:op
librewolf:moz
librewolf:https
librewolf:ar
librewolf:text
librewolf:wintest
librewolf:flags
librewolf:cfi
librewolf:remove-webrtc
librewolf:beta
librewolf:push-nluozsklsrlo
librewolf:l10n
librewolf:allow_cookies_for_site
librewolf:add_testing
librewolf:gitea_actions
librewolf:identity_pane
librewolf:weblate
librewolf:msix
librewolf:no-view-patch
librewolf:update-settings
librewolf:ui-fixes
librewolf:add-mozilla-kde.patch
librewolf:cleanup_and_sync
First-time contributor
Copy link

Following librewolf/issues#1571.

I haven't produced a test build for the pref yet, I tested DPR to 2 instead. The patch is organized in 3 chunks so that we can remove the first and the third one once we are sure there is no need to ever revert the value to 1.

Following https://codeberg.org/librewolf/issues/issues/1571. I haven't produced a test build for the pref yet, I tested DPR to 2 instead. The patch is organized in 3 chunks so that we can remove the first and the third one once we are sure there is no need to ever revert the value to 1.
The idea is to improve usability by reducing blurrines on some websites, even tho this increases memory usage.
Ideally -moz-device-pixel-ratio should also be patched to match the value, but that is an issue regardless of DPR value so only tangential.
Added pref to revert RFP change (testing only)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline failed
3617636474

Thanks, looks great. Will test this once I am home again (~1 week).

Thanks, looks great. Will test this once I am home again (~1 week).
Author
First-time contributor
Copy link
Oh look https://gitlab.torproject.org/tpo/applications/tor-browser/-/merge_requests/742
@ -0,0 +6,4 @@
pref("librewolf.firefoxView.hideColorways", true);
pref("librewolf.uBO.assetsBootstrapLocation", "");
pref("librewolf.aboutMenu.checkVersion", false);
+pref("librewolf.testingOnly.overrideRfpDevicelPixelRatio", true);
Owner
Copy link

All the changes in the browser/app/profile/firefox.js are currently done by the librewolf-prefs.patch so that there won't be collisions between multiple patches. You should probably also move your changes to that file into that patch.

All the changes in the `browser/app/profile/firefox.js` are currently done by the [librewolf-prefs.patch](https://codeberg.org/librewolf/source/src/branch/main/patches/librewolf-prefs.patch) so that there won't be collisions between multiple patches. You should probably also move your changes to that file into that patch.

Closing as too old.

Closing as too old.
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline failed

Pull request closed

Please reopen this pull request to perform a merge.
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
librewolf/source!60
Reference in a new issue
librewolf/source
No description provided.
Delete branch "dpr-2"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?