prefpicker 1.21.0__tar.gz → 1.22.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of prefpicker might be problematic. Click here for more details.
- {prefpicker-1.21.0 → prefpicker-1.22.1}/PKG-INFO +1 -1
- {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/templates/browser-fuzzing.yml +13 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker.egg-info/PKG-INFO +1 -1
- {prefpicker-1.21.0 → prefpicker-1.22.1}/.codecov.yml +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/.github/CODEOWNERS +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/.github/workflows/prefmonitor.yml +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/.gitignore +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/.pre-commit-config.yaml +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/.taskcluster.yml +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/CODE_OF_CONDUCT.md +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/LICENSE +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/MANIFEST.in +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/README.md +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/pyproject.toml +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/setup.cfg +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/setup.py +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/__init__.py +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/__main__.py +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/main.py +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/prefpicker.py +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/py.typed +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/templates/schema.json +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/test_main.py +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/test_prefpicker.py +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/test_templates.py +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker.egg-info/SOURCES.txt +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker.egg-info/dependency_links.txt +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker.egg-info/entry_points.txt +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker.egg-info/not-zip-safe +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker.egg-info/requires.txt +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker.egg-info/top_level.txt +0 -0
- {prefpicker-1.21.0 → prefpicker-1.22.1}/tox.ini +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# variant list is found at the end of the template
|
|
2
2
|
pref:
|
|
3
|
+
# might help find caret related bugs
|
|
4
|
+
accessibility.browsewithcaret:
|
|
5
|
+
variants:
|
|
6
|
+
a11y:
|
|
7
|
+
- null
|
|
8
|
+
- true
|
|
9
|
+
default:
|
|
10
|
+
- null
|
|
3
11
|
accessibility.force_disabled:
|
|
4
12
|
variants:
|
|
5
13
|
a11y:
|
|
@@ -790,6 +798,11 @@ pref:
|
|
|
790
798
|
variants:
|
|
791
799
|
default:
|
|
792
800
|
- '[{"url": "stun:23.21.150.121"}]'
|
|
801
|
+
# do not automatically restart RDD process if it crashes
|
|
802
|
+
media.rdd-retryonfailure.enabled:
|
|
803
|
+
variants:
|
|
804
|
+
default:
|
|
805
|
+
- false
|
|
793
806
|
media.recorder.video.frame_drops:
|
|
794
807
|
variants:
|
|
795
808
|
default:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|