1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 15:24:10 +01:00

Mention removal of the chrome-data: protocol in BREAKING_CHANGES.

This commit is contained in:
Kris Maglione
2011-08-21 01:39:01 -04:00
parent 1607affa58
commit 4044b9f4b2
4 changed files with 13 additions and 13 deletions

View File

@@ -87,6 +87,7 @@ var Services = Module("Services", {
this.addClass("StringStream", "@mozilla.org/io/string-input-stream;1", "nsIStringInputStream", "data");
this.addClass("Transfer", "@mozilla.org/transfer;1", "nsITransfer", "init");
this.addClass("Timer", "@mozilla.org/timer;1", "nsITimer", "initWithCallback");
this.addClass("URL", "@mozilla.org/network/standard-url;1", ["nsIStandardURL", "nsIURL"], "init");
this.addClass("Xmlhttp", "@mozilla.org/xmlextras/xmlhttprequest;1", "nsIXMLHttpRequest");
this.addClass("XPathEvaluator", "@mozilla.org/dom/xpath-evaluator;1", "nsIDOMXPathEvaluator");
this.addClass("XMLDocument", "@mozilla.org/xml/xml-document;1", ["nsIDOMXMLDocument", "nsIDOMNodeSelector"]);