GNOME Bugzilla – Bug 695793
[WK2] Save as web application fires favicon.ico download visible in the downloads bar
Last modified: 2013-03-13 20:09:16 UTC
The download should not be visible in the UI, since it's internal to the web app creation process. We used to get this right!
OK, I fixed this in f890beb4d225a92f6abe6d06b43949c7b81b8534. The issue was that the WK2 always creates a UI item for every webkit download, so for now I just applied a somewhat hacky workaround. I think the cleaner fix would be to create an EphyDownload manually and set up things correctly, but it's not very urgent.