prefpicker 2.12.0__tar.gz → 2.13.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-2.12.0 → prefpicker-2.13.1}/.github/workflows/ci.yml +2 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/PKG-INFO +1 -1
- {prefpicker-2.12.0 → prefpicker-2.13.1}/src/prefpicker/templates/browser-fuzzing.yml +6 -6
- {prefpicker-2.12.0 → prefpicker-2.13.1}/src/prefpicker.egg-info/PKG-INFO +1 -1
- {prefpicker-2.12.0 → prefpicker-2.13.1}/.github/CODEOWNERS +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/.github/workflows/prefmonitor.yml +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/.gitignore +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/.pre-commit-config.yaml +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/CODE_OF_CONDUCT.md +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/LICENSE +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/MANIFEST.in +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/README.md +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/pyproject.toml +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/setup.cfg +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/src/prefpicker/__init__.py +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/src/prefpicker/__main__.py +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/src/prefpicker/main.py +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/src/prefpicker/prefpicker.py +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/src/prefpicker/py.typed +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/src/prefpicker/templates/schema.json +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/src/prefpicker/test_main.py +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/src/prefpicker/test_prefpicker.py +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/src/prefpicker/test_templates.py +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/src/prefpicker.egg-info/SOURCES.txt +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/src/prefpicker.egg-info/dependency_links.txt +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/src/prefpicker.egg-info/entry_points.txt +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/src/prefpicker.egg-info/not-zip-safe +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/src/prefpicker.egg-info/requires.txt +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/src/prefpicker.egg-info/top_level.txt +0 -0
- {prefpicker-2.12.0 → prefpicker-2.13.1}/tox.ini +0 -0
|
@@ -284,12 +284,6 @@ pref:
|
|
|
284
284
|
variants:
|
|
285
285
|
default:
|
|
286
286
|
- false
|
|
287
|
-
dom.element.popover.enabled:
|
|
288
|
-
review_on_close:
|
|
289
|
-
- 1808823
|
|
290
|
-
variants:
|
|
291
|
-
default:
|
|
292
|
-
- true
|
|
293
287
|
dom.experimental_forms:
|
|
294
288
|
variants:
|
|
295
289
|
default:
|
|
@@ -668,6 +662,12 @@ pref:
|
|
|
668
662
|
variants:
|
|
669
663
|
default:
|
|
670
664
|
- 62500
|
|
665
|
+
intl.accept_languages:
|
|
666
|
+
review_on_close:
|
|
667
|
+
- 1760013
|
|
668
|
+
variants:
|
|
669
|
+
default:
|
|
670
|
+
- en-US, en
|
|
671
671
|
javascript.options.baselinejit.threshold:
|
|
672
672
|
variants:
|
|
673
673
|
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
|