Verified Commit 498786e7 authored by Alex Catarineu's avatar Alex Catarineu Committed by Pier Angelo Vendrame
Browse files

Bug 28369: Stop shipping pingsender executable

parent 6af17016
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
#if defined(MOZ_CRASHREPORTER)
/minidump-analyzer
#endif
/pingsender
/pk12util
/ssltunnel
/xpcshell
+0 −4
Original line number Diff line number Diff line
@@ -415,10 +415,6 @@ bin/libfreebl_64int_3.so
@BINPATH@/minidump-analyzer@BIN_SUFFIX@
#endif

; [ Ping Sender ]
;
@BINPATH@/pingsender@BIN_SUFFIX@

; [ Notification COM Server ]
;
#if defined(MOZ_NOTIFICATION_SERVER)
+0 −1
Original line number Diff line number Diff line
@@ -1488,7 +1488,6 @@ ${RemoveDefaultBrowserAgentShortcut}
  Push "crashreporter.exe"
  Push "default-browser-agent.exe"
  Push "minidump-analyzer.exe"
  Push "pingsender.exe"
  Push "updater.exe"
  Push "mozwer.dll"
  Push "${FileMainEXE}"
+0 −2
Original line number Diff line number Diff line
@@ -554,7 +554,6 @@ class LinuxArtifactJob(ArtifactJob):
        "{product}/{product}",
        "{product}/{product}-bin",
        "{product}/minidump-analyzer",
        "{product}/pingsender",
        "{product}/plugin-container",
        "{product}/updater",
        "{product}/glxtest",
@@ -651,7 +650,6 @@ class MacArtifactJob(ArtifactJob):
            "{product}-bin",
            "*.dylib",
            "minidump-analyzer",
            "pingsender",
            "plugin-container.app/Contents/MacOS/plugin-container",
            "updater.app/Contents/MacOS/org.mozilla.updater",
            # 'xpcshell',
+3 −0
Original line number Diff line number Diff line
@@ -1657,6 +1657,9 @@ export var TelemetrySendImpl = {
  },

  runPingSender(pings, observer) {
    throw Components.Exception("", Cr.NS_ERROR_NOT_IMPLEMENTED);

    /* eslint-disable-next-line no-unreachable */
    if (AppConstants.platform === "android") {
      throw Components.Exception("", Cr.NS_ERROR_NOT_IMPLEMENTED);
    }
Loading