mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 04:39:31 +00:00
![mscott%netscape.com](/assets/img/avatar_default.png)
Add notion of CanHandleContent. This is supposed to be a light weight method for the implementor such that the uri loader can ask right off the top if the listener can handle a particular content type. If it can, then later on, the uir loader may call DoContent to actually handle it.