Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (539de3e31f78f266b8e2e5e8ef0bf8e74dd9e8b7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (539de3e31f78f266b8e2e5e8ef0bf8e74dd9e8b7)
  • Date: Tue, 29 Jan 2019 04:58:40 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/firefox/HISTORY | 1 +
http/firefox/patches/webgl.patch | 11 +++++++++++
2 files changed, 12 insertions(+)

New commits:
commit 539de3e31f78f266b8e2e5e8ef0bf8e74dd9e8b7
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: added patch to fix compile error in WebGL code

diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index bb7b82a..cc4206b 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -2,6 +2,7 @@
* DETAILS: version 65.0, SECURITY_PATCH++
* patches/200*: updated
* DEPENDS: needs nss >= 3.41
+ * patches/webgl.patch: added patch to fix compile error in WebGL code

2019-01-09 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 64.0.2
diff --git a/http/firefox/patches/webgl.patch
b/http/firefox/patches/webgl.patch
new file mode 100644
index 0000000..1427530
--- /dev/null
+++ b/http/firefox/patches/webgl.patch
@@ -0,0 +1,11 @@
+diff --git a/dom/canvas/WebGLActiveInfo.h b/dom/canvas/WebGLActiveInfo.h
+--- a/dom/canvas/WebGLActiveInfo.h
++++ b/dom/canvas/WebGLActiveInfo.h
+@@ -12,6 +12,7 @@
+ #include "nsISupportsImpl.h" //
NS_INLINE_DECL_CYCLE_COLLECTING_NATIVE_REFCOUNTING
+ #include "nsString.h"
+ #include "nsWrapperCache.h"
++#include "WebGLTypes.h"
+
+ namespace mozilla {
+



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (539de3e31f78f266b8e2e5e8ef0bf8e74dd9e8b7), Pavel Vinogradov, 01/28/2019

Archive powered by MHonArc 2.6.24.

Top of Page