Name Description Size
PrivacyFilter.sys.mjs A module that provides methods to filter various kinds of data collected from a tab by the current privacy level as set by the user. 3401
PrivacyLevel.sys.mjs Returns whether the current privacy level allows saving data for the given |url|. @param url The URL we want to save data for. @return bool 1760
SessionHistory.sys.mjs The external API exported by this module. 21647
Utils.sys.mjs Restores frame tree |data|, starting at the given root |frame|. As the function recurses into descendant frames it will call cb(frame, data) for each frame it encounters, starting with the given root. 968