Go to the source code of this file.
Components utils import |
( |
"resource://gre/modules/XPCOMUtils.jsm" |
| ) |
|
function sbAboutCredits |
( |
| ) |
|
const Cc = Components.classes |
const CID = "B6C04B7A-C640-4314-8093-C52370D05ECF" |
const CONTRACTID = "@mozilla.org/network/protocol/about;1?what=credits" |
const Cr = Components.results |
const DESCRIPTION = "sbAboutCredits" |
Initial value:= {
newChannel:
function(
uri) {
var
ioService =
Cc[
"@mozilla.org/network/io-service;1"]
.getService(
Ci.nsIIOService);
var childURI =
ioService.newURI("chrome://songbird/content/html/aboutCredits.xhtml",
var channel = ioService.newChannelFromURI(childURI);
channel.originalURI =
uri;
return channel;
},
getURIFlags:
function(
uri) {
return Ci.nsIAboutModule.ALLOW_SCRIPT;
},
}
function sbAboutCredits()
sbDeviceFirmwareAutoCheckForUpdate prototype contractID
sbOSDControlService prototype QueryInterface
sbDeviceFirmwareAutoCheckForUpdate prototype classDescription
sbDeviceFirmwareAutoCheckForUpdate prototype classID
Definition at line 39 of file sbAboutCredits.js.