prefpicker 2.7.1__py3-none-any.whl → 2.9.1__py3-none-any.whl
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/templates/browser-fuzzing.yml +8 -4
- prefpicker/templates/schema.json +19 -6
- {prefpicker-2.7.1.dist-info → prefpicker-2.9.1.dist-info}/METADATA +2 -2
- {prefpicker-2.7.1.dist-info → prefpicker-2.9.1.dist-info}/RECORD +8 -8
- {prefpicker-2.7.1.dist-info → prefpicker-2.9.1.dist-info}/WHEEL +1 -1
- {prefpicker-2.7.1.dist-info → prefpicker-2.9.1.dist-info}/entry_points.txt +0 -0
- {prefpicker-2.7.1.dist-info → prefpicker-2.9.1.dist-info}/licenses/LICENSE +0 -0
- {prefpicker-2.7.1.dist-info → prefpicker-2.9.1.dist-info}/top_level.txt +0 -0
|
@@ -360,6 +360,12 @@ pref:
|
|
|
360
360
|
variants:
|
|
361
361
|
default:
|
|
362
362
|
- 0
|
|
363
|
+
dom.navigation.webidl.enabled:
|
|
364
|
+
review_on_close:
|
|
365
|
+
- 1777171
|
|
366
|
+
variants:
|
|
367
|
+
default:
|
|
368
|
+
- false
|
|
363
369
|
dom.paintWorklet.enabled:
|
|
364
370
|
review_on_close:
|
|
365
371
|
- 1685228
|
|
@@ -432,10 +438,6 @@ pref:
|
|
|
432
438
|
variants:
|
|
433
439
|
default:
|
|
434
440
|
- true
|
|
435
|
-
dom.visualviewport.enabled:
|
|
436
|
-
variants:
|
|
437
|
-
default:
|
|
438
|
-
- true
|
|
439
441
|
dom.vr.enabled:
|
|
440
442
|
variants:
|
|
441
443
|
default:
|
|
@@ -590,11 +592,13 @@ pref:
|
|
|
590
592
|
default:
|
|
591
593
|
- null
|
|
592
594
|
- true
|
|
595
|
+
# tnikkel: 50/50 between 1 and 2 (2 is what we ship)
|
|
593
596
|
# 0=off, 1=full, 2=tagged images only
|
|
594
597
|
gfx.color_management.mode:
|
|
595
598
|
variants:
|
|
596
599
|
default:
|
|
597
600
|
- 1
|
|
601
|
+
- 2
|
|
598
602
|
gfx.downloadable_fonts.disable_cache:
|
|
599
603
|
variants:
|
|
600
604
|
default:
|
prefpicker/templates/schema.json
CHANGED
|
@@ -6,26 +6,39 @@
|
|
|
6
6
|
"properties": {
|
|
7
7
|
"pref": {
|
|
8
8
|
"type": "object",
|
|
9
|
+
"additionalProperties": false,
|
|
9
10
|
"patternProperties": {
|
|
10
|
-
"
|
|
11
|
+
"^.+$": {
|
|
11
12
|
"additionalProperties": false,
|
|
12
13
|
"type": "object",
|
|
13
14
|
"properties": {
|
|
14
15
|
"variants": {
|
|
15
16
|
"type": "object",
|
|
17
|
+
"additionalProperties": false,
|
|
16
18
|
"patternProperties": {
|
|
17
|
-
"
|
|
18
|
-
"type": "array"
|
|
19
|
+
"^.+$": {
|
|
20
|
+
"type": "array",
|
|
21
|
+
"minItems": 1,
|
|
22
|
+
"items": {
|
|
23
|
+
"type": ["boolean", "integer", "null", "string"]
|
|
24
|
+
}
|
|
19
25
|
}
|
|
20
|
-
}
|
|
26
|
+
},
|
|
27
|
+
"required": [
|
|
28
|
+
"default"
|
|
29
|
+
]
|
|
21
30
|
},
|
|
22
31
|
"review_on_close": {
|
|
23
32
|
"type": "array",
|
|
33
|
+
"minItems": 1,
|
|
24
34
|
"items": {
|
|
25
|
-
"type": "
|
|
35
|
+
"type": "integer"
|
|
26
36
|
}
|
|
27
37
|
}
|
|
28
|
-
}
|
|
38
|
+
},
|
|
39
|
+
"required": [
|
|
40
|
+
"variants"
|
|
41
|
+
]
|
|
29
42
|
}
|
|
30
43
|
}
|
|
31
44
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: prefpicker
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.9.1
|
|
4
4
|
Summary: PrefPicker - Manage & generate prefs.js files
|
|
5
5
|
Home-page: https://github.com/MozillaSecurity/prefpicker
|
|
6
6
|
Author: Tyson Smith
|
|
@@ -23,7 +23,7 @@ Dynamic: license-file
|
|
|
23
23
|
|
|
24
24
|
PrefPicker
|
|
25
25
|
==========
|
|
26
|
-
[](https://github.com/MozillaSecurity/prefpicker/actions/workflows/ci.yml)
|
|
27
27
|
[](https://codecov.io/gh/MozillaSecurity/prefpicker)
|
|
28
28
|
[](https://matrix.to/#/#fuzzing:mozilla.org)
|
|
29
29
|
[](https://pypi.org/project/prefpicker)
|
|
@@ -6,11 +6,11 @@ prefpicker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
6
6
|
prefpicker/test_main.py,sha256=6K4eKDvXwy7ogdj-tOKIfjCJjr0CnQwfFyobjpj4hgk,2644
|
|
7
7
|
prefpicker/test_prefpicker.py,sha256=ag16_Stw_dsMYyPIsg-TU_TFHHLOirO1aSiBd633oO0,9265
|
|
8
8
|
prefpicker/test_templates.py,sha256=jlu3QTWzn1iE_7ljQs3byBAvUaGjeFZPNuBySSvSUoM,1496
|
|
9
|
-
prefpicker/templates/browser-fuzzing.yml,sha256=
|
|
10
|
-
prefpicker/templates/schema.json,sha256=
|
|
11
|
-
prefpicker-2.
|
|
12
|
-
prefpicker-2.
|
|
13
|
-
prefpicker-2.
|
|
14
|
-
prefpicker-2.
|
|
15
|
-
prefpicker-2.
|
|
16
|
-
prefpicker-2.
|
|
9
|
+
prefpicker/templates/browser-fuzzing.yml,sha256=vq9t-3Jw_X4hnS0DuT4u46Q0M6ZbloT0AD-xAtAfNeY,23039
|
|
10
|
+
prefpicker/templates/schema.json,sha256=D14picYNGMXV0WObBxeZFb7l_U_OJkZIi29Rv25M2nA,1293
|
|
11
|
+
prefpicker-2.9.1.dist-info/licenses/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
|
|
12
|
+
prefpicker-2.9.1.dist-info/METADATA,sha256=P_MY9K75IZSJti60DdZ8cF7eO1Dcu8XnyzQXIgkCots,4947
|
|
13
|
+
prefpicker-2.9.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
14
|
+
prefpicker-2.9.1.dist-info/entry_points.txt,sha256=og57vebqGVtgg_OZGO39WUb13H8wMzcnNBh4h-t26K0,52
|
|
15
|
+
prefpicker-2.9.1.dist-info/top_level.txt,sha256=H-QqR-VZXNwG4ya7wnqx5NA-yua6D9uQuBquP2zCRbc,11
|
|
16
|
+
prefpicker-2.9.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|