Backed out 5 changesets (bug 1552815) for causing bp-nu bustages in nsFaviconService.cpp.

Backed out changeset 08a2ac7a9834 (bug 1552815)
Backed out changeset bb9854e6ffe7 (bug 1552815)
Backed out changeset 4e06ccb2599e (bug 1552815)
Backed out changeset d28dd2aec9f4 (bug 1552815)
Backed out changeset 392389a8d495 (bug 1552815)
This commit is contained in:
Stanca Serban
2024-04-24 03:03:10 +03:00
parent 10fce13236
commit b0b915869e
41 changed files with 1690 additions and 929 deletions

View File

@@ -98,7 +98,7 @@ Bookmarks.prototype = {
let rows = await MigrationUtils.getRowsFromDBWithoutLocks(
dbPath,
"Safari favicons",
`SELECT I.uuid, I.url AS favicon_url, P.url
`SELECT I.uuid, I.url AS favicon_url, P.url
FROM icon_info I
INNER JOIN page_url P ON I.uuid = P.uuid;`
);
@@ -253,7 +253,7 @@ Bookmarks.prototype = {
parentGuid
);
MigrationUtils.insertManyFavicons(favicons).catch(console.error);
MigrationUtils.insertManyFavicons(favicons);
},
/**