Bug 1894633: Remove unused telemetry about favicon size r=mak

Depends on D211695

Differential Revision: https://phabricator.services.mozilla.com/D218511
This commit is contained in:
Daisuke Akatsuka
2024-10-04 07:16:23 +00:00
parent 883209d6bd
commit ec9c48daeb
2 changed files with 0 additions and 77 deletions

View File

@@ -5904,69 +5904,6 @@
"n_buckets": 10,
"description": "PLACES: Time to convert and write bookmarks.html"
},
"PLACES_FAVICON_ICO_SIZES": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec"],
"expires_in_version": "never",
"kind": "exponential",
"high": 524288,
"n_buckets": 100,
"description": "PLACES: Size of the ICO favicon files loaded from the web (Bytes)"
},
"PLACES_FAVICON_PNG_SIZES": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec"],
"expires_in_version": "never",
"kind": "exponential",
"high": 524288,
"n_buckets": 100,
"description": "PLACES: Size of the PNG favicon files loaded from the web (Bytes)"
},
"PLACES_FAVICON_GIF_SIZES": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec"],
"expires_in_version": "never",
"kind": "exponential",
"high": 524288,
"n_buckets": 100,
"description": "PLACES: Size of the GIF favicon files loaded from the web (Bytes)"
},
"PLACES_FAVICON_JPEG_SIZES": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec"],
"expires_in_version": "never",
"kind": "exponential",
"high": 524288,
"n_buckets": 100,
"description": "PLACES: Size of the JPEG favicon files loaded from the web (Bytes)"
},
"PLACES_FAVICON_BMP_SIZES": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec"],
"expires_in_version": "never",
"kind": "exponential",
"high": 524288,
"n_buckets": 100,
"description": "PLACES: Size of the BMP favicon files loaded from the web (Bytes)"
},
"PLACES_FAVICON_SVG_SIZES": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec"],
"expires_in_version": "never",
"kind": "exponential",
"high": 524288,
"n_buckets": 100,
"description": "PLACES: Size of the SVG favicon files loaded from the web (Bytes)"
},
"PLACES_FAVICON_OTHER_SIZES": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec"],
"expires_in_version": "never",
"kind": "exponential",
"high": 524288,
"n_buckets": 100,
"description": "PLACES: Size of favicon files without a specific file type probe, loaded from the web (Bytes)"
},
"LINK_ICON_SIZES_ATTR_USAGE": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec"],

View File

@@ -111,13 +111,6 @@
"PLACES_BOOKMARKS_COUNT",
"PLACES_EXPIRATION_STEPS_TO_CLEAN2",
"PLACES_EXPORT_TOHTML_MS",
"PLACES_FAVICON_BMP_SIZES",
"PLACES_FAVICON_GIF_SIZES",
"PLACES_FAVICON_ICO_SIZES",
"PLACES_FAVICON_JPEG_SIZES",
"PLACES_FAVICON_OTHER_SIZES",
"PLACES_FAVICON_PNG_SIZES",
"PLACES_FAVICON_SVG_SIZES",
"PLACES_HISTORY_LIBRARY_SEARCH_TIME_MS",
"PLACES_IDLE_FRECENCY_DECAY_TIME_MS",
"PLACES_IDLE_MAINTENANCE_TIME_MS",
@@ -367,13 +360,6 @@
"PLACES_BOOKMARKS_COUNT",
"PLACES_EXPIRATION_STEPS_TO_CLEAN2",
"PLACES_EXPORT_TOHTML_MS",
"PLACES_FAVICON_BMP_SIZES",
"PLACES_FAVICON_GIF_SIZES",
"PLACES_FAVICON_ICO_SIZES",
"PLACES_FAVICON_JPEG_SIZES",
"PLACES_FAVICON_OTHER_SIZES",
"PLACES_FAVICON_PNG_SIZES",
"PLACES_FAVICON_SVG_SIZES",
"PLACES_HISTORY_LIBRARY_SEARCH_TIME_MS",
"PLACES_IDLE_FRECENCY_DECAY_TIME_MS",
"PLACES_IDLE_MAINTENANCE_TIME_MS",