public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/files/
@ 2015-11-12 23:39 Jory Pratt
  0 siblings, 0 replies; 7+ messages in thread
From: Jory Pratt @ 2015-11-12 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     2dddbba5b5d5ac1de8abe38c3cd337efc884d666
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 23:39:30 2015 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 23:39:30 2015 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=2dddbba5

Force enable hwardware acceleration support

 www-client/firefox/files/gentoo-default-prefs.js-2 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-client/firefox/files/gentoo-default-prefs.js-2 b/www-client/firefox/files/gentoo-default-prefs.js-2
index cbee8f0..ad8cbb5 100644
--- a/www-client/firefox/files/gentoo-default-prefs.js-2
+++ b/www-client/firefox/files/gentoo-default-prefs.js-2
@@ -15,6 +15,7 @@ pref("intl.locale.matchOS", true);
 pref("general.useragent.locale", "chrome://global/locale/intl.properties");
 pref("extensions.autoDisableScopes", 0);
 pref("layout.css.dpi", 0);
-pref("layers.offmainthreadcomposition.enabled", false);
+pref("layers.acceleration.force-enabled",              true);
+pref("webgl.force-enabled",              true);
 
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/files/
@ 2016-05-07 20:38 Ian Stakenvicius
  0 siblings, 0 replies; 7+ messages in thread
From: Ian Stakenvicius @ 2016-05-07 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     c8ccf408a003e5118d8aba331a4f981bb0210ea7
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Fri May  6 21:08:13 2016 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Fri May  6 21:08:13 2016 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=c8ccf408

committed a patch to nss.m4 to support crossdev, but did not apply it

 .../firefox/files/crossdev-nss.m4.pkg-config.patch | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/www-client/firefox/files/crossdev-nss.m4.pkg-config.patch b/www-client/firefox/files/crossdev-nss.m4.pkg-config.patch
new file mode 100644
index 0000000..e3ac8f8
--- /dev/null
+++ b/www-client/firefox/files/crossdev-nss.m4.pkg-config.patch
@@ -0,0 +1,33 @@
+--- a/build/autoconf/nss.m4	2015-11-20 15:37:26.951993242 -0500
++++ b/build/autoconf/nss.m4	2015-11-20 15:37:19.431992752 -0500
+@@ -8,6 +8,8 @@
+ AC_DEFUN([AM_PATH_NSS],
+ [dnl
+ 
++PKG_CHECK_MODULES([NSS],[nss >= $1],[ifelse([$2], , :, [$2])],[
++
+ AC_ARG_WITH(nss-prefix,
+ 	[  --with-nss-prefix=PFX   Prefix where NSS is installed],
+ 	nss_config_prefix="$withval",
+@@ -84,8 +86,9 @@
+ 		ifelse([$3], , :, [$3])
+ 	fi
+ 
++	])
+ 
+-	AC_SUBST(NSS_CFLAGS)
++	AC_SUBST_LIST(NSS_CFLAGS)
+ 	AC_SUBST_LIST(NSS_LIBS)
+ 
+ ])
+--- a/configure.in	2015-11-20 15:40:57.401762087 -0500
++++ b/configure.in	2015-11-20 15:50:10.080854755 -0500
+@@ -8775,7 +8775,7 @@
+ AC_SUBST(NSPR_CFLAGS)
+ AC_SUBST(MOZ_NATIVE_NSPR)
+ 
+-AC_SUBST(NSS_CFLAGS)
++AC_SUBST_LIST(NSS_CFLAGS)
+ AC_SUBST(MOZ_NATIVE_NSS)
+ AC_SUBST(NSS_DISABLE_DBM)
+ 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/files/
@ 2016-07-05 15:37 Ian Stakenvicius
  0 siblings, 0 replies; 7+ messages in thread
From: Ian Stakenvicius @ 2016-07-05 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     db481f423592a88ec37d16ca056d8402e50ef2f6
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  5 15:37:03 2016 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Tue Jul  5 15:37:03 2016 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=db481f42

add missing patches that dirtied the firefox-47.0 ebuild in the last commit

 .../firefox/files/firefox-47.0-crashreporter.patch | 27 ++++++++++++++++++++++
 ...47.0-define-HUNSPELL_STATIC-conditionally.patch |  8 +++++++
 2 files changed, 35 insertions(+)

diff --git a/www-client/firefox/files/firefox-47.0-crashreporter.patch b/www-client/firefox/files/firefox-47.0-crashreporter.patch
new file mode 100644
index 0000000..7b3bf3d
--- /dev/null
+++ b/www-client/firefox/files/firefox-47.0-crashreporter.patch
@@ -0,0 +1,27 @@
+--- a/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc
++++ b/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc
+@@ -920,10 +920,9 @@ string FormatIdentifier(unsigned char identifier[16]) {
+ // Return the non-directory portion of FILENAME: the portion after the
+ // last slash, or the whole filename if there are no slashes.
+ string BaseFileName(const string &filename) {
+-  // Lots of copies!  basename's behavior is less than ideal.
+-  char* c_filename = strdup(filename.c_str());
+-  string base = basename(c_filename);
+-  free(c_filename);
++  const char *c_filename = filename.c_str();
++  const char *p = strrchr(c_filename, '/');
++  string base = p ? p+1 : c_filename;
+   return base;
+ }
+ 
+--- a/toolkit/crashreporter/google-breakpad/src/third_party/lss/linux_syscall_support.h
++++ b/toolkit/crashreporter/google-breakpad/src/third_party/lss/linux_syscall_support.h
+@@ -3851,7 +3851,7 @@ struct kernel_statfs {
+         return -1;
+     }
+   }
+-  #if defined(__x86_64__)
++  #if defined(__x86_64__) && defined(__ILP32__)
+     /* Need to make sure loff_t isn't truncated to 32-bits under x32.  */
+     LSS_INLINE ssize_t LSS_NAME(pread64)(int f, void *b, size_t c, loff_t o) {
+       LSS_BODY(4, ssize_t, pread64, LSS_SYSCALL_ARG(f), LSS_SYSCALL_ARG(b),

diff --git a/www-client/firefox/files/firefox-47.0-define-HUNSPELL_STATIC-conditionally.patch b/www-client/firefox/files/firefox-47.0-define-HUNSPELL_STATIC-conditionally.patch
new file mode 100644
index 0000000..f7fb3b3
--- /dev/null
+++ b/www-client/firefox/files/firefox-47.0-define-HUNSPELL_STATIC-conditionally.patch
@@ -0,0 +1,8 @@
+--- a/extensions/spellcheck/hunspell/glue/moz.build
++++ b/extensions/spellcheck/hunspell/glue/moz.build
+@@ -38,4 +38,4 @@ if CONFIG['GNU_CXX']:
+ 
+ # This variable is referenced in configure.in.  Make sure to change that file
+ # too if you need to change this variable.
+-DEFINES['HUNSPELL_STATIC'] = True
++DEFINES['HUNSPELL_STATIC'] = not CONFIG['MOZ_NATIVE_HUNSPELL']


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/files/
@ 2017-01-28  0:32 Jory Pratt
  0 siblings, 0 replies; 7+ messages in thread
From: Jory Pratt @ 2017-01-28  0:32 UTC (permalink / raw
  To: gentoo-commits

commit:     b427f79d582968b51d0b08f3ab731689c8f4e788
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 00:32:26 2017 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 00:32:26 2017 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=b427f79d

www-client/firefox - remove qt patch, qt support stripped in 50.x

 .../firefox/files/firefox-45-qt-widget-fix.patch    | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/www-client/firefox/files/firefox-45-qt-widget-fix.patch b/www-client/firefox/files/firefox-45-qt-widget-fix.patch
deleted file mode 100644
index 339bec0..0000000
--- a/www-client/firefox/files/firefox-45-qt-widget-fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/widget/qt/nsWindow.cpp	2016-02-01 17:41:02.000000000 -0500
-+++ b/widget/qt/nsWindow.cpp	2016-02-04 11:22:02.369759044 -0500
-@@ -594,17 +594,17 @@
- }
- 
- NS_IMETHODIMP
- nsWindow::ConfigureChildren(const nsTArray<nsIWidget::Configuration>& aConfigurations)
- {
-     for (uint32_t i = 0; i < aConfigurations.Length(); ++i) {
-         const Configuration& configuration = aConfigurations[i];
- 
--        nsWindow* w = static_cast<nsWindow*>(configuration.mChild);
-+        nsWindow* w = static_cast<nsWindow*>(configuration.mChild.get());
-         NS_ASSERTION(w->GetParent() == this,
-                      "Configured widget is not a child");
- 
-         LayoutDeviceIntRect wBounds =
-             LayoutDeviceIntRect::FromUnknownRect(w->mBounds);
-         if (wBounds.Size() != configuration.mBounds.Size()) {
-             w->Resize(configuration.mBounds.x, configuration.mBounds.y,
-                       configuration.mBounds.width, configuration.mBounds.height,


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/files/
@ 2018-03-31 17:27 Lars Wendler
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Wendler @ 2018-03-31 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     3d3d8692afa72ec9b31276ef596f44e37eaff27e
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 31 17:27:18 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Mar 31 17:27:18 2018 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=3d3d8692

www-client/firefox: Make "intl.locale.requested" an empty string.

Package-Manager: Portage-2.3.27, Repoman-2.3.9
Manifest-Sign-Key: 0x498FE765960E9B39

 www-client/firefox/files/gentoo-default-prefs.js-2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/files/gentoo-default-prefs.js-2 b/www-client/firefox/files/gentoo-default-prefs.js-2
index 808753b..5be976d 100644
--- a/www-client/firefox/files/gentoo-default-prefs.js-2
+++ b/www-client/firefox/files/gentoo-default-prefs.js-2
@@ -11,6 +11,6 @@ pref("accessibility.typeaheadfind",        true);
 pref("browser.shell.checkDefaultBrowser",  false); 
 pref("browser.EULA.override",              true); 
 pref("general.useragent.vendor",           "Gentoo");
-pref("intl.locale.requested",              true);
+pref("intl.locale.requested"               );
 pref("extensions.autoDisableScopes",       0);
 pref("layout.css.dpi",                     0);


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/files/
@ 2018-04-04 11:04 Lars Wendler
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Wendler @ 2018-04-04 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7a5b940b4a60d9a325b8e0412bd347173ec113af
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  4 11:04:10 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Apr  4 11:04:10 2018 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=7a5b940b

www-client/firefox: Attempt to fix spell checking broken by prev. commit

 www-client/firefox/files/gentoo-default-prefs.js-2 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-client/firefox/files/gentoo-default-prefs.js-2 b/www-client/firefox/files/gentoo-default-prefs.js-2
index 5be976d..ffd0d7d 100644
--- a/www-client/firefox/files/gentoo-default-prefs.js-2
+++ b/www-client/firefox/files/gentoo-default-prefs.js-2
@@ -11,6 +11,7 @@ pref("accessibility.typeaheadfind",        true);
 pref("browser.shell.checkDefaultBrowser",  false); 
 pref("browser.EULA.override",              true); 
 pref("general.useragent.vendor",           "Gentoo");
-pref("intl.locale.requested"               );
+pref("general.useragent.locale",           "chrome://global/locale/intl.properties");
+pref("intl.locale.requested",              "");
 pref("extensions.autoDisableScopes",       0);
 pref("layout.css.dpi",                     0);


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/files/
@ 2018-12-20 10:11 Thomas Deutschmann
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2018-12-20 10:11 UTC (permalink / raw
  To: gentoo-commits

commit:     cad0f3396c73ee9f1aa834349e3c9fb1673c4003
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 20 10:11:19 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Dec 20 10:11:19 2018 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=cad0f339

www-client/firefox: synchronize with Gentoo repository

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 www-client/firefox/files/disable-auto-update.policy.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/www-client/firefox/files/disable-auto-update.policy.json b/www-client/firefox/files/disable-auto-update.policy.json
new file mode 100644
index 0000000..f366220
--- /dev/null
+++ b/www-client/firefox/files/disable-auto-update.policy.json
@@ -0,0 +1,5 @@
+{
+  "policies": {
+    "DisableAppUpdate": true
+  }
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-12-20 10:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-28  0:32 [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/files/ Jory Pratt
  -- strict thread matches above, loose matches on Subject: below --
2018-12-20 10:11 Thomas Deutschmann
2018-04-04 11:04 Lars Wendler
2018-03-31 17:27 Lars Wendler
2016-07-05 15:37 Ian Stakenvicius
2016-05-07 20:38 Ian Stakenvicius
2015-11-12 23:39 Jory Pratt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox