summaryrefslogtreecommitdiffstats
path: root/webbrowser
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2020-05-07 22:19:22 -0700
committerThomas Groman <tgroman@nuegia.net>2020-05-07 22:19:22 -0700
commita30acab28ddcf1b0c634e02f3e5f0bc607c2c901 (patch)
treef12748eb52c0cc8f860a37b7f9a9030599db64cf /webbrowser
parent5563c20d888589f72af43db315883eda68bfabec (diff)
downloadwebbrowser-a30acab28ddcf1b0c634e02f3e5f0bc607c2c901.tar
webbrowser-a30acab28ddcf1b0c634e02f3e5f0bc607c2c901.tar.gz
webbrowser-a30acab28ddcf1b0c634e02f3e5f0bc607c2c901.tar.lz
webbrowser-a30acab28ddcf1b0c634e02f3e5f0bc607c2c901.tar.xz
webbrowser-a30acab28ddcf1b0c634e02f3e5f0bc607c2c901.zip
removed more windows/mac stuff
Diffstat (limited to 'webbrowser')
-rw-r--r--webbrowser/app/macbuild/Contents/CodeResources1
-rw-r--r--webbrowser/app/macbuild/Contents/Info.plist.in227
-rw-r--r--webbrowser/app/macbuild/Contents/MacOS-files.in10
-rw-r--r--webbrowser/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in5
-rw-r--r--webbrowser/app/macbuild/Contents/_CodeSignature/CodeResources71
-rw-r--r--webbrowser/app/macversion.py44
-rw-r--r--webbrowser/app/module.ver8
-rw-r--r--webbrowser/app/palemoon.exe.manifest48
-rw-r--r--webbrowser/app/splash.rc21
9 files changed, 0 insertions, 435 deletions
diff --git a/webbrowser/app/macbuild/Contents/CodeResources b/webbrowser/app/macbuild/Contents/CodeResources
deleted file mode 100644
index 1a65e20..0000000
--- a/webbrowser/app/macbuild/Contents/CodeResources
+++ /dev/null
@@ -1 +0,0 @@
-_CodeSignature/CodeResources \ No newline at end of file
diff --git a/webbrowser/app/macbuild/Contents/Info.plist.in b/webbrowser/app/macbuild/Contents/Info.plist.in
deleted file mode 100644
index b224064..0000000
--- a/webbrowser/app/macbuild/Contents/Info.plist.in
+++ /dev/null
@@ -1,227 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleDocumentTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>html</string>
- <string>htm</string>
- <string>shtml</string>
- <string>xht</string>
- <string>xhtml</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>document.icns</string>
- <key>CFBundleTypeName</key>
- <string>HTML Document</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>HTML</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- </dict>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>svg</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>document.icns</string>
- <key>CFBundleTypeMIMETypes</key>
- <array>
- <string>image/svg+xml</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>SVG document</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>TEXT</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- <key>NSDocumentClass</key>
- <string>BrowserDocument</string>
- </dict>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>text</string>
- <string>txt</string>
- <string>js</string>
- <string>log</string>
- <string>css</string>
- <string>xul</string>
- <string>rdf</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>document.icns</string>
- <key>CFBundleTypeName</key>
- <string>Text Document</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>TEXT</string>
- <string>utxt</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- </dict>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>jpeg</string>
- <string>jpg</string>
- <string>png</string>
- <string>gif</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>fileBookmark.icns</string>
- <key>CFBundleTypeName</key>
- <string>document.icns</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>GIFf</string>
- <string>JPEG</string>
- <string>PNGf</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- </dict>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>oga</string>
- <string>ogg</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>document.icns</string>
- <key>CFBundleTypeMIMETypes</key>
- <array>
- <string>audio/ogg</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>HTML5 Audio (Ogg)</string>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- </dict>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>ogv</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>document.icns</string>
- <key>CFBundleTypeMIMETypes</key>
- <array>
- <string>video/ogg</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>HTML5 Video (Ogg)</string>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- </dict>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>webm</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>document.icns</string>
- <key>CFBundleTypeMIMETypes</key>
- <array>
- <string>video/webm</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>HTML5 Video (WebM)</string>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- </dict>
- </array>
- <key>CFBundleExecutable</key>
- <string>palemoon</string>
- <key>CFBundleGetInfoString</key>
- <string>%MAC_APP_NAME% %APP_VERSION%</string>
- <key>CFBundleIconFile</key>
- <string>firefox</string>
- <key>CFBundleIdentifier</key>
- <string>%MOZ_MACBUNDLE_ID%</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>%MAC_APP_NAME%</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>%APP_VERSION%</string>
- <key>CFBundleSignature</key>
- <string>MOZB</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleURLIconFile</key>
- <string>document.icns</string>
- <key>CFBundleURLName</key>
- <string>http URL</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>http</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleURLIconFile</key>
- <string>document.icns</string>
- <key>CFBundleURLName</key>
- <string>https URL</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>https</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleURLName</key>
- <string>ftp URL</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>ftp</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleURLName</key>
- <string>file URL</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>file</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>%MAC_BUNDLE_VERSION%</string>
- <key>NSAppleScriptEnabled</key>
- <true/>
- <key>LSApplicationCategoryType</key>
- <string>public.app-category.productivity</string>
- <key>LSEnvironment</key>
- <dict>
- <key>MallocNanoZone</key>
- <string>0</string>
- </dict>
- <key>LSMinimumSystemVersion</key>
- <string>10.6</string>
- <key>LSMinimumSystemVersionByArchitecture</key>
- <dict>
- <key>i386</key>
- <string>10.6.0</string>
- <key>x86_64</key>
- <string>10.6.0</string>
- </dict>
- <key>NSSupportsAutomaticGraphicsSwitching</key>
- <true/>
- <key>NSPrincipalClass</key>
- <string>GoannaNSApplication</string>
-</dict>
-</plist>
diff --git a/webbrowser/app/macbuild/Contents/MacOS-files.in b/webbrowser/app/macbuild/Contents/MacOS-files.in
deleted file mode 100644
index 561366d..0000000
--- a/webbrowser/app/macbuild/Contents/MacOS-files.in
+++ /dev/null
@@ -1,10 +0,0 @@
-/*.app/***
-/*.dylib
-/certutil
-/firefox-bin
-/gtest/***
-/pk12util
-/ssltunnel
-/xpcshell
-/XUL
-
diff --git a/webbrowser/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in b/webbrowser/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in
deleted file mode 100644
index 74d192c..0000000
--- a/webbrowser/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in
+++ /dev/null
@@ -1,5 +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/. */
-
-CFBundleName = "%MAC_APP_NAME%";
diff --git a/webbrowser/app/macbuild/Contents/_CodeSignature/CodeResources b/webbrowser/app/macbuild/Contents/_CodeSignature/CodeResources
deleted file mode 100644
index 6f6e20e..0000000
--- a/webbrowser/app/macbuild/Contents/_CodeSignature/CodeResources
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
- <dict>
- <key>rules</key>
- <dict>
- <key>^Info.plist$</key>
- <true/>
- <key>^PkgInfo$</key>
- <true/>
- <key>^MacOS/</key>
- <true/>
- <key>^Resources/</key>
- <true/>
- <key>^MacOS/distribution/.*</key><dict>
- <key>omit</key>
- <true/>
- <key>weight</key>
- <real>10</real>
- </dict>
- <key>^MacOS/override.ini</key><dict>
- <key>omit</key>
- <true/>
- <key>weight</key>
- <real>10</real>
- </dict>
- <key>^MacOS/updates/.*</key><dict>
- <key>omit</key>
- <true/>
- <key>weight</key>
- <real>10</real>
- </dict>
- <key>^MacOS/active-update.xml$</key><dict>
- <key>omit</key>
- <true/>
- <key>weight</key>
- <real>10</real>
- </dict>
- <key>^MacOS/defaults/.*</key><dict>
- <key>omit</key>
- <true/>
- <key>weight</key>
- <real>10</real>
- </dict>
- <key>^MacOS/removed-files$</key><dict>
- <key>omit</key>
- <true/>
- <key>weight</key>
- <real>10</real>
- </dict>
- <key>^MacOS/updates.xml$</key><dict>
- <key>omit</key>
- <true/>
- <key>weight</key>
- <real>10</real>
- </dict>
- <key>^Updated.app/.*</key><dict>
- <key>omit</key>
- <true/>
- <key>weight</key>
- <real>10</real>
- </dict>
- <key>^updating/.*</key><dict>
- <key>omit</key>
- <true/>
- <key>weight</key>
- <real>10</real>
- </dict>
- </dict>
- </dict>
-</plist>
diff --git a/webbrowser/app/macversion.py b/webbrowser/app/macversion.py
deleted file mode 100644
index 839aac1..0000000
--- a/webbrowser/app/macversion.py
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/usr/bin/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/.
-
-
-from optparse import OptionParser
-import sys
-import re
-
-o = OptionParser()
-o.add_option("--buildid", dest="buildid")
-o.add_option("--version", dest="version")
-
-(options, args) = o.parse_args()
-
-if not options.buildid:
- print >>sys.stderr, "--buildid is required"
- sys.exit(1)
-
-if not options.version:
- print >>sys.stderr, "--version is required"
- sys.exit(1)
-
-# We want to build a version number that matches the format allowed for
-# CFBundleVersion (nnnnn[.nn[.nn]]). We'll incorporate both the version
-# number as well as the date, so that it changes at least daily (for nightly
-# builds), but also so that newly-built older versions (e.g. beta build) aren't
-# considered "newer" than previously-built newer versions (e.g. a trunk nightly)
-
-define, MOZ_BUILDID, buildid = open(options.buildid, 'r').read().split()
-
-# extract only the major version (i.e. "14" from "14.0b1")
-majorVersion = re.match(r'^(\d+)[^\d].*', options.version).group(1)
-# last two digits of the year
-twodigityear = buildid[2:4]
-month = buildid[4:6]
-if month[0] == '0':
- month = month[1]
-day = buildid[6:8]
-if day[0] == '0':
- day = day[1]
-
-print '%s.%s.%s' % (majorVersion + twodigityear, month, day)
diff --git a/webbrowser/app/module.ver b/webbrowser/app/module.ver
deleted file mode 100644
index 7a00230..0000000
--- a/webbrowser/app/module.ver
+++ /dev/null
@@ -1,8 +0,0 @@
-WIN32_MODULE_COMPANYNAME=Moonchild Productions
-WIN32_MODULE_COPYRIGHT=ŠPale Moon, Firefox and Mozilla Developers, available under the MPL 2.0.
-WIN32_MODULE_PRODUCTVERSION=@MOZ_APP_WINVERSION@
-WIN32_MODULE_PRODUCTVERSION_STRING=@MOZ_APP_VERSION@
-WIN32_MODULE_TRADEMARKS=The Pale Moon logo and project names are the property of Moonchild Productions.
-WIN32_MODULE_DESCRIPTION=Pale Moon web browser
-WIN32_MODULE_PRODUCTNAME=Pale Moon
-WIN32_MODULE_NAME=Pale Moon
diff --git a/webbrowser/app/palemoon.exe.manifest b/webbrowser/app/palemoon.exe.manifest
deleted file mode 100644
index 465effa..0000000
--- a/webbrowser/app/palemoon.exe.manifest
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
-<assemblyIdentity
- version="1.0.0.0"
- processorArchitecture="*"
- name="Pale Moon"
- type="win32"
-/>
-<description>Pale Moon</description>
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- processorArchitecture="*"
- publicKeyToken="6595b64144ccf1df"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
- <ms_asmv3:security>
- <ms_asmv3:requestedPrivileges>
- <ms_asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
- </ms_asmv3:requestedPrivileges>
- </ms_asmv3:security>
-</ms_asmv3:trustInfo>
- <ms_asmv3:application xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
- <ms_asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
- <dpiAware>true</dpiAware>
- </ms_asmv3:windowsSettings>
- </ms_asmv3:application>
- <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
- <application>
- <!-- Windows 10 -->
- <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
- <!-- Windows 8.1 -->
- <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
- <!-- Windows 8 -->
- <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
- <!-- Windows 7 -->
- <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
- <!-- Windows Vista -->
- <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
- </application>
- </compatibility>
-</assembly>
diff --git a/webbrowser/app/splash.rc b/webbrowser/app/splash.rc
deleted file mode 100644
index 539c342..0000000
--- a/webbrowser/app/splash.rc
+++ /dev/null
@@ -1,21 +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 <windows.h>
-#include "nsNativeAppSupportWin.h"
-
-1 24 "palemoon.exe.manifest"
-
-IDI_APPICON ICON FIREFOX_ICO
-IDI_DOCUMENT ICON DOCUMENT_ICO
-IDI_APPLICATION ICON FIREFOX_ICO
-IDI_NEWWINDOW ICON NEWWINDOW_ICO
-IDI_NEWTAB ICON NEWTAB_ICO
-IDI_PBMODE ICON PBMODE_ICO
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDS_STARTMENU_APPNAME, "@MOZ_APP_DISPLAYNAME@"
-END