mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1026256 - Add additional telemetry values for pdf.js. r=yury
This commit is contained in:
parent
4642df0c83
commit
2c0baa9c4b
@ -4658,6 +4658,17 @@
|
||||
"n_buckets": 20,
|
||||
"description": "The PDF document size (KB)"
|
||||
},
|
||||
"PDF_VIEWER_FONT_TYPES": {
|
||||
"expires_in_version": "never",
|
||||
"kind": "enumerated",
|
||||
"n_values": 19,
|
||||
"description": "The PDF document font types used"
|
||||
},
|
||||
"PDF_VIEWER_EMBED": {
|
||||
"expires_in_version": "never",
|
||||
"kind": "boolean",
|
||||
"description": "A PDF document was embedded: true using OBJECT/EMBED and false using IFRAME"
|
||||
},
|
||||
"PDF_VIEWER_FORM": {
|
||||
"expires_in_version": "never",
|
||||
"kind": "boolean",
|
||||
@ -4666,7 +4677,7 @@
|
||||
"PDF_VIEWER_STREAM_TYPES": {
|
||||
"expires_in_version": "never",
|
||||
"kind": "enumerated",
|
||||
"n_values": 9,
|
||||
"n_values": 19,
|
||||
"description": "The PDF document compression stream types used"
|
||||
},
|
||||
"PDF_VIEWER_TIME_TO_VIEW_MS": {
|
||||
|
Loading…
Reference in New Issue
Block a user