Brent Simmons
|
81d8532e2c
|
Add a cache to HTMLMetadataDownloader; do all parsing off the main thread, for better UI performance. Also: make FaviconURLFinder use HTMLMetadataDownloader, as it should have in the first place.
|
2017-12-18 10:20:28 -08:00 |
Brent Simmons
|
db1db7b701
|
Cache parsed metadata when finding a home page’s favicon URL. Also: do the parsing in the background, for performance reasons.
|
2017-12-13 19:46:03 -08:00 |
Brent Simmons
|
8425e9033b
|
Fix bug getting Dr. Drang’s favicon.
|
2017-11-25 13:46:48 -08:00 |
Brent Simmons
|
b4ff1785ab
|
Switch from download to downloadUsingCache where appropriate.
|
2017-11-23 10:29:00 -08:00 |
Brent Simmons
|
91895d4066
|
Create FaviconURLFinder, which pulls the favicon URL from the metadata of a web page.
|
2017-11-20 13:16:06 -08:00 |