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.

Files changed (32) hide show
  1. {prefpicker-1.21.0 → prefpicker-1.22.1}/PKG-INFO +1 -1
  2. {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/templates/browser-fuzzing.yml +13 -0
  3. {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker.egg-info/PKG-INFO +1 -1
  4. {prefpicker-1.21.0 → prefpicker-1.22.1}/.codecov.yml +0 -0
  5. {prefpicker-1.21.0 → prefpicker-1.22.1}/.github/CODEOWNERS +0 -0
  6. {prefpicker-1.21.0 → prefpicker-1.22.1}/.github/workflows/prefmonitor.yml +0 -0
  7. {prefpicker-1.21.0 → prefpicker-1.22.1}/.gitignore +0 -0
  8. {prefpicker-1.21.0 → prefpicker-1.22.1}/.pre-commit-config.yaml +0 -0
  9. {prefpicker-1.21.0 → prefpicker-1.22.1}/.taskcluster.yml +0 -0
  10. {prefpicker-1.21.0 → prefpicker-1.22.1}/CODE_OF_CONDUCT.md +0 -0
  11. {prefpicker-1.21.0 → prefpicker-1.22.1}/LICENSE +0 -0
  12. {prefpicker-1.21.0 → prefpicker-1.22.1}/MANIFEST.in +0 -0
  13. {prefpicker-1.21.0 → prefpicker-1.22.1}/README.md +0 -0
  14. {prefpicker-1.21.0 → prefpicker-1.22.1}/pyproject.toml +0 -0
  15. {prefpicker-1.21.0 → prefpicker-1.22.1}/setup.cfg +0 -0
  16. {prefpicker-1.21.0 → prefpicker-1.22.1}/setup.py +0 -0
  17. {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/__init__.py +0 -0
  18. {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/__main__.py +0 -0
  19. {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/main.py +0 -0
  20. {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/prefpicker.py +0 -0
  21. {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/py.typed +0 -0
  22. {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/templates/schema.json +0 -0
  23. {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/test_main.py +0 -0
  24. {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/test_prefpicker.py +0 -0
  25. {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker/test_templates.py +0 -0
  26. {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker.egg-info/SOURCES.txt +0 -0
  27. {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker.egg-info/dependency_links.txt +0 -0
  28. {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker.egg-info/entry_points.txt +0 -0
  29. {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker.egg-info/not-zip-safe +0 -0
  30. {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker.egg-info/requires.txt +0 -0
  31. {prefpicker-1.21.0 → prefpicker-1.22.1}/src/prefpicker.egg-info/top_level.txt +0 -0
  32. {prefpicker-1.21.0 → prefpicker-1.22.1}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: prefpicker
3
- Version: 1.21.0
3
+ Version: 1.22.1
4
4
  Summary: PrefPicker - Manage & generate prefs.js files
5
5
  Home-page: https://github.com/MozillaSecurity/prefpicker
6
6
  Author: Tyson Smith
@@ -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:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: prefpicker
3
- Version: 1.21.0
3
+ Version: 1.22.1
4
4
  Summary: PrefPicker - Manage & generate prefs.js files
5
5
  Home-page: https://github.com/MozillaSecurity/prefpicker
6
6
  Author: Tyson Smith
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