Track history favicon keys

This commit is contained in:
2026-05-08 05:58:05 -04:00
parent e62d64874f
commit a236e6a53b
5 changed files with 87 additions and 9 deletions
@@ -445,6 +445,7 @@ mod tests {
tab.id().clone(),
"example.com",
UrlText::parse("https://example.com/research")?,
None,
UNIX_EPOCH,
);
@@ -473,6 +474,7 @@ mod tests {
tab.id().clone(),
"example.com",
UrlText::parse("https://example.com/closed")?,
None,
UNIX_EPOCH,
);
let archived_tab = ArchivedTab::new(tab, ArchiveSource::ManualClose);