Go to the source code of this file.
Functions | |
Components utils | import ("resource://gre/modules/XPCOMUtils.jsm") |
function | Metrics () |
Variables | |
const | SONGBIRD_METRICS_CONTRACTID = "@songbirdnest.com/Songbird/Metrics;1" |
const | SONGBIRD_METRICS_CLASSNAME = "Songbird Metrics Service Interface" |
const | SONGBIRD_METRICS_CID = Components.ID("{1066527d-b135-4e0c-9ea4-f6109ae97d02}") |
const | SONGBIRD_METRICS_IID = Components.interfaces.sbIMetrics |
const | SONGBIRD_METRICS_GA_PROPERTYKEY = "app.metrics.ga.property" |
const | SONGBIRD_METRICS_GA_PROPERTYDEF = "UA-114360-23" |
const | SONGBIRD_UPLOAD_METRICS_EVERY_NDAYS = 1 |
Components utils import | ( | "resource://gre/modules/XPCOMUtils.jsm" | ) |
BEGIN SONGBIRD GPL
This file is part of the Songbird web player.
Copyright(c) 2005-2008 POTI, Inc. http://songbirdnest.com
This file may be licensed under the terms of of the GNU General Public License Version 2 (the "GPL").
Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the GPL for the specific language governing rights and limitations.
You should have received a copy of the GPL along with this program. If not, go to http://www.gnu.org/licenses/gpl.html or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
END SONGBIRD GPL
function Metrics | ( | ) |
Definition at line 38 of file sbMetrics.js.
const SONGBIRD_METRICS_CID = Components.ID("{1066527d-b135-4e0c-9ea4-f6109ae97d02}") |
Definition at line 30 of file sbMetrics.js.
Definition at line 29 of file sbMetrics.js.
const SONGBIRD_METRICS_CONTRACTID = "@songbirdnest.com/Songbird/Metrics;1" |
Definition at line 28 of file sbMetrics.js.
const SONGBIRD_METRICS_GA_PROPERTYDEF = "UA-114360-23" |
Definition at line 34 of file sbMetrics.js.
const SONGBIRD_METRICS_GA_PROPERTYKEY = "app.metrics.ga.property" |
Definition at line 33 of file sbMetrics.js.
const SONGBIRD_METRICS_IID = Components.interfaces.sbIMetrics |
Definition at line 31 of file sbMetrics.js.
const SONGBIRD_UPLOAD_METRICS_EVERY_NDAYS = 1 |
Definition at line 36 of file sbMetrics.js.