Libpr0n/Roadmap
From MozillaWiki
- Make it so that imgIRequest is not an nsIRequest -- images seem to be the only resource that we have special requests for. I can't think of any reason that this needs to be so.
- Try to move more of the caching back into Necko. We shouldn't have to maintain our own map from URI to cache entry (imgChacheTable). This should be the job of a lower level service.