sbAboutGStreamer.js File Reference

Go to the source code of this file.

Functions

Components utils import ("resource://gre/modules/XPCOMUtils.jsm")
 
function sbAboutGStreamer ()
 

Variables

const Cc = Components.classes
 
const Ci = Components.interfaces
 
const Cr = Components.results
 
const DESCRIPTION = "sbAboutGStreamer"
 
const CID = "ea82983c-4e22-43e0-8942-ae5f31d3671a"
 
const CONTRACTID = "@mozilla.org/network/protocol/about;1?what=gstreamer"
 
sbAboutGStreamer prototype
 

Function Documentation

Components utils import ( "resource://gre/modules/XPCOMUtils.jsm"  )
function sbAboutGStreamer ( )

Definition at line 37 of file sbAboutGStreamer.js.

Variable Documentation

const Cc = Components.classes

Definition at line 27 of file sbAboutGStreamer.js.

Definition at line 28 of file sbAboutGStreamer.js.

const CID = "ea82983c-4e22-43e0-8942-ae5f31d3671a"

Definition at line 32 of file sbAboutGStreamer.js.

const CONTRACTID = "@mozilla.org/network/protocol/about;1?what=gstreamer"

Definition at line 33 of file sbAboutGStreamer.js.

const Cr = Components.results

Definition at line 29 of file sbAboutGStreamer.js.

const DESCRIPTION = "sbAboutGStreamer"

Definition at line 31 of file sbAboutGStreamer.js.

sbAboutGStreamer prototype
Initial value:
= {
classID: Components.ID(CID),
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;
},
QueryInterface: XPCOMUtils.generateQI([Ci.nsIAboutModule])
}
var NSGetModule = XPCOMUtils.generateNSGetModule([sbAboutGStreamer])
sbDeviceFirmwareAutoCheckForUpdate prototype contractID
sbOSDControlService prototype QueryInterface
sbDeviceFirmwareAutoCheckForUpdate prototype classDescription
var ioService
const Ci
const CID
return null
Definition: FeedWriter.js:1143
var uri
Definition: FeedWriter.js:1135
const Cc
const DESCRIPTION
sbDeviceFirmwareAutoCheckForUpdate prototype classID
const CONTRACTID
function sbAboutGStreamer()

Definition at line 39 of file sbAboutGStreamer.js.