Codebase list epiphany-browser / 03fa5c6
14_gre_version.patch: new patch. Fix the list of supported GRE versions. Closes: #536418, #541243. Josselin Mouette 14 years ago
3 changed file(s) with 21 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 epiphany-browser (2.26.3-2) unstable; urgency=low
1
2 * 14_gre_version.patch: new patch. Fix the list of supported GRE
3 versions. Closes: #536418, #541243.
4
5 -- Josselin Mouette <joss@debian.org> Sun, 16 Aug 2009 10:07:19 +0200
6
07 epiphany-browser (2.26.3-1) unstable; urgency=low
18
29 * New upstream translation and bugfix release.
0 Index: epiphany-2.26.3/embed/mozilla/mozilla-embed-single.cpp
1 ===================================================================
2 --- epiphany-2.26.3.orig/embed/mozilla/mozilla-embed-single.cpp 2009-08-16 10:04:43.460351478 +0200
3 +++ epiphany-2.26.3/embed/mozilla/mozilla-embed-single.cpp 2009-08-16 10:05:21.792353567 +0200
4 @@ -590,7 +590,7 @@ impl_init (EphyEmbedSingle *esingle)
5 #ifdef XPCOM_GLUE
6 static const GREVersionRange greVersion = {
7 "1.9a", PR_TRUE,
8 - "2", PR_TRUE
9 + "1.9.0.*", PR_TRUE
10 };
11 char xpcomLocation[4096];
12 nsresult rv = GRE_GetGREPathWithProperties(&greVersion, 1, nsnull, 0, xpcomLocation, sizeof (xpcomLocation));
1212 11_useragent-weasel.patch
1313 12_safetypes.patch
1414 13_extensions_need_xpcom.patch
15 14_gre_version.patch
1516 21_chrome_certmanager.patch
1617 30_ua_debian_version.patch
1718 99_autoreconf.patch