27 const Cc = Components.classes;
28 const Ci = Components.interfaces;
29 const Cr = Components.results;
32 const CID =
"B6C04B7A-C640-4314-8093-C52370D05ECF";
33 const CONTRACTID =
"@mozilla.org/network/protocol/about;1?what=credits";
35 Components.utils.import(
"resource://gre/modules/XPCOMUtils.jsm");
44 newChannel:
function(
uri) {
45 var
ioService =
Cc[
"@mozilla.org/network/io-service;1"]
46 .getService(
Ci.nsIIOService);
48 ioService.newURI(
"chrome://songbird/content/html/aboutCredits.xhtml",
50 var channel = ioService.newChannelFromURI(childURI);
51 channel.originalURI =
uri;
56 getURIFlags:
function(
uri) {
57 return Ci.nsIAboutModule.ALLOW_SCRIPT;
function sbAboutCredits()
sbDeviceFirmwareAutoCheckForUpdate prototype contractID
sbOSDControlService prototype QueryInterface
sbDeviceFirmwareAutoCheckForUpdate prototype classDescription
sbDeviceFirmwareAutoCheckForUpdate prototype classID