prefpicker 1.22.2__tar.gz → 1.23.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.

Files changed (32) hide show
  1. {prefpicker-1.22.2 → prefpicker-1.23.0}/PKG-INFO +1 -1
  2. {prefpicker-1.22.2 → prefpicker-1.23.0}/src/prefpicker/templates/browser-fuzzing.yml +66 -0
  3. {prefpicker-1.22.2 → prefpicker-1.23.0}/src/prefpicker.egg-info/PKG-INFO +1 -1
  4. {prefpicker-1.22.2 → prefpicker-1.23.0}/.codecov.yml +0 -0
  5. {prefpicker-1.22.2 → prefpicker-1.23.0}/.github/CODEOWNERS +0 -0
  6. {prefpicker-1.22.2 → prefpicker-1.23.0}/.github/workflows/prefmonitor.yml +0 -0
  7. {prefpicker-1.22.2 → prefpicker-1.23.0}/.gitignore +0 -0
  8. {prefpicker-1.22.2 → prefpicker-1.23.0}/.pre-commit-config.yaml +0 -0
  9. {prefpicker-1.22.2 → prefpicker-1.23.0}/.taskcluster.yml +0 -0
  10. {prefpicker-1.22.2 → prefpicker-1.23.0}/CODE_OF_CONDUCT.md +0 -0
  11. {prefpicker-1.22.2 → prefpicker-1.23.0}/LICENSE +0 -0
  12. {prefpicker-1.22.2 → prefpicker-1.23.0}/MANIFEST.in +0 -0
  13. {prefpicker-1.22.2 → prefpicker-1.23.0}/README.md +0 -0
  14. {prefpicker-1.22.2 → prefpicker-1.23.0}/pyproject.toml +0 -0
  15. {prefpicker-1.22.2 → prefpicker-1.23.0}/setup.cfg +0 -0
  16. {prefpicker-1.22.2 → prefpicker-1.23.0}/setup.py +0 -0
  17. {prefpicker-1.22.2 → prefpicker-1.23.0}/src/prefpicker/__init__.py +0 -0
  18. {prefpicker-1.22.2 → prefpicker-1.23.0}/src/prefpicker/__main__.py +0 -0
  19. {prefpicker-1.22.2 → prefpicker-1.23.0}/src/prefpicker/main.py +0 -0
  20. {prefpicker-1.22.2 → prefpicker-1.23.0}/src/prefpicker/prefpicker.py +0 -0
  21. {prefpicker-1.22.2 → prefpicker-1.23.0}/src/prefpicker/py.typed +0 -0
  22. {prefpicker-1.22.2 → prefpicker-1.23.0}/src/prefpicker/templates/schema.json +0 -0
  23. {prefpicker-1.22.2 → prefpicker-1.23.0}/src/prefpicker/test_main.py +0 -0
  24. {prefpicker-1.22.2 → prefpicker-1.23.0}/src/prefpicker/test_prefpicker.py +0 -0
  25. {prefpicker-1.22.2 → prefpicker-1.23.0}/src/prefpicker/test_templates.py +0 -0
  26. {prefpicker-1.22.2 → prefpicker-1.23.0}/src/prefpicker.egg-info/SOURCES.txt +0 -0
  27. {prefpicker-1.22.2 → prefpicker-1.23.0}/src/prefpicker.egg-info/dependency_links.txt +0 -0
  28. {prefpicker-1.22.2 → prefpicker-1.23.0}/src/prefpicker.egg-info/entry_points.txt +0 -0
  29. {prefpicker-1.22.2 → prefpicker-1.23.0}/src/prefpicker.egg-info/not-zip-safe +0 -0
  30. {prefpicker-1.22.2 → prefpicker-1.23.0}/src/prefpicker.egg-info/requires.txt +0 -0
  31. {prefpicker-1.22.2 → prefpicker-1.23.0}/src/prefpicker.egg-info/top_level.txt +0 -0
  32. {prefpicker-1.22.2 → prefpicker-1.23.0}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: prefpicker
3
- Version: 1.22.2
3
+ Version: 1.23.0
4
4
  Summary: PrefPicker - Manage & generate prefs.js files
5
5
  Home-page: https://github.com/MozillaSecurity/prefpicker
6
6
  Author: Tyson Smith
@@ -115,6 +115,14 @@ pref:
115
115
  variants:
116
116
  default:
117
117
  - false
118
+ browser.safebrowsing.provider.google.updateURL:
119
+ variants:
120
+ default:
121
+ - ''
122
+ browser.safebrowsing.provider.mozilla.updateURL:
123
+ variants:
124
+ default:
125
+ - ''
118
126
  browser.search.geoip.url:
119
127
  variants:
120
128
  default:
@@ -178,6 +186,10 @@ pref:
178
186
  variants:
179
187
  default:
180
188
  - false
189
+ browser.topsites.contile.enabled:
190
+ variants:
191
+ default:
192
+ - false
181
193
  browser.warnOnQuit:
182
194
  variants:
183
195
  default:
@@ -652,24 +664,41 @@ pref:
652
664
  variants:
653
665
  default:
654
666
  - null
667
+ - 0
668
+ - 1
669
+ - 10
655
670
  jit:
656
671
  - 5
657
672
  javascript.options.blinterp.threshold:
658
673
  variants:
659
674
  default:
660
675
  - null
676
+ - 0
677
+ - 1
678
+ - 100
661
679
  jit:
662
680
  - 2
681
+ javascript.options.inlining_bytecode_max_length:
682
+ variants:
683
+ default:
684
+ - null
685
+ - 1000
663
686
  javascript.options.ion.offthread_compilation:
664
687
  variants:
665
688
  default:
666
689
  - null
690
+ - false
667
691
  jit:
668
692
  - false
669
693
  javascript.options.ion.threshold:
670
694
  variants:
671
695
  default:
672
696
  - null
697
+ - 0
698
+ - 1
699
+ - 10
700
+ - 100
701
+ - 1000
673
702
  jit:
674
703
  - 10
675
704
  javascript.options.mem.gc_parallel_marking:
@@ -688,6 +717,43 @@ pref:
688
717
  - null
689
718
  gc-parallel:
690
719
  - 0
720
+ # jonco: The most useful zeal mode to test with is 10 (IncrementalMultipleSlices) as
721
+ # that should exercise all of the GC ...
722
+ # the other supported modes from 1 - 25 could potentially catch something.
723
+ # NOTE: requires building with the '--enable-gczeal' flag
724
+ javascript.options.mem.gc_zeal.mode:
725
+ variants:
726
+ default:
727
+ - null
728
+ - 1
729
+ - 2
730
+ - 3
731
+ - 4
732
+ - 5
733
+ - 6
734
+ - 7
735
+ - 8
736
+ - 9
737
+ - 10
738
+ - 10
739
+ - 10
740
+ - 10
741
+ - 10
742
+ - 11
743
+ - 12
744
+ - 13
745
+ - 14
746
+ - 15
747
+ - 16
748
+ - 17
749
+ - 18
750
+ - 19
751
+ - 20
752
+ - 21
753
+ - 22
754
+ - 23
755
+ - 24
756
+ - 25
691
757
  layers.acceleration.force-enabled:
692
758
  variants:
693
759
  default:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: prefpicker
3
- Version: 1.22.2
3
+ Version: 1.23.0
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