diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-09-27 04:12:34 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-09-27 04:12:34 +0000 |
commit | d77b258ef898a4dc67703ba0834c31195c37c3ed (patch) | |
tree | fef4ce571483e001eeac1a5846fee4ec54d65500 /www/firefox/files/patch-bug1144632 | |
parent | www/firefox-esr: update to 52.4.0 (diff) |
www/firefox: update to 56.0 (rust required)
This is slightly early but due to recent PORTREVISION bump there's no
point doing QA for 55.0.* anymore.
Changes: https://www.mozilla.org/firefox/56.0/releasenotes/
PR: 221335
Security: 1098a15b-b0f6-42b7-b5c7-8a8646e8be07
MFH: 2017Q3 not possible: requires r447450 and r450556
Notes
Notes:
svn path=/head/; revision=450707
Diffstat (limited to 'www/firefox/files/patch-bug1144632')
-rw-r--r-- | www/firefox/files/patch-bug1144632 | 26 |
1 files changed, 4 insertions, 22 deletions
diff --git a/www/firefox/files/patch-bug1144632 b/www/firefox/files/patch-bug1144632 index f6416f85589e..fee10b5db317 100644 --- a/www/firefox/files/patch-bug1144632 +++ b/www/firefox/files/patch-bug1144632 @@ -1,8 +1,10 @@ Revert bug 1323303 to unbreak build on big-endian architectures. ---- toolkit/moz.configure.orig 2017-07-31 16:20:54 UTC +diff --git toolkit/moz.configure toolkit/moz.configure +index 67fcbc39d075..c117fd11a358 100644 +--- toolkit/moz.configure +++ toolkit/moz.configure -@@ -771,11 +771,11 @@ +@@ -1032,11 +1032,11 @@ add_old_configure_assignment('NECKO_PROTOCOLS', necko_protocols) # ============================================================== option('--disable-skia', help='Disable use of Skia') @@ -19,23 +21,3 @@ Revert bug 1323303 to unbreak build on big-endian architectures. return True set_config('MOZ_ENABLE_SKIA', skia) ---- gfx/2d/ScaledFontBase.cpp.orig 2017-07-31 16:20:54 UTC -+++ gfx/2d/ScaledFontBase.cpp -@@ -212,14 +212,16 @@ ScaledFontBase::CopyGlyphsToBuilder(const GlyphBuffer - cairoPath->AppendPathToBuilder(builder); - return; - } -+#endif -+#ifdef USE_SKIA - if (backendType == BackendType::RECORDING) { - SkPath skPath = GetSkiaPathForGlyphs(aBuffer); - RefPtr<Path> path = MakeAndAddRef<PathSkia>(skPath, FillRule::FILL_WINDING); - path->StreamToSink(aBuilder); - return; - } -- MOZ_ASSERT(false, "Path not being copied"); - #endif -+ MOZ_ASSERT(false, "Path not being copied"); - } - - void |