summaryrefslogtreecommitdiff
path: root/base/content/content.js
diff options
context:
space:
mode:
authorGaming4JC <g4jc@bulletmail.org>2018-10-20 19:09:40 -0400
committerGaming4JC <g4jc@bulletmail.org>2018-10-20 19:09:40 -0400
commitc4cbed0a687d22dece072f02a3d3cfbde1e85a70 (patch)
treedce9fa2683aaadbfe4f9eada3c99922d613ca9a7 /base/content/content.js
parent89fdeb9a9dda2574263c7b447a8af113c515d8b0 (diff)
downloadiceweasel-uxp-c4cbed0a687d22dece072f02a3d3cfbde1e85a70.tar.gz
Remove some additonal Contextual Identity referencesv2.2
Diffstat (limited to 'base/content/content.js')
-rw-r--r--base/content/content.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/base/content/content.js b/base/content/content.js
index c19bd76..e21cedf 100644
--- a/base/content/content.js
+++ b/base/content/content.js
@@ -162,9 +162,6 @@ var handleContentContextMenu = function (event) {
let selectionInfo = BrowserUtils.getSelectionDetails(content);
- let loadContext = docShell.QueryInterface(Ci.nsILoadContext);
- let userContextId = loadContext.originAttributes.userContextId;
-
if (Services.appinfo.processType == Services.appinfo.PROCESS_TYPE_CONTENT) {
let editFlags = SpellCheckHelper.isEditable(event.target, content);
let spellInfo;
@@ -188,7 +185,7 @@ var handleContentContextMenu = function (event) {
principal, docLocation, charSet, baseURI, referrer,
referrerPolicy, contentType, contentDisposition,
frameOuterWindowID, selectionInfo, disableSetDesktopBg,
- loginFillInfo, parentAllowsMixedContent, userContextId },
+ loginFillInfo, parentAllowsMixedContent },
{ event, popupNode: event.target });
}
else {
@@ -211,8 +208,6 @@ var handleContentContextMenu = function (event) {
selectionInfo: selectionInfo,
disableSetDesktopBackground: disableSetDesktopBg,
loginFillInfo,
- parentAllowsMixedContent,
- userContextId,
};
}
}