mozilla / tofino

Project Tofino is a browser interaction experiment.
https://mozilla.github.io/tofino
Apache License 2.0
647 stars 68 forks source link

Autocompletions list should include favicons, at least for already visited pages #1488

Open victorporof opened 7 years ago

jsantell commented 7 years ago

All favicons are just referenced in memory in the page state, and we don't save these to disk, either the URL or the image itself. Probably need to handle that scenario first