prefpicker 2.1.0__tar.gz → 2.1.2__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.1.0 → prefpicker-2.1.2}/PKG-INFO +1 -1
- {prefpicker-2.1.0 → prefpicker-2.1.2}/src/prefpicker/templates/browser-fuzzing.yml +4 -8
- {prefpicker-2.1.0 → prefpicker-2.1.2}/src/prefpicker.egg-info/PKG-INFO +1 -1
- {prefpicker-2.1.0 → prefpicker-2.1.2}/.codecov.yml +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/.github/CODEOWNERS +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/.github/workflows/prefmonitor.yml +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/.gitignore +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/.pre-commit-config.yaml +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/.taskcluster.yml +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/CODE_OF_CONDUCT.md +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/LICENSE +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/MANIFEST.in +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/README.md +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/pyproject.toml +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/setup.cfg +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/src/prefpicker/__init__.py +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/src/prefpicker/__main__.py +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/src/prefpicker/main.py +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/src/prefpicker/prefpicker.py +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/src/prefpicker/py.typed +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/src/prefpicker/templates/schema.json +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/src/prefpicker/test_main.py +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/src/prefpicker/test_prefpicker.py +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/src/prefpicker/test_templates.py +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/src/prefpicker.egg-info/SOURCES.txt +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/src/prefpicker.egg-info/dependency_links.txt +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/src/prefpicker.egg-info/entry_points.txt +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/src/prefpicker.egg-info/not-zip-safe +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/src/prefpicker.egg-info/requires.txt +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/src/prefpicker.egg-info/top_level.txt +0 -0
- {prefpicker-2.1.0 → prefpicker-2.1.2}/tox.ini +0 -0
|
@@ -30,6 +30,10 @@ pref:
|
|
|
30
30
|
variants:
|
|
31
31
|
default:
|
|
32
32
|
- false
|
|
33
|
+
app.update.service.enabled:
|
|
34
|
+
variants:
|
|
35
|
+
default:
|
|
36
|
+
- false
|
|
33
37
|
app.update.staging.enabled:
|
|
34
38
|
variants:
|
|
35
39
|
default:
|
|
@@ -262,10 +266,6 @@ pref:
|
|
|
262
266
|
variants:
|
|
263
267
|
default:
|
|
264
268
|
- true
|
|
265
|
-
dom.caches.testing.enabled:
|
|
266
|
-
variants:
|
|
267
|
-
default:
|
|
268
|
-
- true
|
|
269
269
|
dom.css_pseudo_element.enabled:
|
|
270
270
|
variants:
|
|
271
271
|
default:
|
|
@@ -407,10 +407,6 @@ pref:
|
|
|
407
407
|
variants:
|
|
408
408
|
default:
|
|
409
409
|
- true
|
|
410
|
-
dom.serviceWorkers.testing.enabled:
|
|
411
|
-
variants:
|
|
412
|
-
default:
|
|
413
|
-
- true
|
|
414
410
|
dom.storageManager.prompt.testing:
|
|
415
411
|
variants:
|
|
416
412
|
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
|