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