mozilla / nightlytt

Nightly Tester Tools
https://wiki.mozilla.org/Auto-tools/Automation_Development/Projects/Addons/NightlyTesterTools
Other
61 stars 37 forks source link

The "newChannel" functions have been deprecated in favor of their new versions (ending with 2) #227

Closed whimboo closed 7 years ago

whimboo commented 7 years ago

From AMO when uploading the new release:

Warning: The "newChannel" functions have been deprecated in favor of their new versions (ending with 2). See https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIIOService for more information.

components/aboutNightly.js let ios = Cc["@mozilla.org/network/io-service;1"].getService(Ci.nsIIOService); let channel = ios.newChannel("chrome://nightly/content/aboutNightly/aboutNightly.xhtml", null, null);

whimboo commented 7 years ago

This code is gone with the rewrite.