Loading b2g/installer/package-manifest.in +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading browser/installer/package-manifest.in +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading configure.in +1 −1 Original line number Diff line number Diff line Loading @@ -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= Loading dom/webidl/AppInfo.webidldeleted 100644 → 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; }; dom/webidl/DummyBinding.webidl +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
b2g/installer/package-manifest.in +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
browser/installer/package-manifest.in +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
configure.in +1 −1 Original line number Diff line number Diff line Loading @@ -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= Loading
dom/webidl/AppInfo.webidldeleted 100644 → 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; };
dom/webidl/DummyBinding.webidl +0 −1 Original line number Diff line number Diff line Loading @@ -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