forked from pool/MozillaThunderbird
- update to Thunderbird 38.0.1
* includes Lightning as default extension - rebased patches - removed obsolete patches: * mozilla-ppc.patch * mozilla-nullptr-gcc45.patch * mozilla-bug1024492.patch - dropped openSUSE specific patches * thunderbird-shared-nss-db.patch * mozilla-shared-nss-db.patch the provided feature seems not to be used and its maintenance is not worth the ongoing efforts OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=286
This commit is contained in:
parent
c6fe02a4b9
commit
c16dd81a2f
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 19 17:00:11 UTC 2015 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- update to Thunderbird 38.0.1
|
||||||
|
* includes Lightning as default extension
|
||||||
|
- rebased patches
|
||||||
|
- removed obsolete patches:
|
||||||
|
* mozilla-ppc.patch
|
||||||
|
* mozilla-nullptr-gcc45.patch
|
||||||
|
* mozilla-bug1024492.patch
|
||||||
|
- dropped openSUSE specific patches
|
||||||
|
* thunderbird-shared-nss-db.patch
|
||||||
|
* mozilla-shared-nss-db.patch
|
||||||
|
the provided feature seems not to be used and its maintenance
|
||||||
|
is not worth the ongoing efforts
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 28 10:28:13 UTC 2015 - dmueller@suse.com
|
Thu May 28 10:28:13 UTC 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define mainversion 31.7.0
|
%define mainversion 38.0.1
|
||||||
%define update_channel release
|
%define update_channel release
|
||||||
|
|
||||||
%if %suse_version > 1210
|
%if %suse_version > 1210
|
||||||
@ -42,9 +42,8 @@ BuildRequires: libcurl-devel
|
|||||||
BuildRequires: libgnomeui-devel
|
BuildRequires: libgnomeui-devel
|
||||||
BuildRequires: libidl-devel
|
BuildRequires: libidl-devel
|
||||||
BuildRequires: libnotify-devel
|
BuildRequires: libnotify-devel
|
||||||
BuildRequires: mozilla-nspr-devel >= 4.10.6
|
BuildRequires: mozilla-nspr-devel >= 4.10.8
|
||||||
BuildRequires: mozilla-nss-devel >= 3.16.5
|
BuildRequires: mozilla-nss-devel >= 3.18.1
|
||||||
BuildRequires: nss-shared-helper-devel
|
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: startup-notification-devel
|
BuildRequires: startup-notification-devel
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
@ -70,7 +69,7 @@ Recommends: gstreamer-0_10-plugins-ffmpeg
|
|||||||
%endif
|
%endif
|
||||||
Version: %{mainversion}
|
Version: %{mainversion}
|
||||||
Release: 0
|
Release: 0
|
||||||
%define releasedate 2015050800
|
%define releasedate 2015061900
|
||||||
Provides: thunderbird = %{version}
|
Provides: thunderbird = %{version}
|
||||||
%if %{with_kde}
|
%if %{with_kde}
|
||||||
# this is needed to match this package with the kde4 helper package without the main package
|
# this is needed to match this package with the kde4 helper package without the main package
|
||||||
@ -95,19 +94,14 @@ Source10: create-tar.sh
|
|||||||
Source11: compare-locales.tar.xz
|
Source11: compare-locales.tar.xz
|
||||||
Source12: kde.js
|
Source12: kde.js
|
||||||
# Gecko/Toolkit
|
# Gecko/Toolkit
|
||||||
Patch1: mozilla-shared-nss-db.patch
|
Patch1: mozilla-language.patch
|
||||||
Patch2: mozilla-language.patch
|
Patch2: mozilla-nongnome-proxies.patch
|
||||||
Patch3: mozilla-nongnome-proxies.patch
|
Patch3: mozilla-kde.patch
|
||||||
Patch4: mozilla-kde.patch
|
Patch4: mozilla-arm-disable-edsp.patch
|
||||||
Patch5: mozilla-arm-disable-edsp.patch
|
Patch5: mozilla-develdirs.patch
|
||||||
Patch6: mozilla-ppc.patch
|
Patch6: mozilla-icu-strncat.patch
|
||||||
Patch7: mozilla-nullptr-gcc45.patch
|
|
||||||
Patch8: mozilla-icu-strncat.patch
|
|
||||||
Patch9: mozilla-bug1024492.patch
|
|
||||||
# Thunderbird/mail
|
# Thunderbird/mail
|
||||||
Patch20: tb-ssldap.patch
|
Patch20: tb-ssldap.patch
|
||||||
Patch21: tb-develdirs.patch
|
|
||||||
Patch22: thunderbird-shared-nss-db.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
PreReq: coreutils fileutils textutils /bin/sh
|
PreReq: coreutils fileutils textutils /bin/sh
|
||||||
Recommends: libcanberra0
|
Recommends: libcanberra0
|
||||||
@ -196,20 +190,15 @@ symbols meant for upload to Mozilla's crash collector database.
|
|||||||
pushd mozilla
|
pushd mozilla
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
|
||||||
%if %{with_kde}
|
%if %{with_kde}
|
||||||
%patch4 -p1
|
%patch3 -p1
|
||||||
%endif
|
%endif
|
||||||
|
%patch4 -p1
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
|
||||||
%patch8 -p1
|
|
||||||
%patch9 -p3
|
|
||||||
popd
|
popd
|
||||||
# comm-central patches
|
# comm-central patches
|
||||||
%patch20 -p1
|
%patch20 -p1
|
||||||
%patch21 -p1
|
|
||||||
%patch22 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# no need to add build time to binaries
|
# no need to add build time to binaries
|
||||||
@ -250,6 +239,7 @@ mk_add_options MOZ_MILESTONE_RELEASE=1
|
|||||||
mk_add_options MOZ_MAKE_FLAGS=%{?jobs:-j%jobs}
|
mk_add_options MOZ_MAKE_FLAGS=%{?jobs:-j%jobs}
|
||||||
mk_add_options MOZ_OBJDIR=$RPM_BUILD_DIR/obj
|
mk_add_options MOZ_OBJDIR=$RPM_BUILD_DIR/obj
|
||||||
ac_add_options --enable-application=mail
|
ac_add_options --enable-application=mail
|
||||||
|
ac_add_options --enable-calendar
|
||||||
ac_add_options --prefix=%{_prefix}
|
ac_add_options --prefix=%{_prefix}
|
||||||
ac_add_options --libdir=%{progdir}
|
ac_add_options --libdir=%{progdir}
|
||||||
ac_add_options --includedir=%{_includedir}
|
ac_add_options --includedir=%{_includedir}
|
||||||
@ -273,10 +263,6 @@ ac_add_options --enable-update-channel=%{update_channel}
|
|||||||
%if 0%{?gstreamer} == 1
|
%if 0%{?gstreamer} == 1
|
||||||
ac_add_options --enable-gstreamer=1.0
|
ac_add_options --enable-gstreamer=1.0
|
||||||
%endif
|
%endif
|
||||||
%if %suse_version > 1130
|
|
||||||
ac_add_options --disable-gnomevfs
|
|
||||||
ac_add_options --enable-gio
|
|
||||||
%endif
|
|
||||||
%if %suse_version < 1220
|
%if %suse_version < 1220
|
||||||
ac_add_options --disable-gstreamer
|
ac_add_options --disable-gstreamer
|
||||||
%endif
|
%endif
|
||||||
@ -298,7 +284,7 @@ cd $RPM_BUILD_DIR/obj
|
|||||||
make -C mail/installer STRIP=/bin/true MOZ_PKG_FATAL_WARNINGS=0
|
make -C mail/installer STRIP=/bin/true MOZ_PKG_FATAL_WARNINGS=0
|
||||||
# copy tree into RPM_BUILD_ROOT
|
# copy tree into RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT%{progdir}
|
mkdir -p $RPM_BUILD_ROOT%{progdir}
|
||||||
cp -rf $RPM_BUILD_DIR/obj/mozilla/dist/thunderbird/* \
|
cp -rf $RPM_BUILD_DIR/obj/dist/thunderbird/* \
|
||||||
$RPM_BUILD_ROOT%{progdir}
|
$RPM_BUILD_ROOT%{progdir}
|
||||||
%if %{with_kde}
|
%if %{with_kde}
|
||||||
# install kde.js
|
# install kde.js
|
||||||
@ -327,7 +313,7 @@ for locale in $(awk '{ print $1; }' ../thunderbird/mail/locales/shipped-locales)
|
|||||||
popd
|
popd
|
||||||
LOCALE_MERGEDIR=$RPM_BUILD_DIR/l10n-merged/$locale \
|
LOCALE_MERGEDIR=$RPM_BUILD_DIR/l10n-merged/$locale \
|
||||||
make -C mail/locales langpack-$locale || continue
|
make -C mail/locales langpack-$locale || continue
|
||||||
cp -rL mozilla/dist/xpi-stage/locale-$locale \
|
cp -rL dist/xpi-stage/locale-$locale \
|
||||||
$RPM_BUILD_ROOT%{progdir}/extensions/langpack-$locale@thunderbird.mozilla.org
|
$RPM_BUILD_ROOT%{progdir}/extensions/langpack-$locale@thunderbird.mozilla.org
|
||||||
# remove prefs and profile defaults from langpack
|
# remove prefs and profile defaults from langpack
|
||||||
rm -rf $RPM_BUILD_ROOT%{progdir}/extensions/langpack-$locale@thunderbird.mozilla.org/defaults
|
rm -rf $RPM_BUILD_ROOT%{progdir}/extensions/langpack-$locale@thunderbird.mozilla.org/defaults
|
||||||
@ -372,11 +358,11 @@ EOF
|
|||||||
# DEVEL
|
# DEVEL
|
||||||
#
|
#
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_includedir}/%{progname}
|
mkdir -p $RPM_BUILD_ROOT%{_includedir}/%{progname}
|
||||||
chmod a+x mozilla/dist/sdk/bin/*.py
|
chmod a+x dist/sdk/bin/*.py
|
||||||
cp -rL mozilla/dist/sdk/bin/* $RPM_BUILD_ROOT%{_libdir}/%{progname}/
|
cp -rL dist/sdk/bin/* $RPM_BUILD_ROOT%{_libdir}/%{progname}/
|
||||||
cp -rL mozilla/dist/sdk/lib/*.a $RPM_BUILD_ROOT%{_libdir}/%{progname}/
|
cp -rL dist/sdk/lib/*.a $RPM_BUILD_ROOT%{_libdir}/%{progname}/
|
||||||
cp -rL mozilla/dist/idl/* $RPM_BUILD_ROOT%{_includedir}/%{progname}/
|
cp -rL dist/idl/* $RPM_BUILD_ROOT%{_includedir}/%{progname}/
|
||||||
cp -rL mozilla/dist/include/* $RPM_BUILD_ROOT%{_includedir}/%{progname}/
|
cp -rL dist/include/* $RPM_BUILD_ROOT%{_includedir}/%{progname}/
|
||||||
#mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkgconfig/
|
#mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkgconfig/
|
||||||
#install -m 755 $RPM_BUILD_DIR/thunderbird/mozilla/build/unix/thunderbird-*.pc \
|
#install -m 755 $RPM_BUILD_DIR/thunderbird/mozilla/build/unix/thunderbird-*.pc \
|
||||||
# $RPM_BUILD_ROOT%{_libdir}/pkgconfig/
|
# $RPM_BUILD_ROOT%{_libdir}/pkgconfig/
|
||||||
@ -421,9 +407,9 @@ SYMBOLS_NAME="thunderbird-%{mainversion}-%{release}.%{_arch}-%{suse_version}-sym
|
|||||||
make buildsymbols \
|
make buildsymbols \
|
||||||
SYMBOL_INDEX_NAME="$SYMBOLS_NAME.txt" \
|
SYMBOL_INDEX_NAME="$SYMBOLS_NAME.txt" \
|
||||||
SYMBOL_ARCHIVE_BASENAME="$SYMBOLS_NAME"
|
SYMBOL_ARCHIVE_BASENAME="$SYMBOLS_NAME"
|
||||||
if [ -e mozilla/dist/*symbols.zip ]; then
|
if [ -e dist/*symbols.zip ]; then
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/mozilla/
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/mozilla/
|
||||||
cp mozilla/dist/*symbols.zip $RPM_BUILD_ROOT%{_datadir}/mozilla/
|
cp dist/*symbols.zip $RPM_BUILD_ROOT%{_datadir}/mozilla/
|
||||||
fi
|
fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -454,7 +440,6 @@ exit 0
|
|||||||
%{progdir}/chrome.manifest
|
%{progdir}/chrome.manifest
|
||||||
%{progdir}/dependentlibs.list
|
%{progdir}/dependentlibs.list
|
||||||
%{progdir}/*.so
|
%{progdir}/*.so
|
||||||
%{progdir}/mozilla-xremote-client
|
|
||||||
%{progdir}/omni.ja
|
%{progdir}/omni.ja
|
||||||
%{progdir}/platform.ini
|
%{progdir}/platform.ini
|
||||||
%{progdir}/plugin-container
|
%{progdir}/plugin-container
|
||||||
@ -470,6 +455,7 @@ exit 0
|
|||||||
%dir %{progdir}/chrome/
|
%dir %{progdir}/chrome/
|
||||||
%{progdir}/chrome/icons/
|
%{progdir}/chrome/icons/
|
||||||
%dir %{progdir}/dictionaries/
|
%dir %{progdir}/dictionaries/
|
||||||
|
%{progdir}/distribution/
|
||||||
%{progdir}/defaults/
|
%{progdir}/defaults/
|
||||||
%dir %{progdir}/extensions/
|
%dir %{progdir}/extensions/
|
||||||
%{progdir}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
|
%{progdir}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:34590bb451fd54ad6a32eac894bfdf5bb4160f2e4efc912ac90f83065b812251
|
oid sha256:d2e2c1c42bb7cb5ace5335714f1ac3e757079d93c5da1f9651b9ac48b6159799
|
||||||
size 28460
|
size 28424
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
CHANNEL="esr31"
|
CHANNEL="esr38"
|
||||||
BRANCH="releases/comm-$CHANNEL"
|
BRANCH="releases/comm-$CHANNEL"
|
||||||
RELEASE_TAG="THUNDERBIRD_31_7_0_RELEASE"
|
RELEASE_TAG="THUNDERBIRD_38_0_1_RELEASE"
|
||||||
VERSION="31.7.0"
|
VERSION="38.0.1"
|
||||||
|
|
||||||
echo "cloning $BRANCH..."
|
echo "cloning $BRANCH..."
|
||||||
hg clone http://hg.mozilla.org/$BRANCH thunderbird
|
hg clone http://hg.mozilla.org/$BRANCH thunderbird
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ef194ea75f9c905211d57d3dad3a64d88fd88cdb78fdf92924b9f639086f9086
|
|
||||||
size 20749320
|
|
3
l10n-38.0.1.tar.xz
Normal file
3
l10n-38.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e322189e9ba4fe5e4ce644707f8b8405ac2a52bdadd9e7c9a9a82a3301f36f7d
|
||||||
|
size 21419620
|
@ -1,239 +0,0 @@
|
|||||||
Fixes build with GCC 5.x
|
|
||||||
|
|
||||||
https://bug1024492.bugzilla.mozilla.org/attachment.cgi?id=8439834&action=diff&context=patch&format=raw&headers=1
|
|
||||||
|
|
||||||
diff -ur a/thunderbird/mozilla/js/src/builtin/TypedObject.cpp b/thunderbird/mozilla/js/src/builtin/TypedObject.cpp
|
|
||||||
--- a/thunderbird/mozilla/js/src/builtin/TypedObject.cpp 2015-05-09 08:50:17.567803110 +0200
|
|
||||||
+++ b/thunderbird/mozilla/js/src/builtin/TypedObject.cpp 2015-05-28 11:25:07.771027783 +0200
|
|
||||||
@@ -710,12 +710,12 @@
|
|
||||||
contents.append(")");
|
|
||||||
RootedAtom stringRepr(cx, contents.finishAtom());
|
|
||||||
if (!stringRepr)
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
|
|
||||||
// Extract ArrayType.prototype
|
|
||||||
RootedObject arrayTypePrototype(cx, GetPrototype(cx, arrayTypeGlobal));
|
|
||||||
if (!arrayTypePrototype)
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
|
|
||||||
// Create the instance of ArrayType
|
|
||||||
Rooted<UnsizedArrayTypeDescr*> obj(cx);
|
|
||||||
@@ -728,7 +728,7 @@
|
|
||||||
if (!JSObject::defineProperty(cx, obj, cx->names().length,
|
|
||||||
UndefinedHandleValue, nullptr, nullptr,
|
|
||||||
JSPROP_READONLY | JSPROP_PERMANENT))
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
|
|
||||||
args.rval().setObject(*obj);
|
|
||||||
return true;
|
|
||||||
@@ -762,7 +762,7 @@
|
|
||||||
if (!size.isValid()) {
|
|
||||||
JS_ReportErrorNumber(cx, js_GetErrorMessage, nullptr,
|
|
||||||
JSMSG_TYPEDOBJECT_TOO_BIG);
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Construct a canonical string `new ArrayType(<elementType>).dimension(N)`:
|
|
||||||
@@ -775,7 +775,7 @@
|
|
||||||
contents.append(")");
|
|
||||||
RootedAtom stringRepr(cx, contents.finishAtom());
|
|
||||||
if (!stringRepr)
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
|
|
||||||
// Create the sized type object.
|
|
||||||
Rooted<SizedArrayTypeDescr*> obj(cx);
|
|
||||||
@@ -793,7 +793,7 @@
|
|
||||||
if (!JSObject::defineProperty(cx, obj, cx->names().length,
|
|
||||||
lengthVal, nullptr, nullptr,
|
|
||||||
JSPROP_READONLY | JSPROP_PERMANENT))
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
|
|
||||||
// Add `unsized` property, which is a link from the sized
|
|
||||||
// array to the unsized array.
|
|
||||||
@@ -801,7 +801,7 @@
|
|
||||||
if (!JSObject::defineProperty(cx, obj, cx->names().unsized,
|
|
||||||
unsizedTypeDescrValue, nullptr, nullptr,
|
|
||||||
JSPROP_READONLY | JSPROP_PERMANENT))
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
|
|
||||||
args.rval().setObject(*obj);
|
|
||||||
return true;
|
|
||||||
@@ -1253,7 +1253,7 @@
|
|
||||||
Rooted<TypedProto*> proto(cx);
|
|
||||||
proto = NewObjectWithProto<TypedProto>(cx, objProto, nullptr, TenuredObject);
|
|
||||||
if (!proto)
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
proto->initTypeDescrSlot(*descr);
|
|
||||||
descr->initReservedSlot(JS_DESCR_SLOT_TYPROTO, ObjectValue(*proto));
|
|
||||||
|
|
||||||
@@ -1358,14 +1358,14 @@
|
|
||||||
#define BINARYDATA_SCALAR_DEFINE(constant_, type_, name_) \
|
|
||||||
if (!DefineSimpleTypeDescr<ScalarTypeDescr>(cx, global, module, constant_, \
|
|
||||||
cx->names().name_)) \
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
JS_FOR_EACH_SCALAR_TYPE_REPR(BINARYDATA_SCALAR_DEFINE)
|
|
||||||
#undef BINARYDATA_SCALAR_DEFINE
|
|
||||||
|
|
||||||
#define BINARYDATA_REFERENCE_DEFINE(constant_, type_, name_) \
|
|
||||||
if (!DefineSimpleTypeDescr<ReferenceTypeDescr>(cx, global, module, constant_, \
|
|
||||||
cx->names().name_)) \
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
JS_FOR_EACH_REFERENCE_TYPE_REPR(BINARYDATA_REFERENCE_DEFINE)
|
|
||||||
#undef BINARYDATA_REFERENCE_DEFINE
|
|
||||||
|
|
||||||
@@ -1375,14 +1375,14 @@
|
|
||||||
arrayType = DefineMetaTypeDescr<ArrayMetaTypeDescr>(
|
|
||||||
cx, global, module, TypedObjectModuleObject::ArrayTypePrototype);
|
|
||||||
if (!arrayType)
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
|
|
||||||
RootedValue arrayTypeValue(cx, ObjectValue(*arrayType));
|
|
||||||
if (!JSObject::defineProperty(cx, module, cx->names().ArrayType,
|
|
||||||
arrayTypeValue,
|
|
||||||
nullptr, nullptr,
|
|
||||||
JSPROP_READONLY | JSPROP_PERMANENT))
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
|
|
||||||
// StructType.
|
|
||||||
|
|
||||||
@@ -1390,14 +1390,14 @@
|
|
||||||
structType = DefineMetaTypeDescr<StructMetaTypeDescr>(
|
|
||||||
cx, global, module, TypedObjectModuleObject::StructTypePrototype);
|
|
||||||
if (!structType)
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
|
|
||||||
RootedValue structTypeValue(cx, ObjectValue(*structType));
|
|
||||||
if (!JSObject::defineProperty(cx, module, cx->names().StructType,
|
|
||||||
structTypeValue,
|
|
||||||
nullptr, nullptr,
|
|
||||||
JSPROP_READONLY | JSPROP_PERMANENT))
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
|
|
||||||
// Everything is setup, install module on the global object:
|
|
||||||
RootedValue moduleValue(cx, ObjectValue(*module));
|
|
||||||
@@ -1407,7 +1407,7 @@
|
|
||||||
nullptr, nullptr,
|
|
||||||
0))
|
|
||||||
{
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return module;
|
|
||||||
@@ -2466,7 +2466,7 @@
|
|
||||||
if (length < 0) {
|
|
||||||
JS_ReportErrorNumber(cx, js_GetErrorMessage,
|
|
||||||
nullptr, JSMSG_TYPEDOBJECT_BAD_ARGS);
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
}
|
|
||||||
Rooted<TypedObject*> obj(cx, createZeroed(cx, callee, length));
|
|
||||||
if (!obj)
|
|
||||||
diff -ur a/thunderbird/mozilla/js/src/frontend/BytecodeCompiler.cpp b/thunderbird/mozilla/js/src/frontend/BytecodeCompiler.cpp
|
|
||||||
--- a/thunderbird/mozilla/js/src/frontend/BytecodeCompiler.cpp 2015-05-09 08:50:17.666800504 +0200
|
|
||||||
+++ b/thunderbird/mozilla/js/src/frontend/BytecodeCompiler.cpp 2015-05-28 11:25:07.771027783 +0200
|
|
||||||
@@ -544,7 +544,7 @@
|
|
||||||
|
|
||||||
RootedScriptSource sourceObject(cx, CreateScriptSourceObject(cx, options));
|
|
||||||
if (!sourceObject)
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
ScriptSource* ss = sourceObject->source();
|
|
||||||
|
|
||||||
SourceCompressionTask sct(cx);
|
|
||||||
diff -ur a/thunderbird/mozilla/js/src/vm/ScopeObject.h b/thunderbird/mozilla/js/src/vm/ScopeObject.h
|
|
||||||
--- a/thunderbird/mozilla/js/src/vm/ScopeObject.h 2015-05-09 08:50:19.900741697 +0200
|
|
||||||
+++ b/thunderbird/mozilla/js/src/vm/ScopeObject.h 2015-05-28 11:25:07.771027783 +0200
|
|
||||||
@@ -63,21 +63,9 @@
|
|
||||||
bool onNamedLambda;
|
|
||||||
|
|
||||||
public:
|
|
||||||
- StaticScopeIter(ExclusiveContext* cx, JSObject* obj)
|
|
||||||
- : obj(cx, obj), onNamedLambda(false)
|
|
||||||
- {
|
|
||||||
- JS_STATIC_ASSERT(allowGC == CanGC);
|
|
||||||
- JS_ASSERT_IF(obj, obj->is<StaticBlockObject>() || obj->is<StaticWithObject>() ||
|
|
||||||
- obj->is<JSFunction>());
|
|
||||||
- }
|
|
||||||
+ StaticScopeIter(ExclusiveContext *cx, JSObject *obj);
|
|
||||||
|
|
||||||
- StaticScopeIter(JSObject* obj)
|
|
||||||
- : obj((ExclusiveContext*) nullptr, obj), onNamedLambda(false)
|
|
||||||
- {
|
|
||||||
- JS_STATIC_ASSERT(allowGC == NoGC);
|
|
||||||
- JS_ASSERT_IF(obj, obj->is<StaticBlockObject>() || obj->is<StaticWithObject>() ||
|
|
||||||
- obj->is<JSFunction>());
|
|
||||||
- }
|
|
||||||
+ explicit StaticScopeIter(JSObject *obj);
|
|
||||||
|
|
||||||
bool done() const;
|
|
||||||
void operator++(int);
|
|
||||||
diff -ur a/thunderbird/mozilla/js/src/vm/ScopeObject-inl.h b/thunderbird/mozilla/js/src/vm/ScopeObject-inl.h
|
|
||||||
--- a/thunderbird/mozilla/js/src/vm/ScopeObject-inl.h 2015-05-09 08:50:19.898741750 +0200
|
|
||||||
+++ b/thunderbird/mozilla/js/src/vm/ScopeObject-inl.h 2015-05-28 11:25:07.771027783 +0200
|
|
||||||
@@ -13,6 +13,26 @@
|
|
||||||
|
|
||||||
namespace js {
|
|
||||||
|
|
||||||
+template <AllowGC allowGC>
|
|
||||||
+inline
|
|
||||||
+StaticScopeIter<allowGC>::StaticScopeIter(ExclusiveContext *cx, JSObject *obj)
|
|
||||||
+ : obj(cx, obj), onNamedLambda(false)
|
|
||||||
+{
|
|
||||||
+ JS_STATIC_ASSERT(allowGC == CanGC);
|
|
||||||
+ JS_ASSERT_IF(obj, obj->is<StaticBlockObject>() || obj->is<StaticWithObject>() ||
|
|
||||||
+ obj->is<JSFunction>());
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
+template <AllowGC allowGC>
|
|
||||||
+inline
|
|
||||||
+StaticScopeIter<allowGC>::StaticScopeIter(JSObject *obj)
|
|
||||||
+ : obj((ExclusiveContext *) nullptr, obj), onNamedLambda(false)
|
|
||||||
+{
|
|
||||||
+ JS_STATIC_ASSERT(allowGC == NoGC);
|
|
||||||
+ JS_ASSERT_IF(obj, obj->is<StaticBlockObject>() || obj->is<StaticWithObject>() ||
|
|
||||||
+ obj->is<JSFunction>());
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
inline void
|
|
||||||
ScopeObject::setAliasedVar(JSContext* cx, ScopeCoordinate sc, PropertyName* name, const Value& v)
|
|
||||||
{
|
|
||||||
diff -ur a/thunderbird/mozilla/js/xpconnect/wrappers/XrayWrapper.cpp b/thunderbird/mozilla/js/xpconnect/wrappers/XrayWrapper.cpp
|
|
||||||
--- a/thunderbird/mozilla/js/xpconnect/wrappers/XrayWrapper.cpp 2015-05-09 08:50:15.061869076 +0200
|
|
||||||
+++ b/thunderbird/mozilla/js/xpconnect/wrappers/XrayWrapper.cpp 2015-05-28 11:25:07.775027837 +0200
|
|
||||||
@@ -351,7 +351,7 @@
|
|
||||||
{
|
|
||||||
JSAutoCompartment ac(cx, target);
|
|
||||||
if (!JS_GetClassPrototype(cx, key, protop))
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
}
|
|
||||||
return JS_WrapObject(cx, protop);
|
|
||||||
}
|
|
||||||
Only in b/thunderbird/mozilla/js/xpconnect/wrappers: XrayWrapper.cpp.orig
|
|
||||||
diff -ur a/thunderbird/mozilla/netwerk/ipc/NeckoParent.cpp b/thunderbird/mozilla/netwerk/ipc/NeckoParent.cpp
|
|
||||||
--- a/thunderbird/mozilla/netwerk/ipc/NeckoParent.cpp 2015-05-09 08:50:16.383834276 +0200
|
|
||||||
+++ b/thunderbird/mozilla/netwerk/ipc/NeckoParent.cpp 2015-05-28 11:25:07.775027837 +0200
|
|
||||||
@@ -359,7 +359,7 @@
|
|
||||||
RtspChannelParent* p = static_cast<RtspChannelParent*>(aActor);
|
|
||||||
return p->Init(aConnectArgs);
|
|
||||||
#else
|
|
||||||
- return nullptr;
|
|
||||||
+ return false;
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
@ -1,16 +1,20 @@
|
|||||||
diff --git a/config/baseconfig.mk b/config/baseconfig.mk
|
diff --git a/config/baseconfig.mk b/config/baseconfig.mk
|
||||||
--- a/config/baseconfig.mk
|
--- a/config/baseconfig.mk
|
||||||
+++ b/config/baseconfig.mk
|
+++ b/config/baseconfig.mk
|
||||||
@@ -1,10 +1,10 @@
|
@@ -1,14 +1,14 @@
|
||||||
|
# This file is normally included by autoconf.mk, but it is also used
|
||||||
|
# directly in python/mozbuild/mozbuild/base.py for gmake validation.
|
||||||
|
# We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending
|
||||||
|
# whether a normal build is happening or whether the check is running.
|
||||||
-includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
-includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
||||||
-idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
-idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
||||||
+includedir := $(includedir)/$(MOZ_APP_NAME)
|
+includedir := $(includedir)/$(MOZ_APP_NAME)
|
||||||
+idldir = $(datadir)/idl/$(MOZ_APP_NAME)
|
+idldir = $(datadir)/idl/$(MOZ_APP_NAME)
|
||||||
installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
||||||
sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
|
sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
|
||||||
MOZILLA_SRCDIR = $(topsrcdir)/mozilla
|
ifndef TOP_DIST
|
||||||
MOZDEPTH = $(DEPTH)/mozilla
|
TOP_DIST = dist
|
||||||
DIST = $(MOZDEPTH)/dist
|
endif
|
||||||
|
ifneq (,$(filter /%,$(TOP_DIST)))
|
||||||
# We do magic with OBJ_SUFFIX in config.mk, the following ensures we don't
|
DIST = $(TOP_DIST)
|
||||||
# manually use it before config.mk inclusion
|
else
|
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,11 @@
|
|||||||
# HG changeset patch
|
# HG changeset patch
|
||||||
# User Wolfgang Rosenauer <wr@rosenauer.org>
|
# User Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
# Parent 13eb644c1216aed92b29dbc63fc26ce66f98c66c
|
# Parent 5a29924228527f8882c83cf62d470963ea1ce62e
|
||||||
Bug 583793 - Firefox interface language set to LANG, ignores LANGUAGE
|
Bug 583793 - Firefox interface language set to LANG, ignores LANGUAGE
|
||||||
|
|
||||||
diff --git a/intl/locale/src/nsLocaleService.cpp b/intl/locale/src/nsLocaleService.cpp
|
diff --git a/intl/locale/nsLocaleService.cpp b/intl/locale/nsLocaleService.cpp
|
||||||
--- a/intl/locale/src/nsLocaleService.cpp
|
--- a/intl/locale/nsLocaleService.cpp
|
||||||
+++ b/intl/locale/src/nsLocaleService.cpp
|
+++ b/intl/locale/nsLocaleService.cpp
|
||||||
@@ -122,16 +122,17 @@ nsLocaleService::nsLocaleService(void)
|
@@ -122,16 +122,17 @@ nsLocaleService::nsLocaleService(void)
|
||||||
nsRefPtr<nsLocale> resultLocale(new nsLocale());
|
nsRefPtr<nsLocale> resultLocale(new nsLocale());
|
||||||
NS_ENSURE_TRUE_VOID(resultLocale);
|
NS_ENSURE_TRUE_VOID(resultLocale);
|
||||||
|
@ -1,55 +0,0 @@
|
|||||||
# HG changeset patch
|
|
||||||
# Parent c7f2d830f66744f9da21b93f80017d28b5fba9a0
|
|
||||||
# User Wolfgang Rosenauer <wr@rosenauer.org>
|
|
||||||
Bug 1044581 - compilation error: bit_reader.cc:12:3: error: 'nullptr' was not declared in this scope
|
|
||||||
|
|
||||||
diff --git a/content/media/fmp4/demuxer/bit_reader.cc b/content/media/fmp4/demuxer/bit_reader.cc
|
|
||||||
--- a/content/media/fmp4/demuxer/bit_reader.cc
|
|
||||||
+++ b/content/media/fmp4/demuxer/bit_reader.cc
|
|
||||||
@@ -1,12 +1,13 @@
|
|
||||||
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
|
||||||
// found in the LICENSE file.
|
|
||||||
|
|
||||||
+#include "nullptr.h"
|
|
||||||
#include "mp4_demuxer/bit_reader.h"
|
|
||||||
#include <algorithm>
|
|
||||||
|
|
||||||
namespace mp4_demuxer {
|
|
||||||
|
|
||||||
BitReader::BitReader(const uint8_t* data, off_t size)
|
|
||||||
: data_(data), bytes_left_(size), num_remaining_bits_in_curr_byte_(0) {
|
|
||||||
DCHECK(data_ != nullptr && bytes_left_ > 0);
|
|
||||||
diff --git a/content/media/fmp4/moz.build b/content/media/fmp4/moz.build
|
|
||||||
--- a/content/media/fmp4/moz.build
|
|
||||||
+++ b/content/media/fmp4/moz.build
|
|
||||||
@@ -2,16 +2,17 @@
|
|
||||||
# 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/.
|
|
||||||
|
|
||||||
EXPORTS += [
|
|
||||||
'MP4Decoder.h',
|
|
||||||
'MP4Reader.h',
|
|
||||||
+ 'nullptr.h',
|
|
||||||
'PlatformDecoderModule.h',
|
|
||||||
]
|
|
||||||
|
|
||||||
EXPORTS.mp4_demuxer += [
|
|
||||||
'demuxer/aac.h',
|
|
||||||
'demuxer/audio_decoder_config.h',
|
|
||||||
'demuxer/avc.h',
|
|
||||||
'demuxer/basictypes.h',
|
|
||||||
diff --git a/content/media/fmp4/nullptr.h b/content/media/fmp4/nullptr.h
|
|
||||||
new file mode 100644
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/content/media/fmp4/nullptr.h
|
|
||||||
@@ -0,0 +1,7 @@
|
|
||||||
+
|
|
||||||
+// GCC does not understand nullptr until 4.6
|
|
||||||
+#if defined(__GNUC__) && !defined(__clang__)
|
|
||||||
+#if __GNUC__ * 100 + __GNUC_MINOR__ < 406
|
|
||||||
+#define nullptr __null
|
|
||||||
+#endif
|
|
||||||
+#endif
|
|
@ -1,90 +0,0 @@
|
|||||||
# HG changeset patch
|
|
||||||
# Parent 21d0e194954e451f0f1935d0ed68ee9eae432ddf
|
|
||||||
# User Wolfgang Rosenauer <wr@rosenauer.org>
|
|
||||||
Bug 746112 - RegExp hang on ppc64 in execute.
|
|
||||||
|
|
||||||
diff --git a/js/src/yarr/YarrInterpreter.h b/js/src/yarr/YarrInterpreter.h
|
|
||||||
--- a/js/src/yarr/YarrInterpreter.h
|
|
||||||
+++ b/js/src/yarr/YarrInterpreter.h
|
|
||||||
@@ -162,17 +162,17 @@ struct ByteTerm {
|
|
||||||
, m_invert(invert)
|
|
||||||
{
|
|
||||||
atom.characterClass = characterClass;
|
|
||||||
atom.quantityType = QuantifierFixedCount;
|
|
||||||
atom.quantityCount = 1;
|
|
||||||
inputPosition = inputPos;
|
|
||||||
}
|
|
||||||
|
|
||||||
- ByteTerm(Type type, unsigned subpatternId, ByteDisjunction* parenthesesInfo, bool capture, int inputPos)
|
|
||||||
+ ByteTerm(Type type, unsigned subpatternId, ByteDisjunction* parenthesesInfo, bool capture, int inputPos) __attribute__((noinline))
|
|
||||||
: type(type)
|
|
||||||
, m_capture(capture)
|
|
||||||
, m_invert(false)
|
|
||||||
{
|
|
||||||
atom.subpatternId = subpatternId;
|
|
||||||
atom.parenthesesDisjunction = parenthesesInfo;
|
|
||||||
atom.quantityType = QuantifierFixedCount;
|
|
||||||
atom.quantityCount = 1;
|
|
||||||
@@ -183,17 +183,17 @@ struct ByteTerm {
|
|
||||||
: type(type)
|
|
||||||
, m_capture(false)
|
|
||||||
, m_invert(invert)
|
|
||||||
{
|
|
||||||
atom.quantityType = QuantifierFixedCount;
|
|
||||||
atom.quantityCount = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
- ByteTerm(Type type, unsigned subpatternId, bool capture, bool invert, int inputPos)
|
|
||||||
+ ByteTerm(Type type, unsigned subpatternId, bool capture, bool invert, int inputPos) __attribute__((noinline))
|
|
||||||
: type(type)
|
|
||||||
, m_capture(capture)
|
|
||||||
, m_invert(invert)
|
|
||||||
{
|
|
||||||
atom.subpatternId = subpatternId;
|
|
||||||
atom.quantityType = QuantifierFixedCount;
|
|
||||||
atom.quantityCount = 1;
|
|
||||||
inputPosition = inputPos;
|
|
||||||
diff --git a/js/src/yarr/YarrPattern.h b/js/src/yarr/YarrPattern.h
|
|
||||||
--- a/js/src/yarr/YarrPattern.h
|
|
||||||
+++ b/js/src/yarr/YarrPattern.h
|
|
||||||
@@ -180,17 +180,17 @@ struct PatternTerm {
|
|
||||||
, m_capture(false)
|
|
||||||
, m_invert(invert)
|
|
||||||
{
|
|
||||||
characterClass = charClass;
|
|
||||||
quantityType = QuantifierFixedCount;
|
|
||||||
quantityCount = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
- PatternTerm(Type type, unsigned subpatternId, PatternDisjunction* disjunction, bool capture = false, bool invert = false)
|
|
||||||
+ PatternTerm(Type type, unsigned subpatternId, PatternDisjunction* disjunction, bool capture = false, bool invert = false) __attribute__((noinline))
|
|
||||||
: type(type)
|
|
||||||
, m_capture(capture)
|
|
||||||
, m_invert(invert)
|
|
||||||
{
|
|
||||||
parentheses.disjunction = disjunction;
|
|
||||||
parentheses.subpatternId = subpatternId;
|
|
||||||
parentheses.isCopy = false;
|
|
||||||
parentheses.isTerminal = false;
|
|
||||||
diff --git a/memory/mozjemalloc/jemalloc.c b/memory/mozjemalloc/jemalloc.c
|
|
||||||
--- a/memory/mozjemalloc/jemalloc.c
|
|
||||||
+++ b/memory/mozjemalloc/jemalloc.c
|
|
||||||
@@ -1099,17 +1099,17 @@ struct arena_s {
|
|
||||||
static unsigned ncpus;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
|
||||||
* When MALLOC_STATIC_SIZES is defined most of the parameters
|
|
||||||
* controlling the malloc behavior are defined as compile-time constants
|
|
||||||
* for best performance and cannot be altered at runtime.
|
|
||||||
*/
|
|
||||||
-#if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__)
|
|
||||||
+#if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__) && !(defined(__powerpc__))
|
|
||||||
#define MALLOC_STATIC_SIZES 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef MALLOC_STATIC_SIZES
|
|
||||||
|
|
||||||
/*
|
|
||||||
* VM page size. It must divide the runtime CPU page size or the code
|
|
||||||
* will abort.
|
|
@ -1,136 +0,0 @@
|
|||||||
From: Hans Petter Jansson <hpj@copyleft.no>
|
|
||||||
Wolfgang Rosenauer <wr@rosenauer.org>
|
|
||||||
Subject: use libnsssharedhelper if available at compile time
|
|
||||||
(can be disabled by exporting MOZ_XRE_NO_NSSHELPER=1)
|
|
||||||
References:
|
|
||||||
|
|
||||||
diff --git a/configure.in b/configure.in
|
|
||||||
--- a/configure.in
|
|
||||||
+++ b/configure.in
|
|
||||||
@@ -8231,16 +8231,31 @@ if test "$MOZ_ENABLE_SKIA"; then
|
|
||||||
MOZ_ENABLE_SKIA_GPU=1
|
|
||||||
AC_DEFINE(USE_SKIA_GPU)
|
|
||||||
AC_SUBST(MOZ_ENABLE_SKIA_GPU)
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
AC_SUBST(MOZ_ENABLE_SKIA)
|
|
||||||
|
|
||||||
dnl ========================================================
|
|
||||||
+dnl Check for nss-shared-helper
|
|
||||||
+dnl ========================================================
|
|
||||||
+
|
|
||||||
+ PKG_CHECK_MODULES(NSSHELPER, nss-shared-helper,
|
|
||||||
+ [MOZ_ENABLE_NSSHELPER=1],
|
|
||||||
+ [MOZ_ENABLE_NSSHELPER=])
|
|
||||||
+
|
|
||||||
+if test "$MOZ_ENABLE_NSSHELPER"; then
|
|
||||||
+ AC_DEFINE(MOZ_ENABLE_NSSHELPER)
|
|
||||||
+fi
|
|
||||||
+AC_SUBST(MOZ_ENABLE_NSSHELPER)
|
|
||||||
+AC_SUBST(NSSHELPER_CFLAGS)
|
|
||||||
+AC_SUBST(NSSHELPER_LIBS)
|
|
||||||
+
|
|
||||||
+dnl ========================================================
|
|
||||||
dnl disable xul
|
|
||||||
dnl ========================================================
|
|
||||||
MOZ_ARG_DISABLE_BOOL(xul,
|
|
||||||
[ --disable-xul Disable XUL],
|
|
||||||
MOZ_XUL= )
|
|
||||||
if test "$MOZ_XUL"; then
|
|
||||||
AC_DEFINE(MOZ_XUL)
|
|
||||||
else
|
|
||||||
diff --git a/security/manager/ssl/src/Makefile.in b/security/manager/ssl/src/Makefile.in
|
|
||||||
new file mode 100644
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/security/manager/ssl/src/Makefile.in
|
|
||||||
@@ -0,0 +1,8 @@
|
|
||||||
+#! gmake
|
|
||||||
+#
|
|
||||||
+# 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/.
|
|
||||||
+
|
|
||||||
+LOCAL_INCLUDES += $(NSSHELPER_CFLAGS)
|
|
||||||
+EXTRA_DSO_LDOPTS += $(NSSHELPER_LIBS)
|
|
||||||
diff --git a/security/manager/ssl/src/nsNSSComponent.cpp b/security/manager/ssl/src/nsNSSComponent.cpp
|
|
||||||
--- a/security/manager/ssl/src/nsNSSComponent.cpp
|
|
||||||
+++ b/security/manager/ssl/src/nsNSSComponent.cpp
|
|
||||||
@@ -3,16 +3,23 @@
|
|
||||||
* 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/. */
|
|
||||||
|
|
||||||
#ifdef MOZ_LOGGING
|
|
||||||
#define FORCE_PR_LOG 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
+#ifdef MOZ_ENABLE_NSSHELPER
|
|
||||||
+#pragma GCC visibility push(default)
|
|
||||||
+#include <nss-shared-helper.h>
|
|
||||||
+#pragma GCC visibility pop
|
|
||||||
+#include "prenv.h"
|
|
||||||
+#endif
|
|
||||||
+
|
|
||||||
#include "nsNSSComponent.h"
|
|
||||||
|
|
||||||
#include "ExtendedValidation.h"
|
|
||||||
#include "NSSCertDBTrustDomain.h"
|
|
||||||
#include "mozilla/Telemetry.h"
|
|
||||||
#include "nsCertVerificationThread.h"
|
|
||||||
#include "nsAppDirectoryServiceDefs.h"
|
|
||||||
#include "nsComponentManagerUtils.h"
|
|
||||||
@@ -1141,17 +1148,31 @@ nsNSSComponent::InitializeNSS()
|
|
||||||
if (NS_FAILED(rv)) {
|
|
||||||
nsPSMInitPanic::SetPanic();
|
|
||||||
return NS_ERROR_NOT_AVAILABLE;
|
|
||||||
}
|
|
||||||
|
|
||||||
SECStatus init_rv = SECFailure;
|
|
||||||
if (!profileStr.IsEmpty()) {
|
|
||||||
// First try to initialize the NSS DB in read/write mode.
|
|
||||||
- SECStatus init_rv = ::mozilla::psm::InitializeNSS(profileStr.get(), false);
|
|
||||||
+#ifdef MOZ_ENABLE_NSSHELPER
|
|
||||||
+ if (PR_GetEnv("MOZ_TB_NO_NSSHELPER")) {
|
|
||||||
+ init_rv = ::mozilla::psm::InitializeNSS(profileStr.get(), false);
|
|
||||||
+ } else {
|
|
||||||
+ uint32_t flags = NSS_INIT_NOROOTINIT | NSS_INIT_OPTIMIZESPACE;
|
|
||||||
+ init_rv = ::nsshelp_open_db ("Thunderbird", profileStr.get(), flags);
|
|
||||||
+
|
|
||||||
+ if (init_rv != SECSuccess) {
|
|
||||||
+ PR_LOG(gPIPNSSLog, PR_LOG_DEBUG, ("can not init NSS using nsshelp_open_db in %s\n", profileStr.get()));
|
|
||||||
+ init_rv = ::mozilla::psm::InitializeNSS(profileStr.get(), false);
|
|
||||||
+ }
|
|
||||||
+ }
|
|
||||||
+#else
|
|
||||||
+ init_rv = ::mozilla::psm::InitializeNSS(profileStr.get(), false);
|
|
||||||
+#endif
|
|
||||||
// If that fails, attempt read-only mode.
|
|
||||||
if (init_rv != SECSuccess) {
|
|
||||||
PR_LOG(gPIPNSSLog, PR_LOG_DEBUG, ("could not init NSS r/w in %s\n", profileStr.get()));
|
|
||||||
init_rv = ::mozilla::psm::InitializeNSS(profileStr.get(), true);
|
|
||||||
}
|
|
||||||
if (init_rv != SECSuccess) {
|
|
||||||
PR_LOG(gPIPNSSLog, PR_LOG_DEBUG, ("could not init in r/o either\n"));
|
|
||||||
}
|
|
||||||
diff --git a/toolkit/library/libxul.mk b/toolkit/library/libxul.mk
|
|
||||||
--- a/toolkit/library/libxul.mk
|
|
||||||
+++ b/toolkit/library/libxul.mk
|
|
||||||
@@ -146,17 +146,17 @@ OS_LIBS += $(call EXPAND_LIBNAME,mfuuid
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifdef MOZ_DIRECTSHOW
|
|
||||||
OS_LIBS += $(call EXPAND_LIBNAME,dmoguids wmcodecdspuuid strmiids msdmo)
|
|
||||||
endif
|
|
||||||
|
|
||||||
EXTRA_DSO_LDOPTS += $(LIBS_DIR)
|
|
||||||
|
|
||||||
-EXTRA_DSO_LDOPTS += $(NSPR_LIBS) $(MOZALLOC_LIB)
|
|
||||||
+EXTRA_DSO_LDOPTS += $(NSPR_LIBS) $(MOZALLOC_LIB) $(NSSHELPER_LIBS)
|
|
||||||
|
|
||||||
ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
|
|
||||||
OS_LIBS += \
|
|
||||||
$(TK_LIBS) \
|
|
||||||
$(NULL)
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq (OpenBSD,$(OS_ARCH))
|
|
@ -1,7 +1,7 @@
|
|||||||
diff --git a/mail/installer/package-manifest.in b/mail/installer/package-manifest.in
|
diff --git a/mail/installer/package-manifest.in b/mail/installer/package-manifest.in
|
||||||
--- a/mail/installer/package-manifest.in
|
--- a/mail/installer/package-manifest.in
|
||||||
+++ b/mail/installer/package-manifest.in
|
+++ b/mail/installer/package-manifest.in
|
||||||
@@ -268,16 +268,17 @@
|
@@ -358,16 +358,17 @@
|
||||||
#ifdef XP_WIN32
|
#ifdef XP_WIN32
|
||||||
@BINPATH@/nsldap32v60@DLL_SUFFIX@
|
@BINPATH@/nsldap32v60@DLL_SUFFIX@
|
||||||
@BINPATH@/nsldappr32v60@DLL_SUFFIX@
|
@BINPATH@/nsldappr32v60@DLL_SUFFIX@
|
||||||
@ -14,8 +14,8 @@ diff --git a/mail/installer/package-manifest.in b/mail/installer/package-manifes
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
; login manager
|
; login manager
|
||||||
@BINPATH@/components/loginmgr.xpt
|
@RESPATH@/components/loginmgr.xpt
|
||||||
@BINPATH@/components/nsLoginInfo.js
|
@RESPATH@/components/nsLoginInfo.js
|
||||||
@BINPATH@/components/nsLoginManager.js
|
@RESPATH@/components/nsLoginManager.js
|
||||||
@BINPATH@/components/nsLoginManagerPrompter.js
|
@RESPATH@/components/nsLoginManagerPrompter.js
|
||||||
@BINPATH@/components/passwordmgr.manifest
|
@RESPATH@/components/passwordmgr.manifest
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6ee699b9df26b1bfbb79f5cdc34118dba7d91155b8e02c447acdcc232cace62f
|
|
||||||
size 144801444
|
|
3
thunderbird-38.0.1-source.tar.xz
Normal file
3
thunderbird-38.0.1-source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ac1ad9858ffc032c1114781425008d867e86d297f8a98ebf6fa79de631d801c3
|
||||||
|
size 173829896
|
@ -1,27 +0,0 @@
|
|||||||
From: Hans Petter Jansson <hpj@copyleft.no>
|
|
||||||
Wolfgang Rosenauer <wr@rosenauer.org>
|
|
||||||
Subject: use libnsssharedhelper if available at compile time
|
|
||||||
(can be disabled by exporting MOZ_XRE_NO_NSSHELPER=1)
|
|
||||||
References:
|
|
||||||
|
|
||||||
diff --git a/mail/app/Makefile.in b/mail/app/Makefile.in
|
|
||||||
--- a/mail/app/Makefile.in
|
|
||||||
+++ b/mail/app/Makefile.in
|
|
||||||
@@ -54,16 +54,17 @@ LOCAL_INCLUDES += \
|
|
||||||
-I$(MOZILLA_SRCDIR)/xpcom/build \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
DEFINES += -DXPCOM_GLUE
|
|
||||||
STL_FLAGS=
|
|
||||||
|
|
||||||
LIBS += \
|
|
||||||
$(XPCOM_STANDALONE_GLUE_LDOPTS) \
|
|
||||||
+ $(NSSHELPER_LIBS) \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
ifdef MOZ_LINKER
|
|
||||||
LIBS += $(MOZ_ZLIB_LIBS)
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifndef MOZ_WINCONSOLE
|
|
||||||
ifdef MOZ_DEBUG
|
|
Loading…
Reference in New Issue
Block a user