Commit aa3b6868 authored by Gregor Wagner's avatar Gregor Wagner
Browse files

Backout bug 924702 for test failures.

--HG--
extra : transplant_source : %29%D1%A0%88%92%88%87%A3%21%8A%A1%90%F5%DFD%10%CE%DD%13%C3
parent e52f4cfa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -545,6 +545,9 @@
@BINPATH@/components/TCPSocketParentIntermediary.js
@BINPATH@/components/TCPSocket.manifest

@BINPATH@/components/AppProtocolHandler.js
@BINPATH@/components/AppProtocolHandler.manifest

@BINPATH@/components/Payment.js
@BINPATH@/components/PaymentFlowInfo.js
@BINPATH@/components/PaymentRequestInfo.js
+3 −0
Original line number Diff line number Diff line
@@ -521,6 +521,9 @@
@BINPATH@/components/TCPSocketParentIntermediary.js
@BINPATH@/components/TCPSocket.manifest

@BINPATH@/components/AppProtocolHandler.js
@BINPATH@/components/AppProtocolHandler.manifest

@BINPATH@/components/Payment.js
@BINPATH@/components/PaymentFlowInfo.js
@BINPATH@/components/PaymentRequestInfo.js
+1 −1
Original line number Diff line number Diff line
@@ -3986,7 +3986,7 @@ MOZ_PDF_PRINTING=
MOZ_DISABLE_CRYPTOLEGACY=
NSS_DISABLE_DBM=
NECKO_COOKIES=1
NECKO_PROTOCOLS_DEFAULT="about app data file ftp http res viewsource websocket wyciwyg device"
NECKO_PROTOCOLS_DEFAULT="about data file ftp http res viewsource websocket wyciwyg device"
USE_ARM_KUSER=
BUILD_CTYPES=1
MOZ_USE_NATIVE_POPUP_WINDOWS=

dom/webidl/AppInfo.webidl

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/. */

/**
  * This dictionnary holds the parameters supporting the app:// protocol.
  */
dictionary AppInfo
{
  DOMString path = "";
  boolean   isCoreApp = false;
};
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ interface DummyInterface : EventTarget {
  void WifiOptions(optional WifiCommandOptions arg1,
                   optional WifiResultOptions arg2);
  void AppNotificationServiceOptions(optional AppNotificationServiceOptions arg);
  void AppInfo(optional AppInfo arg1);
};

interface DummyInterfaceWorkers {
Loading