» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with xpcom + HOWTO

How do I retrieve and modify Mozilla preferences?

var homepage; if (prefs.getPrefType("browser.startup.homepage") == prefs.PREF_STRING){ homepage = prefs.getCharPref("browser.startup.homepage");

Firefox: del.icio.us/tag/firefox

Cookie Monster for XMLHttpRequest

The goal is to implement a small JavaScript class, the "Cookie Monster", which can remove cookies from XMLHttpRequests in Mozilla Firefox

Firefox: del.icio.us/tag/firefox

Cookie Monster for XMLHttpRequest

The goal is to implement a small JavaScript class, the "Cookie Monster", which can remove cookies from XMLHttpRequests in Mozilla Firefox

XUL: del.icio.us/tag/XUL

Mark Finkle’s Weblog » Mozilla Platform - Basic Desktop Application

Markさんのブログ内でのXULRunnerベースのデスクトップアプリ構築目次

XUL: del.icio.us/tag/XUL

How to Build an XPCOM Component in Javascript - MDC

This is a "Hello World" tutorial for creating an XPCOM component in JavaScript

Firefox: del.icio.us/tag/firefox