From e2de507e0261c9b138cd3cf5356c21eca3e7a28d Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Mon, 16 Dec 2019 20:09:38 -0500 Subject: Issue #1323 - Move XULRunner back to topsrcdir --- application/xulrunner/README.xulrunner | 13 - application/xulrunner/app.mozbuild | 13 - application/xulrunner/app/Makefile.in | 75 ---- application/xulrunner/app/default16.png | Bin 744 -> 0 bytes application/xulrunner/app/default32.png | Bin 2084 -> 0 bytes application/xulrunner/app/default48.png | Bin 3846 -> 0 bytes application/xulrunner/app/document.ico | Bin 22486 -> 0 bytes application/xulrunner/app/install_app.py | 221 ---------- application/xulrunner/app/macbuild/Info.plist.in | 31 -- .../xulrunner/app/macbuild/InfoPlist.strings | Bin 280 -> 0 bytes application/xulrunner/app/moz.build | 70 ---- application/xulrunner/app/nsXULRunnerApp.cpp | 294 -------------- application/xulrunner/app/splash.rc | 22 - application/xulrunner/app/xulrunner.exe.manifest | 38 -- application/xulrunner/app/xulrunner.ico | Bin 22486 -> 0 bytes application/xulrunner/app/xulrunner.js | 26 -- application/xulrunner/config/mozconfig | 9 - application/xulrunner/config/mozconfigs/common | 7 - .../xulrunner/config/mozconfigs/common.override | 8 - .../xulrunner/config/mozconfigs/linux32/xulrunner | 9 - .../config/mozconfigs/linux32/xulrunner-qt | 15 - .../xulrunner/config/mozconfigs/linux64/xulrunner | 9 - .../config/mozconfigs/macosx-universal/xulrunner | 9 - .../xulrunner/config/mozconfigs/win32/xulrunner | 16 - .../xulrunner/config/mozconfigs/win64/xulrunner | 15 - application/xulrunner/configure.in | 11 - application/xulrunner/confvars.sh | 24 -- application/xulrunner/examples/moz.build | 7 - .../xulrunner/examples/simple/application.ini | 43 -- .../xulrunner/examples/simple/components/moz.build | 7 - .../examples/simple/components/public/moz.build | 13 - .../simple/components/public/nsISimpleTest.idl | 15 - .../examples/simple/components/src/SimpleTest.cpp | 54 --- .../examples/simple/components/src/SimpleTest.js | 27 -- .../simple/components/src/SimpleTest.manifest | 2 - .../examples/simple/components/src/moz.build | 21 - .../xulrunner/examples/simple/content/contents.rdf | 0 .../xulrunner/examples/simple/content/simple.js | 17 - .../xulrunner/examples/simple/content/simple.xul | 20 - .../xulrunner/examples/simple/icons/simple.ico | Bin 29310 -> 0 bytes application/xulrunner/examples/simple/jar.mn | 12 - .../xulrunner/examples/simple/locale/simple.dtd | 7 - application/xulrunner/examples/simple/moz.build | 22 - .../xulrunner/examples/simple/simple-prefs.js | 6 - application/xulrunner/installer/Makefile.in | 148 ------- .../xulrunner/installer/debian/changelog.in | 7 - application/xulrunner/installer/debian/compat | 1 - application/xulrunner/installer/debian/control | 48 --- application/xulrunner/installer/debian/icon_base64 | 36 -- application/xulrunner/installer/debian/menu | 2 - application/xulrunner/installer/debian/postinst.in | 42 -- application/xulrunner/installer/debian/prerm.in | 29 -- .../xulrunner/installer/debian/xulrunner.links.in | 2 - .../installer/debian/xulrunner.service.in | 4 - .../xulrunner/installer/libxul-embedding.pc.in | 10 - application/xulrunner/installer/libxul.pc.in | 11 - application/xulrunner/installer/moz.build | 6 - application/xulrunner/installer/mozilla-js.pc.in | 10 - application/xulrunner/installer/mozilla-nspr.pc.in | 11 - application/xulrunner/installer/mozilla-nss.pc.in | 10 - .../xulrunner/installer/mozilla-plugin.pc.in | 8 - application/xulrunner/locales/all-locales | 39 -- application/xulrunner/moz.build | 11 - application/xulrunner/moz.configure | 7 - application/xulrunner/stub/Makefile.in | 11 - application/xulrunner/stub/moz.build | 51 --- application/xulrunner/stub/nsXULStub.cpp | 445 --------------------- .../xulrunner/stub/xulrunner-stub.exe.manifest | 38 -- application/xulrunner/stub/xulrunner-stub.rc | 6 - application/xulrunner/tools/redit/Makefile.in | 11 - application/xulrunner/tools/redit/moz.build | 15 - application/xulrunner/tools/redit/redit.cpp | 187 --------- 72 files changed, 2414 deletions(-) delete mode 100644 application/xulrunner/README.xulrunner delete mode 100644 application/xulrunner/app.mozbuild delete mode 100644 application/xulrunner/app/Makefile.in delete mode 100644 application/xulrunner/app/default16.png delete mode 100644 application/xulrunner/app/default32.png delete mode 100644 application/xulrunner/app/default48.png delete mode 100644 application/xulrunner/app/document.ico delete mode 100644 application/xulrunner/app/install_app.py delete mode 100644 application/xulrunner/app/macbuild/Info.plist.in delete mode 100644 application/xulrunner/app/macbuild/InfoPlist.strings delete mode 100644 application/xulrunner/app/moz.build delete mode 100644 application/xulrunner/app/nsXULRunnerApp.cpp delete mode 100644 application/xulrunner/app/splash.rc delete mode 100644 application/xulrunner/app/xulrunner.exe.manifest delete mode 100644 application/xulrunner/app/xulrunner.ico delete mode 100644 application/xulrunner/app/xulrunner.js delete mode 100644 application/xulrunner/config/mozconfig delete mode 100644 application/xulrunner/config/mozconfigs/common delete mode 100644 application/xulrunner/config/mozconfigs/common.override delete mode 100644 application/xulrunner/config/mozconfigs/linux32/xulrunner delete mode 100644 application/xulrunner/config/mozconfigs/linux32/xulrunner-qt delete mode 100644 application/xulrunner/config/mozconfigs/linux64/xulrunner delete mode 100644 application/xulrunner/config/mozconfigs/macosx-universal/xulrunner delete mode 100644 application/xulrunner/config/mozconfigs/win32/xulrunner delete mode 100644 application/xulrunner/config/mozconfigs/win64/xulrunner delete mode 100644 application/xulrunner/configure.in delete mode 100644 application/xulrunner/confvars.sh delete mode 100644 application/xulrunner/examples/moz.build delete mode 100644 application/xulrunner/examples/simple/application.ini delete mode 100644 application/xulrunner/examples/simple/components/moz.build delete mode 100644 application/xulrunner/examples/simple/components/public/moz.build delete mode 100644 application/xulrunner/examples/simple/components/public/nsISimpleTest.idl delete mode 100644 application/xulrunner/examples/simple/components/src/SimpleTest.cpp delete mode 100644 application/xulrunner/examples/simple/components/src/SimpleTest.js delete mode 100644 application/xulrunner/examples/simple/components/src/SimpleTest.manifest delete mode 100644 application/xulrunner/examples/simple/components/src/moz.build delete mode 100644 application/xulrunner/examples/simple/content/contents.rdf delete mode 100644 application/xulrunner/examples/simple/content/simple.js delete mode 100644 application/xulrunner/examples/simple/content/simple.xul delete mode 100644 application/xulrunner/examples/simple/icons/simple.ico delete mode 100644 application/xulrunner/examples/simple/jar.mn delete mode 100644 application/xulrunner/examples/simple/locale/simple.dtd delete mode 100644 application/xulrunner/examples/simple/moz.build delete mode 100644 application/xulrunner/examples/simple/simple-prefs.js delete mode 100644 application/xulrunner/installer/Makefile.in delete mode 100644 application/xulrunner/installer/debian/changelog.in delete mode 100644 application/xulrunner/installer/debian/compat delete mode 100644 application/xulrunner/installer/debian/control delete mode 100644 application/xulrunner/installer/debian/icon_base64 delete mode 100644 application/xulrunner/installer/debian/menu delete mode 100644 application/xulrunner/installer/debian/postinst.in delete mode 100644 application/xulrunner/installer/debian/prerm.in delete mode 100644 application/xulrunner/installer/debian/xulrunner.links.in delete mode 100644 application/xulrunner/installer/debian/xulrunner.service.in delete mode 100644 application/xulrunner/installer/libxul-embedding.pc.in delete mode 100644 application/xulrunner/installer/libxul.pc.in delete mode 100644 application/xulrunner/installer/moz.build delete mode 100644 application/xulrunner/installer/mozilla-js.pc.in delete mode 100644 application/xulrunner/installer/mozilla-nspr.pc.in delete mode 100644 application/xulrunner/installer/mozilla-nss.pc.in delete mode 100644 application/xulrunner/installer/mozilla-plugin.pc.in delete mode 100644 application/xulrunner/locales/all-locales delete mode 100644 application/xulrunner/moz.build delete mode 100644 application/xulrunner/moz.configure delete mode 100644 application/xulrunner/stub/Makefile.in delete mode 100644 application/xulrunner/stub/moz.build delete mode 100644 application/xulrunner/stub/nsXULStub.cpp delete mode 100644 application/xulrunner/stub/xulrunner-stub.exe.manifest delete mode 100644 application/xulrunner/stub/xulrunner-stub.rc delete mode 100644 application/xulrunner/tools/redit/Makefile.in delete mode 100644 application/xulrunner/tools/redit/moz.build delete mode 100644 application/xulrunner/tools/redit/redit.cpp (limited to 'application') diff --git a/application/xulrunner/README.xulrunner b/application/xulrunner/README.xulrunner deleted file mode 100644 index 424b7a615..000000000 --- a/application/xulrunner/README.xulrunner +++ /dev/null @@ -1,13 +0,0 @@ -XULRunner is a package which can be used to run applications written in HTML -or XUL. It can also be used to embed the gecko rendering engine into -binary applications. - -XULRunner is not a product; it is a tool which can be used to create products. -It is a byproduct of Firefox development and the Mozilla community does not -have a strong commitment to support XULRunner development apart from Firefox -development. - -For more information about using XULRunner or how to use this binary package, -see the Mozilla Developer Center article: - -https://developer.mozilla.org/en/XULRunner diff --git a/application/xulrunner/app.mozbuild b/application/xulrunner/app.mozbuild deleted file mode 100644 index 7b8316016..000000000 --- a/application/xulrunner/app.mozbuild +++ /dev/null @@ -1,13 +0,0 @@ -# vim: set filetype=python: -# 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/. - -include('/toolkit/toolkit.mozbuild') - -if CONFIG['MOZ_EXTENSIONS']: - DIRS += ['/extensions'] - -DIRS += [ - '/application/xulrunner', -] diff --git a/application/xulrunner/app/Makefile.in b/application/xulrunner/app/Makefile.in deleted file mode 100644 index 98e377d69..000000000 --- a/application/xulrunner/app/Makefile.in +++ /dev/null @@ -1,75 +0,0 @@ -# vim:set ts=8 sw=8 sts=8 et: -# 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/. - -GARBAGE += $(addprefix $(DIST)/bin/defaults/pref/,xulrunner.js) - -ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) -TK_LIBS := -framework Cocoa $(TK_LIBS) -endif - -ifndef MOZ_WINCONSOLE -ifdef MOZ_DEBUG -MOZ_WINCONSOLE = 1 -else -MOZ_WINCONSOLE = 0 -endif -endif - -# This switches $(INSTALL) to copy mode, like $(SYSINSTALL), so things that -# shouldn't get 755 perms need $(IFLAGS1) for either way of calling nsinstall. -NSDISTMODE = copy - -include $(topsrcdir)/config/config.mk - -include $(topsrcdir)/config/rules.mk - -DEFINES += -DXULRUNNER_ICO='"$(DIST)/branding/xulrunner.ico"' -DDOCUMENT_ICO='"$(DIST)/branding/document.ico"' - -ifdef MOZ_WIDGET_GTK -libs:: - $(INSTALL) $(IFLAGS1) $(DIST)/branding/default16.png $(DIST)/bin/chrome/icons/default - $(INSTALL) $(IFLAGS1) $(DIST)/branding/default32.png $(DIST)/bin/chrome/icons/default - $(INSTALL) $(IFLAGS1) $(DIST)/branding/default48.png $(DIST)/bin/chrome/icons/default -endif - -# XXX applications would need to supply this file -#export:: brand.dtd.in -# $(call py_action,preprocessor,$(DEFINES) $(ACDEFINES) $^ -o brand.dtd) - -ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) - -FRAMEWORK_NAME = XUL -FRAMEWORK_VERSION = $(MOZILLA_VERSION) - -FRAMEWORK_DIR = \ - $(DIST)/$(FRAMEWORK_NAME).framework/Versions/$(FRAMEWORK_VERSION) - -$(FRAMEWORK_DIR)/Resources: - $(NSINSTALL) -D $@ - -tools:: $(PROGRAM) $(FRAMEWORK_DIR)/Resources - $(NSINSTALL) $(srcdir)/macbuild/InfoPlist.strings $(FRAMEWORK_DIR)/Resources - sed -e 's/APP_VERSION/$(APP_VERSION)/' $(srcdir)/macbuild/Info.plist.in > $(FRAMEWORK_DIR)/Info.plist - rsync -av $(DIST)/bin/ $(FRAMEWORK_DIR) --exclude mangle --exclude shlibsign - rm -f $(DIST)/$(FRAMEWORK_NAME).framework/Versions/Current \ - $(DIST)/$(FRAMEWORK_NAME).framework/libxpcom.dylib \ - $(DIST)/$(FRAMEWORK_NAME).framework/XUL \ - $(DIST)/$(FRAMEWORK_NAME).framework/xulrunner - ln -s $(FRAMEWORK_VERSION) $(DIST)/$(FRAMEWORK_NAME).framework/Versions/Current - ln -s Versions/Current/libxpcom.dylib $(DIST)/$(FRAMEWORK_NAME).framework/libxpcom.dylib - ln -s Versions/Current/XUL $(DIST)/$(FRAMEWORK_NAME).framework/XUL - ln -s Versions/Current/xulrunner $(DIST)/$(FRAMEWORK_NAME).framework/xulrunner - -clean clobber:: - rm -rf $(DIST)/$(FRAMEWORK_NAME).framework -endif - -README_FILE = $(srcdir)/../README.xulrunner - -libs:: - $(INSTALL) $(IFLAGS1) $(README_FILE) $(DIST)/bin - $(INSTALL) $(IFLAGS1) $(topsrcdir)/LICENSE $(DIST)/bin - $(INSTALL) $(IFLAGS1) $(srcdir)/install_app.py $(DIST)/bin - diff --git a/application/xulrunner/app/default16.png b/application/xulrunner/app/default16.png deleted file mode 100644 index e74f5cf2e..000000000 Binary files a/application/xulrunner/app/default16.png and /dev/null differ diff --git a/application/xulrunner/app/default32.png b/application/xulrunner/app/default32.png deleted file mode 100644 index 914509054..000000000 Binary files a/application/xulrunner/app/default32.png and /dev/null differ diff --git a/application/xulrunner/app/default48.png b/application/xulrunner/app/default48.png deleted file mode 100644 index 5fd71e110..000000000 Binary files a/application/xulrunner/app/default48.png and /dev/null differ diff --git a/application/xulrunner/app/document.ico b/application/xulrunner/app/document.ico deleted file mode 100644 index 311116324..000000000 Binary files a/application/xulrunner/app/document.ico and /dev/null differ diff --git a/application/xulrunner/app/install_app.py b/application/xulrunner/app/install_app.py deleted file mode 100644 index 6be8c5ecb..000000000 --- a/application/xulrunner/app/install_app.py +++ /dev/null @@ -1,221 +0,0 @@ -#!/usr/bin/env python - -# 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/. - -# Min version of python is 2.7 -import sys -if ((sys.version_info.major != 2) or (sys.version_info.minor < 7)): - raise Exception("You need to use Python version 2.7 or higher") - -import os, shutil, re, zipfile -from ConfigParser import SafeConfigParser - -# Platform-specific support -# see https://developer.mozilla.org/en/XULRunner/Deploying_XULRunner_1.8 -if sys.platform.startswith('linux') or sys.platform == "win32": - def installApp(appLocation, installDir, appName, greDir): - zipApp, iniParser, appName = validateArguments(appLocation, installDir, appName, greDir) - if (zipApp): - zipApp.extractAll(installDir) - else: - shutil.copytree(appLocation, installDir) - shutil.copy2(os.path.join(greDir, xulrunnerStubName), - os.path.join(installDir, appName)) - copyGRE(greDir, os.path.join(installDir, "xulrunner")) - -if sys.platform.startswith('linux'): - xulrunnerStubName = "xulrunner-stub" - - def makeAppName(leafName): - return leafName.lower() - -elif sys.platform == "win32": - xulrunnerStubName = "xulrunner-stub.exe" - - def makeAppName(leafName): - return leafName + ".exe" - -elif sys.platform == "darwin": - xulrunnerStubName = "xulrunner-stub" - - def installApp(appLocation, installDir, appName, greDir): - zipApp, iniparser, appName = validateArguments(appLocation, installDir, appName, greDir) - installDir += "/" + appName + ".app" - resourcesDir = os.path.join(installDir, "Contents/Resources") - if (zipApp): - zipApp.extractAll(resourcesDir) - else: - shutil.copytree(appLocation, resourcesDir) - MacOSDir = os.path.join(installDir, "Contents/MacOS") - os.makedirs(MacOSDir) - shutil.copy2(os.path.join(greDir, xulrunnerStubName), MacOSDir) - copyGRE(greDir, - os.path.join(installDir, "Contents/Frameworks/XUL.framework")) - - # Contents/Info.plist - contents = """ - - - -CFBundleInfoDictionaryVersion -6.0 -CFBundlePackageType -APPL -CFBundleSignature -???? -CFBundleExecutable -xulrunner -NSAppleScriptEnabled - -CFBundleGetInfoString -$infoString -CFBundleName -$appName -CFBundleShortVersionString -$version -CFBundleVersion -$version.$buildID -CFBundleIdentifier -$reverseVendor - - -""" - version = iniparser.get("App", "Version") - buildID = iniparser.get("App", "BuildID") - infoString = appName + " " + version - reverseVendor = "com.vendor.unknown" - appID = iniparser.get("App", "ID") - colonIndex = appID.find("@") + 1 - if (colonIndex != 0): - vendor = appID[colonIndex:] - reverseVendor = ".".join(vendor.split(".")[::-1]) - contents = contents.replace("$infoString", infoString) - contents = contents.replace("$appName", appName) - contents = contents.replace("$version", version) - contents = contents.replace("$buildID", buildID) - contents = contents.replace("$reverseVendor", reverseVendor) - infoPList = open(os.path.join(installDir, "Contents/Info.plist"), "w+b") - infoPList.write(contents) - infoPList.close() - - def makeAppName(leafName): - return leafName - -else: - # Implement xulrunnerStubName, installApp and makeAppName as above. - raise Exception("This operating system isn't supported for install_app.py yet!") -# End platform-specific support - -def resolvePath(path): - return os.path.realpath(path) - -def requireINIOption(iniparser, section, option): - if not (iniparser.has_option(section, option)): - raise Exception("application.ini must have a " + option + " option under the " + section + " section") - -def checkAppINI(appLocation): - if (os.path.isdir(appLocation)): - zipApp = None - appINIPath = os.path.join(appLocation, "application.ini") - if not (os.path.isfile(appINIPath)): - raise Exception(appINIPath + " does not exist") - appINI = open(appINIPath) - elif (zipfile.is_zipfile(appLocation)): - zipApp = zipfile.ZipFile(appLocation) - if not ("application.ini" in zipApp.namelist()): - raise Exception("jar:" + appLocation + "!/application.ini does not exist") - appINI = zipApp.open("application.ini") - else: - raise Exception("appLocation must be a directory containing application.ini or a zip file with application.ini at its root") - - # application.ini verification - iniparser = SafeConfigParser() - iniparser.readfp(appINI) - if not (iniparser.has_section("App")): - raise Exception("application.ini must have an App section") - if not (iniparser.has_section("Gecko")): - raise Exception("application.ini must have a Gecko section") - requireINIOption(iniparser, "App", "Name") - requireINIOption(iniparser, "App", "Version") - requireINIOption(iniparser, "App", "BuildID") - requireINIOption(iniparser, "App", "ID") - requireINIOption(iniparser, "Gecko", "MinVersion") - - return zipApp, iniparser - pass - -def copyGRE(greDir, targetDir): - shutil.copytree(greDir, targetDir, symlinks=True) - -def validateArguments(appLocation, installDir, appName, greDir): - # application directory / zip verification - appLocation = resolvePath(appLocation) - - # target directory - installDir = resolvePath(installDir) - - if (os.path.exists(installDir)): - raise Exception("installDir must not exist: " + cmds.installDir) - - greDir = resolvePath(greDir) - xulrunnerStubPath = os.path.isfile(os.path.join(greDir, xulrunnerStubName)) - if not xulrunnerStubPath: - raise Exception("XULRunner stub executable not found: " + os.path.join(greDir, xulrunnerStubName)) - - # appName - zipApp, iniparser = checkAppINI(appLocation) - if not appName: - appName = iniparser.get("App", "Name") - appName = makeAppName(appName) - pattern = re.compile("[\\\/\:*?\"<>|\x00]") - if pattern.search(appName): - raise Exception("App name has illegal characters for at least one operating system") - return zipApp, iniparser, appName - -def handleCommandLine(): - import argparse - - # Argument parsing. - parser = argparse.ArgumentParser( - description="XULRunner application installer", - usage="""install_app.py appLocation installDir greDir [--appName APPNAME] - install_app.py -h - install_app.py --version - """ - ) - parser.add_argument( - "appLocation", - action="store", - help="The directory or ZIP file containing application.ini as a top-level child file" - ) - parser.add_argument( - "installDir", - action="store", - help="The directory to install the application to" - ) - parser.add_argument( - "--greDir", - action="store", - help="The directory containing the Gecko SDK (usually where this Python script lives)", - default=os.path.dirname(sys.argv[0]) - ) - parser.add_argument( - "--appName", - action="store", - help="The name of the application to install" - ) - parser.add_argument("--version", action="version", version="%(prog)s 1.0") - - # The command code. - cmds = parser.parse_args() - try: - installApp(cmds.appLocation, cmds.installDir, cmds.appName, cmds.greDir) - except exn: - shutil.rmtree(cmds.installDir) - raise exn - print cmds.appName + " application installed to " + cmds.installDir - -if __name__ == '__main__': - handleCommandLine() diff --git a/application/xulrunner/app/macbuild/Info.plist.in b/application/xulrunner/app/macbuild/Info.plist.in deleted file mode 100644 index 69676b80c..000000000 --- a/application/xulrunner/app/macbuild/Info.plist.in +++ /dev/null @@ -1,31 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - xulrunner-bin - CFBundleIdentifier - org.mozilla.xulrunner - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - XULRunner - CFBundlePackageType - FMWK - CFBundleSignature - MOZB - CFBundleVersion - APP_VERSION - LSMinimumSystemVersion - 10.5 - LSMinimumSystemVersionByArchitecture - - i386 - 10.5.0 - x86_64 - 10.6.0 - - - diff --git a/application/xulrunner/app/macbuild/InfoPlist.strings b/application/xulrunner/app/macbuild/InfoPlist.strings deleted file mode 100644 index 5d9eefd51..000000000 Binary files a/application/xulrunner/app/macbuild/InfoPlist.strings and /dev/null differ diff --git a/application/xulrunner/app/moz.build b/application/xulrunner/app/moz.build deleted file mode 100644 index 1c9cb117c..000000000 --- a/application/xulrunner/app/moz.build +++ /dev/null @@ -1,70 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# 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/. - -GeckoProgram('xulrunner') - -SOURCES += [ - 'nsXULRunnerApp.cpp', -] - -DEFINES['XULRUNNER_PROGNAME'] = '"xulrunner"' -if CONFIG['MOZ_DEBUG']: - DEFINES['DEBUG'] = True - -LOCAL_INCLUDES += [ - '/toolkit/profile', - '/toolkit/xre', - '/xpcom/base', - '/xpcom/build', -] - -if CONFIG['_MSC_VER']: - # Always enter a Windows program through wmain, whether or not we're - # a console application. - WIN32_EXE_LDFLAGS += ['-ENTRY:wmainCRTStartup'] - -# Control the default heap size. -# This is the heap returned by GetProcessHeap(). -# As we use the CRT heap, the default size is too large and wastes VM. -# -# The default heap size is 1MB on Win32. -# The heap will grow if need be. -# -# Set it to 256k. See bug 127069. -if CONFIG['OS_ARCH'] == 'WINNT' and not CONFIG['GNU_CC']: - LDFLAGS += ['/HEAP:0x40000'] - -if CONFIG['OS_ARCH'] == 'WINNT': - RCINCLUDE = 'splash.rc' - OS_LIBS += [ - 'comctl32', - 'comdlg32', - 'uuid', - 'shell32', - 'ole32', - 'oleaut32', - 'version', - 'winspool', - ] - -DISABLE_STL_WRAPPING = True - -JS_PREFERENCE_PP_FILES += [ - 'xulrunner.js', -] - -if CONFIG['OS_ARCH'] == 'WINNT': - BRANDING_FILES += [ - 'document.ico', - 'xulrunner.ico', - ] - -if CONFIG['MOZ_WIDGET_GTK']: - BRANDING_FILES += [ - 'default16.png', - 'default32.png', - 'default48.png', - ] diff --git a/application/xulrunner/app/nsXULRunnerApp.cpp b/application/xulrunner/app/nsXULRunnerApp.cpp deleted file mode 100644 index d86317a85..000000000 --- a/application/xulrunner/app/nsXULRunnerApp.cpp +++ /dev/null @@ -1,294 +0,0 @@ -/* 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/. */ - -#include "nsXULAppAPI.h" -#include "nsXPCOMGlue.h" -#include -#include -#ifdef XP_WIN -#include -#if defined(_MSC_VER) && _MSC_VER < 1900 -#define snprintf _snprintf -#endif -#define strcasecmp _stricmp -#endif - -#include "nsAppRunner.h" -#include "nsIFile.h" -#include "nsCOMPtr.h" -#include "nsMemory.h" -#include "nsCRTGlue.h" -#include "nsStringAPI.h" -#include "nsServiceManagerUtils.h" -#include "plstr.h" -#include "prprf.h" -#include "prenv.h" -#include "nsINIParser.h" - -#ifdef XP_WIN -#define XRE_DONT_SUPPORT_XPSP2 // See https://bugzil.la/1023941#c32 -#include "nsWindowsWMain.cpp" -#endif - -#include "BinaryPath.h" - -#include "nsXPCOMPrivate.h" // for MAXPATHLEN and XPCOM_DLL - -using namespace mozilla; - -/** - * Output a string to the user. This method is really only meant to be used to - * output last-ditch error messages designed for developers NOT END USERS. - * - * @param isError - * Pass true to indicate severe errors. - * @param fmt - * printf-style format string followed by arguments. - */ -static void Output(bool isError, const char *fmt, ... ) -{ - va_list ap; - va_start(ap, fmt); - -#if (defined(XP_WIN) && !MOZ_WINCONSOLE) - wchar_t msg[2048]; - _vsnwprintf(msg, sizeof(msg)/sizeof(msg[0]), NS_ConvertUTF8toUTF16(fmt).get(), ap); - - UINT flags = MB_OK; - if (isError) - flags |= MB_ICONERROR; - else - flags |= MB_ICONINFORMATION; - - MessageBoxW(nullptr, msg, L"XULRunner", flags); -#else - vfprintf(stderr, fmt, ap); -#endif - - va_end(ap); -} - -/** - * Return true if |arg| matches the given argument name. - */ -static bool IsArg(const char* arg, const char* s) -{ - if (*arg == '-') - { - if (*++arg == '-') - ++arg; - return !strcasecmp(arg, s); - } - -#if defined(XP_WIN) - if (*arg == '/') - return !strcasecmp(++arg, s); -#endif - - return false; -} - -static nsresult -GetGREVersion(const char *argv0, - nsACString *aMilestone, - nsACString *aVersion) -{ - if (aMilestone) - aMilestone->AssignLiteral(""); - if (aVersion) - aVersion->AssignLiteral(""); - - nsCOMPtr iniFile; - nsresult rv = BinaryPath::GetFile(argv0, getter_AddRefs(iniFile)); - if (NS_FAILED(rv)) - return rv; - - iniFile->SetNativeLeafName(NS_LITERAL_CSTRING("platform.ini")); - - nsINIParser parser; - rv = parser.Init(iniFile); - if (NS_FAILED(rv)) - return rv; - - if (aMilestone) { - rv = parser.GetString("Build", "Milestone", *aMilestone); - if (NS_FAILED(rv)) - return rv; - } - if (aVersion) { - rv = parser.GetString("Build", "BuildID", *aVersion); - if (NS_FAILED(rv)) - return rv; - } - return NS_OK; -} - -static void Usage(const char *argv0) -{ - nsAutoCString milestone; - GetGREVersion(argv0, &milestone, nullptr); - - // display additional information (XXX make localizable?) - Output(false, - "Mozilla XULRunner %s\n\n" - "Usage: " XULRUNNER_PROGNAME " [OPTIONS]\n" - " " XULRUNNER_PROGNAME " APP-FILE [APP-OPTIONS...]\n" - "\n" - "OPTIONS\n" - " --app specify APP-FILE (optional)\n" - " -h, --help show this message\n" - " -v, --version show version\n" - " --gre-version print the GRE version string on stdout\n" - "\n" - "APP-FILE\n" - " Application initialization file.\n" - "\n" - "APP-OPTIONS\n" - " Application specific options.\n", - milestone.get()); -} - -XRE_GetFileFromPathType XRE_GetFileFromPath; -XRE_CreateAppDataType XRE_CreateAppData; -XRE_FreeAppDataType XRE_FreeAppData; -XRE_mainType XRE_main; - -static const nsDynamicFunctionLoad kXULFuncs[] = { - { "XRE_GetFileFromPath", (NSFuncPtr*) &XRE_GetFileFromPath }, - { "XRE_CreateAppData", (NSFuncPtr*) &XRE_CreateAppData }, - { "XRE_FreeAppData", (NSFuncPtr*) &XRE_FreeAppData }, - { "XRE_main", (NSFuncPtr*) &XRE_main }, - { nullptr, nullptr } -}; - -class AutoAppData -{ -public: - AutoAppData(nsIFile* aINIFile) : mAppData(nullptr) { - nsresult rv = XRE_CreateAppData(aINIFile, &mAppData); - if (NS_FAILED(rv)) - mAppData = nullptr; - } - ~AutoAppData() { - if (mAppData) - XRE_FreeAppData(mAppData); - } - - operator nsXREAppData*() const { return mAppData; } - nsXREAppData* operator -> () const { return mAppData; } - -private: - nsXREAppData* mAppData; -}; - -int main(int argc, char* argv[]) -{ - char exePath[MAXPATHLEN]; - nsresult rv = mozilla::BinaryPath::Get(argv[0], exePath); - if (NS_FAILED(rv)) { - Output(true, "Couldn't calculate the application directory.\n"); - return 255; - } - - char *lastSlash = strrchr(exePath, XPCOM_FILE_PATH_SEPARATOR[0]); - if (!lastSlash || (size_t(lastSlash - exePath) > MAXPATHLEN - sizeof(XPCOM_DLL) - 1)) - return 255; - - strcpy(++lastSlash, XPCOM_DLL); - - rv = XPCOMGlueStartup(exePath); - if (NS_FAILED(rv)) { - Output(true, "Couldn't load XPCOM.\n"); - return 255; - } - - if (argc > 1 && (IsArg(argv[1], "h") || - IsArg(argv[1], "help") || - IsArg(argv[1], "?"))) - { - Usage(argv[0]); - return 0; - } - - if (argc == 2 && (IsArg(argv[1], "v") || IsArg(argv[1], "version"))) - { - nsAutoCString milestone; - nsAutoCString version; - GetGREVersion(argv[0], &milestone, &version); - Output(false, "Mozilla XULRunner %s - %s\n", - milestone.get(), version.get()); - return 0; - } - - rv = XPCOMGlueLoadXULFunctions(kXULFuncs); - if (NS_FAILED(rv)) { - Output(true, "Couldn't load XRE functions.\n"); - return 255; - } - - if (argc > 1) { - nsAutoCString milestone; - rv = GetGREVersion(argv[0], &milestone, nullptr); - if (NS_FAILED(rv)) - return 2; - - if (IsArg(argv[1], "gre-version")) { - if (argc != 2) { - Usage(argv[0]); - return 1; - } - - printf("%s\n", milestone.get()); - return 0; - } - - if (IsArg(argv[1], "install-app")) { - Output(true, "--install-app support has been removed. Use 'python install-app.py' instead.\n"); - return 1; - } - } - - const char *appDataFile = getenv("XUL_APP_FILE"); - - if (!(appDataFile && *appDataFile)) { - if (argc < 2) { - Usage(argv[0]); - return 1; - } - - if (IsArg(argv[1], "app")) { - if (argc == 2) { - Usage(argv[0]); - return 1; - } - argv[1] = argv[0]; - ++argv; - --argc; - } - - appDataFile = argv[1]; - argv[1] = argv[0]; - ++argv; - --argc; - - static char kAppEnv[MAXPATHLEN]; - snprintf(kAppEnv, MAXPATHLEN, "XUL_APP_FILE=%s", appDataFile); - putenv(kAppEnv); - } - - nsCOMPtr appDataLF; - rv = XRE_GetFileFromPath(appDataFile, getter_AddRefs(appDataLF)); - if (NS_FAILED(rv)) { - Output(true, "Error: unrecognized application.ini path.\n"); - return 2; - } - - AutoAppData appData(appDataLF); - if (!appData) { - Output(true, "Error: couldn't parse application.ini.\n"); - return 2; - } - - return XRE_main(argc, argv, appData, 0); -} diff --git a/application/xulrunner/app/splash.rc b/application/xulrunner/app/splash.rc deleted file mode 100644 index 4374383ba..000000000 --- a/application/xulrunner/app/splash.rc +++ /dev/null @@ -1,22 +0,0 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* 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/. */ - -#include -#include "nsNativeAppSupportWin.h" - -1 24 "xulrunner.exe.manifest" - -IDI_APPICON ICON XULRUNNER_ICO -IDI_DOCUMENT ICON DOCUMENT_ICO -IDI_APPLICATION ICON XULRUNNER_ICO - -STRINGTABLE DISCARDABLE -BEGIN -#ifdef DEBUG - IDS_STARTMENU_APPNAME, "Firefox Debug" -#else - IDS_STARTMENU_APPNAME, "Firefox" -#endif -END diff --git a/application/xulrunner/app/xulrunner.exe.manifest b/application/xulrunner/app/xulrunner.exe.manifest deleted file mode 100644 index b08eea074..000000000 --- a/application/xulrunner/app/xulrunner.exe.manifest +++ /dev/null @@ -1,38 +0,0 @@ - - - -Mozilla XULRunner - - - - - - - - - - - - - - - - - - - - - - diff --git a/application/xulrunner/app/xulrunner.ico b/application/xulrunner/app/xulrunner.ico deleted file mode 100644 index 0518438a0..000000000 Binary files a/application/xulrunner/app/xulrunner.ico and /dev/null differ diff --git a/application/xulrunner/app/xulrunner.js b/application/xulrunner/app/xulrunner.js deleted file mode 100644 index 509bb48a5..000000000 --- a/application/xulrunner/app/xulrunner.js +++ /dev/null @@ -1,26 +0,0 @@ -/* 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/. */ - -#filter substitution - -// We need to override the default values of these preferences since all.js -// assumes these are in the navigator package, which for us is nonexistent. -// XXX(darin): perhaps all.js should not be seamonkey specific -pref("general.useragent.locale", "@AB_CD@"); -pref("xpinstall.dialog.confirm", "chrome://mozapps/content/xpinstall/xpinstallConfirm.xul"); -pref("xpinstall.dialog.progress.chrome", "chrome://mozapps/content/extensions/extensions.xul"); -pref("xpinstall.dialog.progress.skin", "chrome://mozapps/content/extensions/extensions.xul"); -pref("xpinstall.dialog.progress.type.chrome", "Extension:Manager"); -pref("xpinstall.dialog.progress.type.skin", "Extension:Manager"); -pref("xpinstall.enabled", true); -#ifdef XP_WIN -pref("browser.preferences.instantApply", false); -#else -pref("browser.preferences.instantApply", true); -#endif -#ifdef XP_MACOSX -pref("browser.preferences.animateFadeIn", true); -#else -pref("browser.preferences.animateFadeIn", false); -#endif diff --git a/application/xulrunner/config/mozconfig b/application/xulrunner/config/mozconfig deleted file mode 100644 index 9fa972cac..000000000 --- a/application/xulrunner/config/mozconfig +++ /dev/null @@ -1,9 +0,0 @@ -# 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 file specifies the build flags for XULRunner. You can use it by adding: -# . $topsrcdir/xulrunner/config/mozconfig -# to the top of your mozconfig file. - -ac_add_options --enable-application=xulrunner diff --git a/application/xulrunner/config/mozconfigs/common b/application/xulrunner/config/mozconfigs/common deleted file mode 100644 index a6811c575..000000000 --- a/application/xulrunner/config/mozconfigs/common +++ /dev/null @@ -1,7 +0,0 @@ -# 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 file is included at the top of all xulrunner mozconfigs - -. "$topsrcdir/build/mozconfig.common" diff --git a/application/xulrunner/config/mozconfigs/common.override b/application/xulrunner/config/mozconfigs/common.override deleted file mode 100644 index 8d719a5b5..000000000 --- a/application/xulrunner/config/mozconfigs/common.override +++ /dev/null @@ -1,8 +0,0 @@ -# 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 file is included at the bottom of all xulrunner mozconfigs - -. "$topsrcdir/build/mozconfig.common.override" -. "$topsrcdir/build/mozconfig.cache" diff --git a/application/xulrunner/config/mozconfigs/linux32/xulrunner b/application/xulrunner/config/mozconfigs/linux32/xulrunner deleted file mode 100644 index 171674f8c..000000000 --- a/application/xulrunner/config/mozconfigs/linux32/xulrunner +++ /dev/null @@ -1,9 +0,0 @@ -export MOZILLA_OFFICIAL=1 -export JAVA_HOME=/tools/jdk - -ac_add_options --enable-application=xulrunner -ac_add_options --disable-tests - -. $topsrcdir/build/unix/mozconfig.linux32 - -. "$topsrcdir/xulrunner/config/mozconfigs/common.override" diff --git a/application/xulrunner/config/mozconfigs/linux32/xulrunner-qt b/application/xulrunner/config/mozconfigs/linux32/xulrunner-qt deleted file mode 100644 index 54e4ecb8f..000000000 --- a/application/xulrunner/config/mozconfigs/linux32/xulrunner-qt +++ /dev/null @@ -1,15 +0,0 @@ -export MOZILLA_OFFICIAL=1 -export JAVA_HOME=/tools/jdk - -ac_add_options --enable-application=xulrunner -ac_add_options --disable-tests - -. $topsrcdir/build/unix/mozconfig.linux32 - -# QT Options -export PKG_CONFIG_PATH=/tools/qt-4.6.3/qt/lib/pkgconfig -ac_add_options --with-qtdir=/tools/qt-4.6.3/qt -ac_add_options --enable-default-toolkit=cairo-qt -ac_add_options --disable-crashreporter - -. "$topsrcdir/xulrunner/config/mozconfigs/common.override" diff --git a/application/xulrunner/config/mozconfigs/linux64/xulrunner b/application/xulrunner/config/mozconfigs/linux64/xulrunner deleted file mode 100644 index c18a12f67..000000000 --- a/application/xulrunner/config/mozconfigs/linux64/xulrunner +++ /dev/null @@ -1,9 +0,0 @@ -export MOZILLA_OFFICIAL=1 -export JAVA_HOME=/tools/jdk - -ac_add_options --enable-application=xulrunner -ac_add_options --disable-tests - -. $topsrcdir/build/unix/mozconfig.linux - -. "$topsrcdir/xulrunner/config/mozconfigs/common.override" diff --git a/application/xulrunner/config/mozconfigs/macosx-universal/xulrunner b/application/xulrunner/config/mozconfigs/macosx-universal/xulrunner deleted file mode 100644 index ac7e24fe2..000000000 --- a/application/xulrunner/config/mozconfigs/macosx-universal/xulrunner +++ /dev/null @@ -1,9 +0,0 @@ -. $topsrcdir/build/macosx/universal/mozconfig - -export MOZILLA_OFFICIAL=1 - -ac_add_options --enable-application=xulrunner -ac_add_options --disable-tests -ac_add_options --with-xulrunner-stub-name=xulrunner-stub - -. "$topsrcdir/xulrunner/config/mozconfigs/common.override" diff --git a/application/xulrunner/config/mozconfigs/win32/xulrunner b/application/xulrunner/config/mozconfigs/win32/xulrunner deleted file mode 100644 index 4c8b596a5..000000000 --- a/application/xulrunner/config/mozconfigs/win32/xulrunner +++ /dev/null @@ -1,16 +0,0 @@ -. "$topsrcdir/xulrunner/config/mozconfigs/common" - -export MOZILLA_OFFICIAL=1 -export JAVA_HOME=/d/jdk1.6.0_14 - -ac_add_options --enable-application=xulrunner -ac_add_options --enable-jemalloc -ac_add_options --disable-tests - -if test "$PROCESSOR_ARCHITECTURE" = "AMD64" -o "$PROCESSOR_ARCHITEW6432" = "AMD64"; then - . $topsrcdir/build/win32/mozconfig.vs2013-win64 -else - . $topsrcdir/build/win32/mozconfig.vs2010 -fi - -. "$topsrcdir/xulrunner/config/mozconfigs/common.override" diff --git a/application/xulrunner/config/mozconfigs/win64/xulrunner b/application/xulrunner/config/mozconfigs/win64/xulrunner deleted file mode 100644 index 7dbade2bb..000000000 --- a/application/xulrunner/config/mozconfigs/win64/xulrunner +++ /dev/null @@ -1,15 +0,0 @@ -. "$topsrcdir/xulrunner/config/mozconfigs/common" - -ac_add_options --target=x86_64-pc-mingw32 -ac_add_options --host=x86_64-pc-mingw32 - -export MOZILLA_OFFICIAL=1 -export JAVA_HOME=/d/jdk1.6.0_14 - -ac_add_options --enable-application=xulrunner -ac_add_options --enable-jemalloc -ac_add_options --disable-tests - -. $topsrcdir/build/win64/mozconfig.vs2013 - -. "$topsrcdir/xulrunner/config/mozconfigs/common.override" diff --git a/application/xulrunner/configure.in b/application/xulrunner/configure.in deleted file mode 100644 index 825faaddd..000000000 --- a/application/xulrunner/configure.in +++ /dev/null @@ -1,11 +0,0 @@ -dnl -*- Mode: Autoconf; tab-width: 2; indent-tabs-mode: nil; -*- -dnl vi: set tabstop=2 shiftwidth=2 expandtab: -dnl This Source Code Form is subject to the terms of the Mozilla Public -dnl License, v. 2.0. If a copy of the MPL was not distributed with this -dnl file, You can obtain one at http://mozilla.org/MPL/2.0/. - -dnl Things we need to carry from confvars.sh -AC_SUBST(MOZ_XULRUNNER) -AC_DEFINE(MOZ_XULRUNNER) - -dnl Optional parts of the build. diff --git a/application/xulrunner/confvars.sh b/application/xulrunner/confvars.sh deleted file mode 100644 index 794b2b4b1..000000000 --- a/application/xulrunner/confvars.sh +++ /dev/null @@ -1,24 +0,0 @@ -#! /bin/sh -# 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/. - -MOZ_XULRUNNER=1 -MC_OFFICIAL=1 - -MOZ_APP_NAME=xulrunner -MOZ_APP_DISPLAYNAME=XULRunner -MOZ_APP_VERSION=$MOZILLA_VERSION -MOZ_CHROME_FILE_FORMAT=omni - -MOZ_UPDATER=1 - -MOZ_PLACES=1 -MOZ_WEBRTC=1 -MOZ_WEBGL_CONFORMANT=1 - -MOZ_EXTENSIONS_DEFAULT=" gio" - -MOZ_SERVICES_COMMON=1 -MOZ_SERVICES_SYNC=1 -MOZ_SERVICES_HEALTHREPORT= diff --git a/application/xulrunner/examples/moz.build b/application/xulrunner/examples/moz.build deleted file mode 100644 index a1782b42f..000000000 --- a/application/xulrunner/examples/moz.build +++ /dev/null @@ -1,7 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# 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/. - -DIRS += ['simple'] diff --git a/application/xulrunner/examples/simple/application.ini b/application/xulrunner/examples/simple/application.ini deleted file mode 100644 index 39c051422..000000000 --- a/application/xulrunner/examples/simple/application.ini +++ /dev/null @@ -1,43 +0,0 @@ -#filter substitution -[App] -; -; This field specifies your organization's name. This field is recommended, -; but optional. -Vendor=MozillaTest -; -; This field specifies your application's name. This field is required. -Name=Simple -; -; This field specifies your application's version. This field is required. -Version=0.1 -; -; This field specifies your application's build ID (timestamp). This field is -; required. -BuildID=20070625 -; -; This field specifies a compact copyright notice for your application. This -; field is optional. -Copyright=Copyright (c) 2004 Mozilla.org -; -; This ID is just an example. Every XUL app ought to have it's own unique ID. -; You can use the microsoft "guidgen" or "uuidgen" tools, or go on -; irc.mozilla.org and /msg botbot uuid. This field is optional. -ID={3aea3f07-ffe3-4060-bb03-bff3a5365e90} - -[Gecko] -; -; This field is required. It specifies the minimum Gecko version that this -; application requires. -MinVersion=@MOZILLA_VERSION_U@ -; -; This field is optional. It specifies the maximum Gecko version that this -; application requires. It should be specified if your application uses -; unfrozen interfaces. -MaxVersion=@MOZILLA_VERSION_U@ - -[Shell] -; -; This field specifies the location of your application's main icon with file -; extension excluded. NOTE: Unix style file separators are required. This -; field is optional. -Icon=chrome/icons/default/simple diff --git a/application/xulrunner/examples/simple/components/moz.build b/application/xulrunner/examples/simple/components/moz.build deleted file mode 100644 index 8ff468534..000000000 --- a/application/xulrunner/examples/simple/components/moz.build +++ /dev/null @@ -1,7 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# 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/. - -DIRS += ['public', 'src'] diff --git a/application/xulrunner/examples/simple/components/public/moz.build b/application/xulrunner/examples/simple/components/public/moz.build deleted file mode 100644 index 3a611f85a..000000000 --- a/application/xulrunner/examples/simple/components/public/moz.build +++ /dev/null @@ -1,13 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# 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/. - -XPIDL_SOURCES += [ - 'nsISimpleTest.idl', -] - -XPIDL_MODULE = 'simple' - -XPI_NAME = 'simple' diff --git a/application/xulrunner/examples/simple/components/public/nsISimpleTest.idl b/application/xulrunner/examples/simple/components/public/nsISimpleTest.idl deleted file mode 100644 index 99b9b86af..000000000 --- a/application/xulrunner/examples/simple/components/public/nsISimpleTest.idl +++ /dev/null @@ -1,15 +0,0 @@ -/* vim:set ts=2 sw=2 sts=2 et cin: */ -/* 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/. */ - -#include "nsISupports.idl" - -[scriptable, uuid(f2f71d91-0451-47ec-aaa0-166663a7711a)] -interface nsISimpleTest : nsISupports -{ - /** - * This interface adds two numbers together and returns the result. - */ - long add(in long a, in long b); -}; diff --git a/application/xulrunner/examples/simple/components/src/SimpleTest.cpp b/application/xulrunner/examples/simple/components/src/SimpleTest.cpp deleted file mode 100644 index 06249abdd..000000000 --- a/application/xulrunner/examples/simple/components/src/SimpleTest.cpp +++ /dev/null @@ -1,54 +0,0 @@ -/* vim:set ts=2 sw=2 sts=2 et cin: */ -/* 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/. */ - -#include -#include "nsISimpleTest.h" -#include "mozilla/ModuleUtils.h" - -class SimpleTest : public nsISimpleTest -{ - ~SimpleTest() {} -public: - NS_DECL_ISUPPORTS - NS_DECL_NSISIMPLETEST -}; - -NS_IMPL_ISUPPORTS(SimpleTest, nsISimpleTest) - -NS_IMETHODIMP -SimpleTest::Add(int32_t a, int32_t b, int32_t *r) -{ - printf("add(%d,%d) from C++\n", a, b); - - *r = a + b; - return NS_OK; -} - -NS_GENERIC_FACTORY_CONSTRUCTOR(SimpleTest) - -// 5e14b432-37b6-4377-923b-c987418d8429 -#define SIMPLETEST_CID \ - { 0x5e14b432, 0x37b6, 0x4377, \ - { 0x92, 0x3b, 0xc9, 0x87, 0x41, 0x8d, 0x84, 0x29 } } - -NS_DEFINE_NAMED_CID(SIMPLETEST_CID); - -static const mozilla::Module::CIDEntry kSimpleCIDs[] = { - { &kSIMPLETEST_CID, false, nullptr, SimpleTestConstructor }, - { nullptr } -}; - -static const mozilla::Module::ContractIDEntry kSimpleContracts[] = { - { "@test.mozilla.org/simple-test;1?impl=c++", &kSIMPLETEST_CID }, - { nullptr } -}; - -static const mozilla::Module kSimpleModule = { - mozilla::Module::kVersion, - kSimpleCIDs, - kSimpleContracts -}; - -NSMODULE_DEFN(SimpleTestModule) = &kSimpleModule; diff --git a/application/xulrunner/examples/simple/components/src/SimpleTest.js b/application/xulrunner/examples/simple/components/src/SimpleTest.js deleted file mode 100644 index e6cf90660..000000000 --- a/application/xulrunner/examples/simple/components/src/SimpleTest.js +++ /dev/null @@ -1,27 +0,0 @@ -/* vim:set ts=2 sw=2 sts=2 et cin: */ -/* 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/. */ - -Components.utils.import("resource://gre/modules/XPCOMUtils.jsm"); - -function SimpleTest() { -} - -SimpleTest.prototype = { - classID: Components.ID("{4177e257-a0dc-49b9-a774-522a000a49fa}"), - - QueryInterface: function(iid) { - if (iid.equals(Components.interfaces.nsISimpleTest) || - iid.equals(Components.interfaces.nsISupports)) - return this; - throw Components.results.NS_ERROR_NO_INTERFACE; - }, - - add: function(a, b) { - dump("add(" + a + "," + b + ") from JS\n"); - return a + b; - } -}; - -this.NSGetFactory = XPCOMUtils.generateNSGetFactory([SimpleTest]); diff --git a/application/xulrunner/examples/simple/components/src/SimpleTest.manifest b/application/xulrunner/examples/simple/components/src/SimpleTest.manifest deleted file mode 100644 index c7388b9d7..000000000 --- a/application/xulrunner/examples/simple/components/src/SimpleTest.manifest +++ /dev/null @@ -1,2 +0,0 @@ -component {4177e257-a0dc-49b9-a774-522a000a49fa} SimpleTest.js -contract @test.mozilla.org/simple-test;1?impl=js {4177e257-a0dc-49b9-a774-522a000a49fa} diff --git a/application/xulrunner/examples/simple/components/src/moz.build b/application/xulrunner/examples/simple/components/src/moz.build deleted file mode 100644 index 153bfdd0c..000000000 --- a/application/xulrunner/examples/simple/components/src/moz.build +++ /dev/null @@ -1,21 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# 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/. - -SOURCES += [ - 'SimpleTest.cpp', -] - -XPCOMBinaryComponent('simpletest') - -EXTRA_COMPONENTS += [ - 'SimpleTest.js', - 'SimpleTest.manifest', -] - -XPI_NAME = 'simple' - -if CONFIG['GNU_CXX']: - CXXFLAGS += ['-Wshadow'] diff --git a/application/xulrunner/examples/simple/content/contents.rdf b/application/xulrunner/examples/simple/content/contents.rdf deleted file mode 100644 index e69de29bb..000000000 diff --git a/application/xulrunner/examples/simple/content/simple.js b/application/xulrunner/examples/simple/content/simple.js deleted file mode 100644 index acf6f1029..000000000 --- a/application/xulrunner/examples/simple/content/simple.js +++ /dev/null @@ -1,17 +0,0 @@ -/* vim:set ts=2 sw=2 sts=2 et cin: */ -/* 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/. */ - -function onButtonClick() { - var textbox = document.getElementById("textbox"); - - var contractid = (textbox.value % 2 == 0) ? - "@test.mozilla.org/simple-test;1?impl=js" : - "@test.mozilla.org/simple-test;1?impl=c++"; - - var test = Components.classes[contractid]. - createInstance(Components.interfaces.nsISimpleTest); - - textbox.value = test.add(textbox.value, 1); -} diff --git a/application/xulrunner/examples/simple/content/simple.xul b/application/xulrunner/examples/simple/content/simple.xul deleted file mode 100644 index 6ff915d0c..000000000 --- a/application/xulrunner/examples/simple/content/simple.xul +++ /dev/null @@ -1,20 +0,0 @@ - -# vim:set ts=8 sw=8 sts=8 noet: -# 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/. - - - - - - -