Dev : Protocol Handlers: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
Line 9: Line 9:
==Protocol Handlers==  
==Protocol Handlers==  
* [http://lxr.mozilla.org/seamonkey/source/extensions/finger/ Mozilla.org - Finger Protocol Handler]
* [http://lxr.mozilla.org/seamonkey/source/extensions/finger/ Mozilla.org - Finger Protocol Handler]
* [[Dev : Extend Chrome | Extend the Chrome Protocol Handler]]
* [[Dev : Extending the Chrome Protocol | Extend the Chrome Protocol Handler]]

Revision as of 01:43, 16 April 2005

All URIs and URLs start with a specific scheme such as HTTP or FTP. Mozilla uses XPCOM components to implement protocol handlers for each type of scheme it supports. These components can be written in C/C++ or JavaScript.

Documentation

Protocol Handlers