prefpicker 2.9.1__tar.gz → 2.10.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.9.1 → prefpicker-2.10.0}/PKG-INFO +1 -1
- {prefpicker-2.9.1 → prefpicker-2.10.0}/src/prefpicker/templates/browser-fuzzing.yml +12 -8
- {prefpicker-2.9.1 → prefpicker-2.10.0}/src/prefpicker.egg-info/PKG-INFO +1 -1
- {prefpicker-2.9.1 → prefpicker-2.10.0}/.github/CODEOWNERS +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/.github/workflows/ci.yml +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/.github/workflows/prefmonitor.yml +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/.gitignore +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/.pre-commit-config.yaml +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/CODE_OF_CONDUCT.md +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/LICENSE +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/MANIFEST.in +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/README.md +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/pyproject.toml +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/setup.cfg +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/src/prefpicker/__init__.py +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/src/prefpicker/__main__.py +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/src/prefpicker/main.py +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/src/prefpicker/prefpicker.py +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/src/prefpicker/py.typed +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/src/prefpicker/templates/schema.json +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/src/prefpicker/test_main.py +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/src/prefpicker/test_prefpicker.py +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/src/prefpicker/test_templates.py +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/src/prefpicker.egg-info/SOURCES.txt +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/src/prefpicker.egg-info/dependency_links.txt +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/src/prefpicker.egg-info/entry_points.txt +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/src/prefpicker.egg-info/not-zip-safe +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/src/prefpicker.egg-info/requires.txt +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/src/prefpicker.egg-info/top_level.txt +0 -0
- {prefpicker-2.9.1 → prefpicker-2.10.0}/tox.ini +0 -0
|
@@ -851,6 +851,14 @@ pref:
|
|
|
851
851
|
variants:
|
|
852
852
|
default:
|
|
853
853
|
- false
|
|
854
|
+
media.cubeb.force_mock_context:
|
|
855
|
+
variants:
|
|
856
|
+
default:
|
|
857
|
+
- false
|
|
858
|
+
media.devices.enumerate.legacy.enabled:
|
|
859
|
+
variants:
|
|
860
|
+
default:
|
|
861
|
+
- true
|
|
854
862
|
media.eme.enabled:
|
|
855
863
|
variants:
|
|
856
864
|
default:
|
|
@@ -873,6 +881,10 @@ pref:
|
|
|
873
881
|
variants:
|
|
874
882
|
default:
|
|
875
883
|
- null
|
|
884
|
+
media.getusermedia.camera.fake.force:
|
|
885
|
+
variants:
|
|
886
|
+
default:
|
|
887
|
+
- true
|
|
876
888
|
media.gmp-manager.url.override:
|
|
877
889
|
variants:
|
|
878
890
|
default:
|
|
@@ -885,10 +897,6 @@ pref:
|
|
|
885
897
|
variants:
|
|
886
898
|
default:
|
|
887
899
|
- true
|
|
888
|
-
media.navigator.video.red_ulpfec_enabled:
|
|
889
|
-
variants:
|
|
890
|
-
default:
|
|
891
|
-
- true
|
|
892
900
|
# pref copied from domfuzz
|
|
893
901
|
media.peerconnection.default_iceservers:
|
|
894
902
|
variants:
|
|
@@ -904,10 +912,6 @@ pref:
|
|
|
904
912
|
default:
|
|
905
913
|
- true
|
|
906
914
|
- false
|
|
907
|
-
media.setsinkid.enabled:
|
|
908
|
-
variants:
|
|
909
|
-
default:
|
|
910
|
-
- true
|
|
911
915
|
# no plans to ship
|
|
912
916
|
media.track.enabled:
|
|
913
917
|
review_on_close:
|
|
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
|