prefpicker 2.11.0__tar.gz → 2.13.0__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-2.11.0 → prefpicker-2.13.0}/.github/workflows/ci.yml +2 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/PKG-INFO +1 -1
- {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/templates/browser-fuzzing.yml +10 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker.egg-info/PKG-INFO +1 -1
- {prefpicker-2.11.0 → prefpicker-2.13.0}/.github/CODEOWNERS +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/.github/workflows/prefmonitor.yml +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/.gitignore +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/.pre-commit-config.yaml +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/CODE_OF_CONDUCT.md +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/LICENSE +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/MANIFEST.in +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/README.md +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/pyproject.toml +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/setup.cfg +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/__init__.py +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/__main__.py +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/main.py +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/prefpicker.py +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/py.typed +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/templates/schema.json +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/test_main.py +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/test_prefpicker.py +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/test_templates.py +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker.egg-info/SOURCES.txt +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker.egg-info/dependency_links.txt +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker.egg-info/entry_points.txt +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker.egg-info/not-zip-safe +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker.egg-info/requires.txt +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker.egg-info/top_level.txt +0 -0
- {prefpicker-2.11.0 → prefpicker-2.13.0}/tox.ini +0 -0
|
@@ -668,6 +668,12 @@ pref:
|
|
|
668
668
|
variants:
|
|
669
669
|
default:
|
|
670
670
|
- 62500
|
|
671
|
+
intl.accept_languages:
|
|
672
|
+
review_on_close:
|
|
673
|
+
- 1760013
|
|
674
|
+
variants:
|
|
675
|
+
default:
|
|
676
|
+
- en-US, en
|
|
671
677
|
javascript.options.baselinejit.threshold:
|
|
672
678
|
variants:
|
|
673
679
|
default:
|
|
@@ -1125,6 +1131,10 @@ pref:
|
|
|
1125
1131
|
variants:
|
|
1126
1132
|
default:
|
|
1127
1133
|
- true
|
|
1134
|
+
webgl.force-enabled:
|
|
1135
|
+
variants:
|
|
1136
|
+
default:
|
|
1137
|
+
- true
|
|
1128
1138
|
# Needed to prevent spamming of the webgl-xpcshell fuzzing target
|
|
1129
1139
|
webgl.max-warnings-per-context:
|
|
1130
1140
|
variants:
|
|
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
|