utils.js File Reference

Go to the source code of this file.

Functions

function LOG (str)
 
 __defineGetter__ ("PlacesUtils", function(){delete this.PlacesUtils var tmpScope={};Components.utils.import("resource://gre/modules/utils.js", tmpScope);return this.PlacesUtils=tmpScope.PlacesUtils;})
 
function QI_node (aNode, aIID)
 
function asVisit (aNode)
 
function asFullVisit (aNode)
 
function asContainer (aNode)
 
function asQuery (aNode)
 

Variables

var Ci = Components.interfaces
 
var Cc = Components.classes
 
var Cr = Components.results
 
const LOAD_IN_SIDEBAR_ANNO = "bookmarkProperties/loadInSidebar"
 
const DESCRIPTION_ANNO = "bookmarkProperties/description"
 
const GUID_ANNO = "placesInternal/GUID"
 
const LMANNO_FEEDURI = "livemark/feedURI"
 
const LMANNO_SITEURI = "livemark/siteURI"
 
const ORGANIZER_FOLDER_ANNO = "PlacesOrganizer/OrganizerFolder"
 
const ORGANIZER_QUERY_ANNO = "PlacesOrganizer/OrganizerQuery"
 
const ORGANIZER_LEFTPANE_VERSION = 6
 
const EXCLUDE_FROM_BACKUP_ANNO = "places/excludeFromBackup"
 
const NEWLINE = "\r\n"
 
var PlacesUIUtils
 

Function Documentation

__defineGetter__ ( "Application"  ,
function(){delete Application;Application=Cc["@mozilla.org/fuel/application;1"].getService(Ci.fuelIApplication);return Application;}   
)

Construct a column spec parser and read the column specification immediately

Parameters
aMediaListThe media list to find columns to display for
aPlaylistthe playlist binding
aMaska bitfield containing the source to look for; see the ColumnSpecParser.ORIGIN_* constants
[optional]aConstraint the media type constraint to use, if any
function asContainer (   aNode)

Definition at line 82 of file utils.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function asFullVisit (   aNode)

Definition at line 81 of file utils.js.

Here is the call graph for this function:

function asQuery (   aNode)

Definition at line 83 of file utils.js.

Here is the call graph for this function:

function asVisit (   aNode)

Definition at line 80 of file utils.js.

Here is the call graph for this function:

function LOG (   str)

Definition at line 43 of file utils.js.

function QI_node (   aNode,
  aIID 
)

Definition at line 77 of file utils.js.

Here is the caller graph for this function:

Variable Documentation

var Cc = Components.classes

Definition at line 48 of file utils.js.

Definition at line 47 of file utils.js.

var Cr = Components.results

Definition at line 49 of file utils.js.

const DESCRIPTION_ANNO = "bookmarkProperties/description"

Definition at line 59 of file utils.js.

const EXCLUDE_FROM_BACKUP_ANNO = "places/excludeFromBackup"

Definition at line 66 of file utils.js.

const GUID_ANNO = "placesInternal/GUID"

Definition at line 60 of file utils.js.

const LMANNO_FEEDURI = "livemark/feedURI"

Definition at line 61 of file utils.js.

const LMANNO_SITEURI = "livemark/siteURI"

Definition at line 62 of file utils.js.

const LOAD_IN_SIDEBAR_ANNO = "bookmarkProperties/loadInSidebar"

Definition at line 58 of file utils.js.

const NEWLINE = "\r\n"

Definition at line 74 of file utils.js.

const ORGANIZER_FOLDER_ANNO = "PlacesOrganizer/OrganizerFolder"

Definition at line 63 of file utils.js.

const ORGANIZER_LEFTPANE_VERSION = 6

Definition at line 65 of file utils.js.

const ORGANIZER_QUERY_ANNO = "PlacesOrganizer/OrganizerQuery"

Definition at line 64 of file utils.js.

var PlacesUIUtils

Definition at line 85 of file utils.js.