tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 9e4855064b24310bc0fbed764397c3913f8370cf
parent 531ae7d14ed1afbbad7845349b3371c66f53ab1a
Author: Sotaro Ikeda <sotaro.ikeda.g@gmail.com>
Date:   Mon, 13 Oct 2025 23:41:36 +0000

Bug 1991786 - Change picture-tile-width to 512 on Windows r=gfx-reviewers,gw

Change Change picture-tile-width for optimize performance.

Differential Revision: https://phabricator.services.mozilla.com/D267743

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -7974,7 +7974,11 @@ # Width of WebRender tile size - name: gfx.webrender.picture-tile-width type: RelaxedAtomicInt32 +#if defined(XP_WIN) + value: 512 +#else value: 1024 +#endif mirror: always # Width of WebRender tile size