mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 830202: Track slow SQL strings from Firefox Health Report. r=taras
This commit is contained in:
parent
f757179f83
commit
bc89f01591
@ -859,10 +859,10 @@ mLastShutdownTime(0)
|
|||||||
{
|
{
|
||||||
// A whitelist to prevent Telemetry reporting on Addon & Thunderbird DBs
|
// A whitelist to prevent Telemetry reporting on Addon & Thunderbird DBs
|
||||||
const char *trackedDBs[] = {
|
const char *trackedDBs[] = {
|
||||||
"addons.sqlite", "content-prefs.sqlite",
|
"addons.sqlite", "content-prefs.sqlite", "cookies.sqlite",
|
||||||
"cookies.sqlite", "downloads.sqlite", "extensions.sqlite",
|
"downloads.sqlite", "extensions.sqlite", "formhistory.sqlite",
|
||||||
"formhistory.sqlite", "index.sqlite", "permissions.sqlite", "places.sqlite",
|
"index.sqlite", "healthreport.sqlite", "permissions.sqlite",
|
||||||
"search.sqlite", "signons.sqlite", "urlclassifier3.sqlite",
|
"places.sqlite", "search.sqlite", "signons.sqlite", "urlclassifier3.sqlite",
|
||||||
"webappsstore.sqlite"
|
"webappsstore.sqlite"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user