summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGaming4JC <g4jc@bulletmail.org>2018-05-28 13:41:57 -0400
committerGaming4JC <g4jc@bulletmail.org>2018-05-28 13:41:57 -0400
commit81f34eef6964a1a6186dcb1f557d7c7672bfb1ed (patch)
tree038a9731737caf6621c814ec559dff04e0683e2e /modules
parent5cef659f6e487d73aaafe9db7f0c46b35e5c8d24 (diff)
downloadiceweasel-uxp-81f34eef6964a1a6186dcb1f557d7c7672bfb1ed.tar.gz
continue code cleanup of Social API
Diffstat (limited to 'modules')
-rw-r--r--modules/BrowserUITelemetry.jsm11
1 files changed, 5 insertions, 6 deletions
diff --git a/modules/BrowserUITelemetry.jsm b/modules/BrowserUITelemetry.jsm
index 392462b..2ad319f 100644
--- a/modules/BrowserUITelemetry.jsm
+++ b/modules/BrowserUITelemetry.jsm
@@ -53,7 +53,6 @@ XPCOMUtils.defineLazyGetter(this, "DEFAULT_AREA_PLACEMENTS", function() {
"pocket-button",
"downloads-button",
"home-button",
- "social-share-button",
],
// It's true that toolbar-menubar is not visible
// on OS X, but the XUL node is definitely present
@@ -694,7 +693,7 @@ this.BrowserUITelemetry = {
"spell-undo-add-to-dictionary", "openlinkincurrent", "openlinkintab",
"openlink",
// "openlinkprivate" intentionally omitted for privacy reasons. See bug 1176391.
- "bookmarklink", "sharelink", "savelink",
+ "bookmarklink", "savelink",
"marklinkMenu", "copyemail", "copylink", "media-play", "media-pause",
"media-mute", "media-unmute", "media-playbackrate",
"media-playbackrate-050x", "media-playbackrate-100x",
@@ -702,12 +701,12 @@ this.BrowserUITelemetry = {
"media-showcontrols", "media-hidecontrols",
"video-fullscreen", "leave-dom-fullscreen",
"reloadimage", "viewimage", "viewvideo", "copyimage-contents", "copyimage",
- "copyvideourl", "copyaudiourl", "saveimage", "shareimage", "sendimage",
+ "copyvideourl", "copyaudiourl", "saveimage", "sendimage",
"setDesktopBackground", "viewimageinfo", "viewimagedesc", "savevideo",
- "sharevideo", "saveaudio", "video-saveimage", "sendvideo", "sendaudio",
- "ctp-play", "ctp-hide", "sharepage", "savepage", "pocket", "markpageMenu",
+ "saveaudio", "video-saveimage", "sendvideo", "sendaudio",
+ "ctp-play", "ctp-hide", "savepage", "pocket", "markpageMenu",
"viewbgimage", "undo", "cut", "copy", "paste", "delete", "selectall",
- "keywordfield", "searchselect", "shareselect", "frame", "showonlythisframe",
+ "keywordfield", "searchselect", "frame", "showonlythisframe",
"openframeintab", "openframe", "reloadframe", "bookmarkframe", "saveframe",
"printframe", "viewframesource", "viewframeinfo",
"viewpartialsource-selection", "viewpartialsource-mathml",