prefpicker 1.14.0__tar.gz → 1.16.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-1.14.0 → prefpicker-1.16.0}/PKG-INFO +1 -1
- {prefpicker-1.14.0 → prefpicker-1.16.0}/src/prefpicker/templates/browser-fuzzing.yml +21 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/src/prefpicker.egg-info/PKG-INFO +1 -1
- {prefpicker-1.14.0 → prefpicker-1.16.0}/.codecov.yml +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/.github/workflows/prefmonitor.yml +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/.gitignore +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/.pre-commit-config.yaml +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/.taskcluster.yml +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/CODE_OF_CONDUCT.md +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/LICENSE +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/MANIFEST.in +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/README.md +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/pyproject.toml +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/setup.cfg +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/setup.py +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/src/prefpicker/__init__.py +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/src/prefpicker/__main__.py +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/src/prefpicker/main.py +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/src/prefpicker/prefpicker.py +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/src/prefpicker/templates/schema.json +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/src/prefpicker/test_main.py +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/src/prefpicker/test_prefpicker.py +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/src/prefpicker/test_templates.py +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/src/prefpicker.egg-info/SOURCES.txt +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/src/prefpicker.egg-info/dependency_links.txt +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/src/prefpicker.egg-info/entry_points.txt +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/src/prefpicker.egg-info/not-zip-safe +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/src/prefpicker.egg-info/requires.txt +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/src/prefpicker.egg-info/top_level.txt +0 -0
- {prefpicker-1.14.0 → prefpicker-1.16.0}/tox.ini +0 -0
|
@@ -619,6 +619,10 @@ pref:
|
|
|
619
619
|
variants:
|
|
620
620
|
default:
|
|
621
621
|
- 0
|
|
622
|
+
image.mem.max_legal_imgframe_size_kb:
|
|
623
|
+
variants:
|
|
624
|
+
default:
|
|
625
|
+
- 62500
|
|
622
626
|
image.multithreaded_decoding.limit:
|
|
623
627
|
variants:
|
|
624
628
|
default:
|
|
@@ -647,6 +651,22 @@ pref:
|
|
|
647
651
|
- null
|
|
648
652
|
jit:
|
|
649
653
|
- 10
|
|
654
|
+
javascript.options.mem.gc_parallel_marking:
|
|
655
|
+
review_on_close:
|
|
656
|
+
- 1795640
|
|
657
|
+
variants:
|
|
658
|
+
default:
|
|
659
|
+
- null
|
|
660
|
+
gc-parallel:
|
|
661
|
+
- true
|
|
662
|
+
javascript.options.mem.gc_parallel_marking_threshold_mb:
|
|
663
|
+
review_on_close:
|
|
664
|
+
- 1795640
|
|
665
|
+
variants:
|
|
666
|
+
default:
|
|
667
|
+
- null
|
|
668
|
+
gc-parallel:
|
|
669
|
+
- 0
|
|
650
670
|
layers.acceleration.force-enabled:
|
|
651
671
|
variants:
|
|
652
672
|
default:
|
|
@@ -979,6 +999,7 @@ pref:
|
|
|
979
999
|
- false
|
|
980
1000
|
variant:
|
|
981
1001
|
- a11y
|
|
1002
|
+
- gc-parallel
|
|
982
1003
|
- jit
|
|
983
1004
|
- no-e10s
|
|
984
1005
|
- no-fission
|
|
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
|