Commit graph

53 commits

Author SHA1 Message Date
Vincent Bernat
acecf2a5dc firefox: enable tab groups 2025-04-06 15:11:21 +02:00
Vincent Bernat
be24139c52 firefox: remove outdated settings 2025-04-06 15:08:05 +02:00
Vincent Bernat
e568f45f5c firefox: disable autofill of addresses and credit cards 2025-01-22 19:39:06 +01:00
Vincent Bernat
c3c23814a4 firefox: revert shortcut stuff
This is too inconvenient. We can do that site by site manually first.
2025-01-21 14:16:57 +01:00
Vincent Bernat
47bf11caa8 firefox: more references for shortcuts 2025-01-21 08:48:35 +01:00
Vincent Bernat
289649e154 firefox: don't allow sites to override shortcuts
Each key can have three states:

- reserved
- not reserved
- unset

When reserved, it cannot be overridden by any site. When not reserved,
it can be. When unset, it depends on the permissions.default.shortcuts.
Setting it to 2 will make the key reserved, otherwise not.

You can find if a key is reserved here:
 ./browser/base/content/browser-sets.inc

The key depends on the locale. For some reason, the default one is in
./browser/locales/en-US/browser/browserSets.ftl. It seems accel means
Ctrl for Unix.
2025-01-21 08:40:53 +01:00
Vincent Bernat
bf7ed44e0b firefox: reenable beacon.enabled 2024-11-23 18:37:17 +01:00
Vincent Bernat
4d0944b638 firefox: don't suggest recent searches in url bar 2024-07-14 07:30:41 +02:00
Vincent Bernat
0cb882ce2e firefox: disable anonymous tracker 2024-07-12 08:28:53 +02:00
Vincent Bernat
ad72179d7a firefox: disable SERP events 2024-05-16 10:32:50 +02:00
Vincent Bernat
6bdf38b507 firefox: don't close on last tab 2024-02-29 07:43:04 +01:00
Vincent Bernat
ce61d1ed89 firefox: disable automatic popup for translations 2023-09-27 23:56:48 +02:00
Vincent Bernat
0deaeb600b firefox: reenable VAAPI 2023-07-05 08:56:21 +02:00
Vincent Bernat
a2f2c410d3 firefox: sort tabs by recently used 2023-05-20 12:20:33 +02:00
Vincent Bernat
87e7781037 firefox: temporarily disable VAAPI acceleration 2023-02-28 10:00:56 +01:00
Vincent Bernat
b531e4405a firefox: configure fonts 2023-01-21 15:20:55 +01:00
Vincent Bernat
edf569a3c2 firefox: don't beep when using type ahead find 2022-11-30 17:26:58 +01:00
Vincent Bernat
08ac5f514b firefox: disable firefox view 2022-11-14 19:35:04 +01:00
Vincent Bernat
b844d9b006 firefox: remove setting now set by default 2022-10-15 21:17:38 +02:00
Vincent Bernat
a7116145b7 firefox: disable userContent
Currently, only used for Twitter and it breaks the back button.
2022-09-11 21:58:59 +02:00
Vincent Bernat
402c8711eb firefox: increase update check interval 2022-09-10 15:41:48 +02:00
Vincent Bernat
2453d0e600 firefox: add a userContent.css 2022-08-13 09:32:50 +02:00
Vincent Bernat
5e40ba8ec3 firefox: be less explicit for accepted languages 2022-06-16 11:20:22 +02:00
Vincent Bernat
b698c740af firefox: VAAPI fixed in 102 2022-06-11 14:44:58 +02:00
Vincent Bernat
47cddbcccd firefox: remove outdated settings
Devtools is following Firefox theme now. And the second setting does
not exist anymore.
2022-05-05 09:15:29 +02:00
Vincent Bernat
4cc25a371c firefox: mention bug that makes VA-API not working at all
:-/
2022-04-07 11:04:05 +02:00
Vincent Bernat
9a8831ffdf firefox: remove outdated settings 2022-03-08 15:40:31 +01:00
Vincent Bernat
e98a489dd8 firefox: update for Firefox 96 2022-01-22 07:57:28 +01:00
Vincent Bernat
9e62ef11fb firefox: keep Emacs keybindings in Firefox 96 2022-01-12 09:45:12 +01:00
Vincent Bernat
ccf4306ba9 firefox: tell what can be removed from Firefox 97 2022-01-03 08:45:39 +01:00
Vincent Bernat
eb55cf3e84 firefox: more prefs 2021-12-19 01:09:44 +01:00
Vincent Bernat
4296864f7c firefox: more VAAPI decoding
This reverts commit 97024a1f0b. The
problem was not related to this configuration but to a bug in Firefox.
2021-12-12 08:12:14 +01:00
Vincent Bernat
c2a9c0095d firefox: toolkit.cosmeticAnimations.enabled has been removed
In favor for prefers-reduced-motion which would also apply to
content (notify::gtk-enable-animations can be used on Linux)
2021-11-11 08:15:50 +01:00
Vincent Bernat
97024a1f0b Revert "firefox: more VAAPI decoding"
This reverts commit fb2671e1e3. It seems
to break stuff.
2021-11-04 11:12:09 +01:00
Vincent Bernat
6310f5378d firefox: EGL is now enabled by default 2021-11-03 10:22:30 +01:00
Vincent Bernat
fb2671e1e3 firefox: more VAAPI decoding
See:
 - https://bugzilla.mozilla.org/show_bug.cgi?id=1683808
 - https://wiki.archlinux.org/title/Firefox#Hardware_video_acceleration
2021-10-18 09:07:35 +02:00
Vincent Bernat
6c234c10bb firefox: use new override for prefers-color-scheme
This is exactly the same effect as lying about system theme, but this
matches more our intent.
2021-10-10 01:07:51 +02:00
Vincent Bernat
d7720d2e98 firefox: no need to specifically enable AVIF anymore 2021-10-05 16:21:19 +02:00
Vincent Bernat
1bf02421ea firefox: webrender is enabled by default on Firefox 91 2021-09-06 08:10:18 +02:00
Vincent Bernat
8cc26133fc firefox: no https first
It's still too broken.
2021-08-28 21:45:49 +02:00
Vincent Bernat
5b1249737c firefox: add missing semi-colon 2021-08-16 17:47:08 +02:00
Vincent Bernat
5102774b3f firefox: switch back to not telling system does not use dark theme
The option is not really well named as it only influences web content,
not UI.
2021-08-12 08:19:29 +02:00
Vincent Bernat
101faa5b52 firefox: enable HTTPS-first policy 2021-08-07 13:18:44 +02:00
Vincent Bernat
2859f49eb2 firefox: make interface more compact 2021-07-29 07:38:47 +02:00
Vincent Bernat
333c32e7df firefox: allow autoplay of muted video
This is unfair to other formats like GIF.
2021-07-17 12:41:59 +02:00
Vincent Bernat
1ee8138fbf firefox: mention Firefox 91 as fixing the dark/light mix 2021-07-15 18:57:36 +02:00
Vincent Bernat
e4adc69a71 firefox: mention patch about dark theme/light pages 2021-07-14 20:41:19 +02:00
Vincent Bernat
8cb90e03da firefox: don't resist fingerprinting
So many stuff are breaking, including switching tabs use Alt+N. Switch
back to systemUsesDarkTheme 0 for the moment...
2021-07-14 19:01:53 +02:00
Vincent Bernat
011cb957c4 firefox: use resist finger printing to get light themed pages 2021-07-14 18:15:27 +02:00
Vincent Bernat
5c84aff92b firefox: firefox now auto detect the theme and lying mangle stuff
See https://bugzilla.mozilla.org/show_bug.cgi?id=1720508
2021-07-14 18:07:51 +02:00