Category:Example code: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (added link to info about nsIURIContentListener)
Line 24: Line 24:
*[[nsIWindowMediator]] - enumerating existing windows.
*[[nsIWindowMediator]] - enumerating existing windows.
*[[Prompt service]] (priviledged version of alert(), confirm(), prompt() plus their extended versions): [http://ihoss.not-a-blog.com/prompt.php some examples], [http://forums.mozillazine.org/viewtopic.php?t=236678 forum thread].
*[[Prompt service]] (priviledged version of alert(), confirm(), prompt() plus their extended versions): [http://ihoss.not-a-blog.com/prompt.php some examples], [http://forums.mozillazine.org/viewtopic.php?t=236678 forum thread].
*Working with protocol handlers:
*Working with protocols:
**[[Dev : Extending the Chrome Protocol]]
**[[Dev : Extending the Chrome Protocol]]
**[http://www.nexgenmedia.net/docs/protocol/ Adding a New Protocol to Mozilla] by Doron Rosenberg.
**[http://www.nexgenmedia.net/docs/protocol/ Adding a New Protocol to Mozilla] by Doron Rosenberg.
**[http://forums.mozillazine.org/viewtopic.php?p=2090958 Using nsIURIContentListener to listen for specific MIME types], e.g., application/x-bittorrent
*[[Implementing XPCOM components in JavaScript]]
*[[Implementing XPCOM components in JavaScript]]



Revision as of 17:45, 15 February 2006

Up to Development

Articles in this category demonstrate the code to do certain things in Mozilla-based products (at this moment, mostly for use in extensions).

XUL

JavaScript

Commonly used techniques

XPCOM

<tabbrowser> related

XML Technologies in Mozilla

Other

Techniques


The alphabetical list of all articles and subcategories in this category follows.