Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[rpm] Remove sqlite3 jemalloc patch
  • Loading branch information
rainemak committed Sep 8, 2016
1 parent c1ee89f commit bf4d8b7
Show file tree
Hide file tree
Showing 20 changed files with 80 additions and 178 deletions.
99 changes: 0 additions & 99 deletions rpm/0001-Configure-system-sqlite-to-use-jemalloc.patch

This file was deleted.

@@ -1,7 +1,7 @@
From 60dd5c37c6fe1a3b988804eee80f311bf8b07aef Mon Sep 17 00:00:00 2001
From 150d6ba3e433a97ee90615bdc1ccd072704e6f45 Mon Sep 17 00:00:00 2001
From: Dmitry Rozhkov <dmitry.rozhkov@jolla.com>
Date: Mon, 11 May 2015 13:01:34 +0300
Subject: [PATCH 02/15] Workaround for bug 977015
Subject: [PATCH 01/18] Workaround for bug 977015

See bug JB16252

Expand All @@ -26,5 +26,5 @@ index e6c3bb6..b111eff 100644
}

--
2.1.4
2.7.4

@@ -1,7 +1,7 @@
From 6dc27489ff8ba2953e39413c39bd7d9e8ec642c0 Mon Sep 17 00:00:00 2001
From 52d9d95312b5a45a789b7247a40537d13f79d99a Mon Sep 17 00:00:00 2001
From: Dmitry Rozhkov <dmitry.rozhkov@jolla.com>
Date: Mon, 11 May 2015 13:03:43 +0300
Subject: [PATCH 03/15] Workaround wrong viewport in wikipedia
Subject: [PATCH 02/18] Workaround wrong viewport in wikipedia

See bug JB11251

Expand All @@ -25,5 +25,5 @@ index 6c45588..cffad74 100644
mFrameMetrics.SetViewport(aLayerMetrics.GetViewport());
}
--
2.1.4
2.7.4

@@ -1,7 +1,7 @@
From ced18180febf8e307727b55bf0c44c67ab42f3a6 Mon Sep 17 00:00:00 2001
From 648ae6d7ff8557b7973d30e679085ae64fa8d584 Mon Sep 17 00:00:00 2001
From: Dmitry Rozhkov <dmitry.rozhkov@jolla.com>
Date: Mon, 11 May 2015 13:10:46 +0300
Subject: [PATCH 04/15] Supply source uri to gstreamer pipeline
Subject: [PATCH 03/18] Supply source uri to gstreamer pipeline

See bug JB19511

Expand Down Expand Up @@ -130,7 +130,7 @@ index 8182f68..796a993 100644

for (size_t i = 0; i < sizeof(handles) / sizeof(handles[0]); i++) {
diff --git a/dom/media/gstreamer/GStreamerReader.cpp b/dom/media/gstreamer/GStreamerReader.cpp
index 3c92e53..c07fa15 100644
index 8940032..707427a 100644
--- a/dom/media/gstreamer/GStreamerReader.cpp
+++ b/dom/media/gstreamer/GStreamerReader.cpp
@@ -135,6 +135,11 @@ GStreamerReader::GStreamerReader(AbstractMediaDecoder* aDecoder)
Expand All @@ -145,7 +145,7 @@ index 3c92e53..c07fa15 100644
}

GStreamerReader::~GStreamerReader()
@@ -308,6 +313,51 @@ void GStreamerReader::PlayBinSourceSetupCb(GstElement* aPlayBin,
@@ -312,6 +317,51 @@ void GStreamerReader::PlayBinSourceSetupCb(GstElement* aPlayBin,
g_object_get(aPlayBin, "source", &source, nullptr);
reader->PlayBinSourceSetup(GST_APP_SRC(source));
}
Expand Down Expand Up @@ -197,7 +197,7 @@ index 3c92e53..c07fa15 100644

void GStreamerReader::PlayBinSourceSetup(GstAppSrc* aSource)
{
@@ -340,6 +390,13 @@ void GStreamerReader::PlayBinSourceSetup(GstAppSrc* aSource)
@@ -344,6 +394,13 @@ void GStreamerReader::PlayBinSourceSetup(GstAppSrc* aSource)
gst_app_src_set_stream_type(mSource, GST_APP_STREAM_TYPE_SEEKABLE);
}

Expand Down Expand Up @@ -268,5 +268,5 @@ index fc45831..25818c2 100644

static bool MatchesMP4orISOBrand(const uint8_t aData[4])
--
2.1.4
2.7.4

@@ -1,7 +1,7 @@
From a3fad14d003cb7859f15bc1736e722dae57b15af Mon Sep 17 00:00:00 2001
From 0ec7be7fb5e164cdf6c598a7e4406d3404d6eb03 Mon Sep 17 00:00:00 2001
From: Dmitry Rozhkov <dmitry.rozhkov@jolla.com>
Date: Mon, 11 May 2015 13:12:04 +0300
Subject: [PATCH 05/15] Workaround for late access message loop.
Subject: [PATCH 04/18] Workaround for late access message loop.

See bug JB10381

Expand All @@ -25,5 +25,5 @@ index d402720..43f8dbc 100644
bool nestableTasksAllowed = loop->NestableTasksAllowed();

--
2.1.4
2.7.4

@@ -1,7 +1,7 @@
From 5ea80922ac07161eb8bf4e76303eeaecb00b798d Mon Sep 17 00:00:00 2001
From a68b8ddb29db9e8a7ac4ad8ec0ba9307f4862667 Mon Sep 17 00:00:00 2001
From: Dmitry Rozhkov <dmitry.rozhkov@jolla.com>
Date: Mon, 11 May 2015 13:13:03 +0300
Subject: [PATCH 06/15] Define HAS_NEMO_RESOURCE in config
Subject: [PATCH 05/18] Define HAS_NEMO_RESOURCE in config

See bugs JB10947, JB30305, and JB30517

Expand All @@ -11,7 +11,7 @@ Signed-off-by: Raine Makelainen <raine.makelainen@jolla.com>
1 file changed, 4 insertions(+)

diff --git a/configure.in b/configure.in
index dd3b78c..c0177567 100644
index a3a4894..91bfe87 100644
--- a/configure.in
+++ b/configure.in
@@ -5717,6 +5717,9 @@ if test -n "$MOZ_GSTREAMER"; then
Expand All @@ -33,5 +33,5 @@ index dd3b78c..c0177567 100644

if test -n "$MOZ_GSTREAMER"; then
--
2.1.4
2.7.4

@@ -1,7 +1,7 @@
From 99e5da5d69b1dfbd8ae728e8dd40af416c59d094 Mon Sep 17 00:00:00 2001
From 2834a9bdc71916c69f5dd50e22576741ad826699 Mon Sep 17 00:00:00 2001
From: Piotr Tworek <piotr.tworek@jollamobile.com>
Date: Fri, 3 Jul 2015 14:12:32 +0200
Subject: [PATCH 07/15] Don't decode all images on shell activation if
Subject: [PATCH 06/18] Don't decode all images on shell activation if
decodeondraw is enabled. Fixes JB#25287

Currently if the page contains a lot images in nsDocument::mImageTracker
Expand All @@ -21,10 +21,10 @@ Signed-off-by: Raine Makelainen <raine.makelainen@jolla.com>
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dom/base/nsDocument.cpp b/dom/base/nsDocument.cpp
index 47f611e..c45d949 100644
index edbed48..6466153 100644
--- a/dom/base/nsDocument.cpp
+++ b/dom/base/nsDocument.cpp
@@ -10580,7 +10580,9 @@ PLDHashOperator LockEnumerator(imgIRequest* aKey,
@@ -10568,7 +10568,9 @@ PLDHashOperator LockEnumerator(imgIRequest* aKey,
void* userArg)
{
aKey->LockImage();
Expand All @@ -36,5 +36,5 @@ index 47f611e..c45d949 100644
}

--
2.1.4
2.7.4

@@ -1,7 +1,7 @@
From f7aa36252cc5e7995981abcc7ed93729eccf6bf2 Mon Sep 17 00:00:00 2001
From a08fda432979d9b22198f8956c5e39ff81e86f17 Mon Sep 17 00:00:00 2001
From: Dmitry Rozhkov <dmitry.rozhkov@jolla.com>
Date: Mon, 11 May 2015 13:17:36 +0300
Subject: [PATCH 08/15] Limit surface area rather than width and height
Subject: [PATCH 07/18] Limit surface area rather than width and height

See bug JB26935

Expand All @@ -27,5 +27,5 @@ index a77f786..17c40a0 100644

cairo_format_t
--
2.1.4
2.7.4

@@ -1,7 +1,7 @@
From 3b925765c521eea1b2bb8211db1d7933e7f83c78 Mon Sep 17 00:00:00 2001
From 068c1972e1d81ee1928e3234fb6b806b9855d5e9 Mon Sep 17 00:00:00 2001
From: Piotr Tworek <piotr.tworek@jollamobile.com>
Date: Wed, 8 Jul 2015 16:13:11 +0200
Subject: [PATCH 09/15] Make TextureImageEGL hold a reference to GLContext.
Subject: [PATCH 08/18] Make TextureImageEGL hold a reference to GLContext.
Fixes JB#30109.

Due to rather non standard view shutdown procedure of EmbedLite port
Expand Down Expand Up @@ -38,5 +38,5 @@ index 747d593..4feab85 100644
nsIntRect mUpdateRect;
gfx::SurfaceFormat mUpdateFormat;
--
2.1.4
2.7.4

@@ -1,7 +1,7 @@
From 5ba554e87aebfd70b0d02bbd425a172a651d60df Mon Sep 17 00:00:00 2001
From 0064b5ccb3ae62131d81618b08bcff088d210a9f Mon Sep 17 00:00:00 2001
From: Raine Makelainen <raine.makelainen@jolla.com>
Date: Mon, 12 Oct 2015 16:22:59 +0300
Subject: [PATCH 10/15] Limit maximum scale to 4x. Fixes JB#25377
Subject: [PATCH 09/18] Limit maximum scale to 4x. Fixes JB#25377

The default zoom contraints now matches to the EmbedContentController.

Expand All @@ -24,5 +24,5 @@ index cffad74..ceb7f6c 100644
/**
* Minimum zoom amount, always used, even if a page asks for lower.
--
2.1.4
2.7.4

@@ -1,7 +1,7 @@
From 3d41c93556ece1dcadabde6c7c40f5691bb127e7 Mon Sep 17 00:00:00 2001
From 9268dadafef323fc22ff2257a1675b9243ba6bc1 Mon Sep 17 00:00:00 2001
From: Piotr Tworek <tworaz666@gmail.com>
Date: Tue, 29 Sep 2015 08:18:00 +0200
Subject: [PATCH 11/15] Bug 1209446 - Make sure mFrameInProgress flag is set to
Subject: [PATCH 10/18] Bug 1209446 - Make sure mFrameInProgress flag is set to
true only when we actually begin drawing new frame. r=nical

--HG--
Expand Down Expand Up @@ -35,5 +35,5 @@ index b6e6cef..b4b42cd 100644
// to make sure that GL sees the updated widget size.
if (mWidgetSize.width != width ||
--
2.1.4
2.7.4

@@ -1,9 +1,10 @@
From 49607e9a03df9a2063ccbbfb9c4190b12e75fb55 Mon Sep 17 00:00:00 2001
From 4f0aa94662c721686ef7b0f24bc319a20e96ca35 Mon Sep 17 00:00:00 2001
From: Dmitry Rozhkov <dmitry.rozhkov@jolla.com>
Date: Wed, 28 Oct 2015 16:07:36 +0200
Subject: [PATCH 12/15] Adapt LoginManager to EmbedLite. Fixes JB21980
Subject: [PATCH 11/18] Adapt LoginManager to EmbedLite. Fixes JB21980

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@jolla.com>
Signed-off-by: Raine Makelainen <raine.makelainen@jolla.com>
---
dom/ipc/TabChild.h | 7 +++++--
toolkit/components/passwordmgr/LoginManagerContent.jsm | 3 +--
Expand Down Expand Up @@ -80,5 +81,5 @@ index 1d3d3c3..873426b 100644
\ No newline at end of file
+category healthreport-js-provider-default PasswordsMetricsProvider resource://gre/modules/LoginManagerParent.jsm
--
2.1.4
2.7.4

@@ -1,7 +1,7 @@
From 317ba8b98e828a994f23ecba1fbddf4ff6a403ce Mon Sep 17 00:00:00 2001
From 24d42a72288c4e7f3dd3fbf4889246f7a67bc672 Mon Sep 17 00:00:00 2001
From: Dan Glastonbury <dglastonbury@mozilla.com>
Date: Wed, 30 Sep 2015 14:04:17 +1300
Subject: [PATCH 13/15] Bug 1207205 - Remove fGetActiveUniformName. r=jrmuizel
Subject: [PATCH 12/18] Bug 1207205 - Remove fGetActiveUniformName. r=jrmuizel

Signed-off-by: Raine Makelainen <raine.makelainen@jolla.com>
---
Expand Down Expand Up @@ -61,5 +61,5 @@ index 91ff5ac..c7fd838 100644
PFNGLGETUNIFORMBLOCKINDEXPROC fGetUniformBlockIndex;
typedef void (GLAPIENTRY * PFNGLGETACTIVEUNIFORMBLOCKIVPROC) (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint* params);
--
2.1.4
2.7.4

@@ -1,9 +1,11 @@
From f61b773e51ecf16909d018ad1e5af527ba92153d Mon Sep 17 00:00:00 2001
From 8be38a1c253c0333a1d31a3a27133d5ecadfdd3e Mon Sep 17 00:00:00 2001
From: Dmitry Rozhkov <dmitry.rozhkov@jolla.com>
Date: Thu, 5 Nov 2015 17:28:02 +0200
Subject: [PATCH 14/15] Revert patchset for bug 1114594. Contributes JB32870
Subject: [PATCH 13/18] Revert patchset for bug 1114594. Contributes JB32870

WIP drop nsHelperAppDlg.js

Signed-off-by: Raine Makelainen <raine.makelainen@jolla.com>
---
b2g/components/HelperAppDialog.js | 8 +++++++
browser/metro/components/HelperAppDialog.js | 4 ++++
Expand Down Expand Up @@ -84,10 +86,10 @@ index 7bef411..a24622a 100644


diff --git a/toolkit/components/jsdownloads/test/unit/head.js b/toolkit/components/jsdownloads/test/unit/head.js
index c959d43..111b0ff 100644
index b4e5b2f..071a47c 100644
--- a/toolkit/components/jsdownloads/test/unit/head.js
+++ b/toolkit/components/jsdownloads/test/unit/head.js
@@ -802,6 +802,15 @@ add_task(function test_common_initialize()
@@ -813,6 +813,15 @@ add_task(function test_common_initialize()
createInstance: function (aOuter, aIid) {
return {
QueryInterface: XPCOMUtils.generateQI([Ci.nsIHelperAppLauncherDialog]),
Expand Down Expand Up @@ -250,5 +252,5 @@ index a46c899..ea6a981 100644

// Stolen from XPCOMUtils, since this handy function is not public there
--
2.1.4
2.7.4

0 comments on commit bf4d8b7

Please sign in to comment.