Go to the source code of this file.
Construct a column spec parser and read the column specification immediately
- Parameters
-
aMediaList | The media list to find columns to display for |
aPlaylist | the playlist binding |
aMask | a bitfield containing the source to look for; see the ColumnSpecParser.ORIGIN_* constants |
[optional] | aConstraint the media type constraint to use, if any |
Initial value:= function()
{
s.prefDomain = "privacy.clearOnShutdown.";
s.sanitize() ||
}
}
Definition at line 482 of file sanitize.js.
Initial value:
var startDate = endDate - 3600000000;
break;
startDate = endDate - 7200000000;
break;
startDate = endDate - 14400000000;
break;
d.setHours(0);
d.setMinutes(0);
d.setSeconds(0);
startDate = d.valueOf() * 1000;
break;
default:
throw "Invalid time span for clear private data: " +
ts;
}
}
_setDateDatepicker endDate
Definition at line 404 of file sanitize.js.
Sanitizer prefDidShutdown = "didShutdownSanitize" |
Sanitizer prefShutdown = "sanitizeOnShutdown" |
Initial value:= function(aParentWindow)
{
}
Deletes privacy sensitive data in a batch, optionally showing the sanitize UI, according to user preferences
Definition at line 464 of file sanitize.js.
Initial value:= function(aParentWindow)
{
var
ww = Components.classes[
"@mozilla.org/embedcomp/window-watcher;1"]
.getService(Components.interfaces.nsIWindowWatcher);
ww.openWindow(aParentWindow,
"chrome://browser/content/sanitize.xul",
"Sanitize",
"chrome,titlebar,dialog,centerscreen,modal",
}
Definition at line 445 of file sanitize.js.