No description provided.
Bug 1870135 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
The logic behind connecting the Sanitizer and Sanitize Dialog to get data sizes can be simplified and made easier to read
The logic behind connecting the Sanitizer and Sanitize Dialog to get data sizes can be simplified and made easier to read. The data fetching code is currently inefficient since it has to loop through all sites and count data, instead of doing db fetching through the clearDataService. https://searchfox.org/mozilla-central/rev/8340afd1fb3e7b2727d2efb47df1bd3112db7213/browser/modules/SiteDataManager.sys.mjs#401