head 1.2; access; symbols pkgsrc-2017Q3:1.1.0.4 pkgsrc-2017Q3-base:1.1; locks; strict; comment @// @; 1.2 date 2017.09.30.05.34.12; author ryoon; state dead; branches; next 1.1; commitid FvJcfB7R3sEnib9A; 1.1 date 2017.08.15.01.24.47; author ryoon; state Exp; branches; next ; commitid yN5PpLVQk7Zmof3A; desc @@ 1.2 log @Update to 56.0 New Launched Firefox Screenshots, a feature that lets users take, save, and share screenshots without leaving the browser Added support for address form autofill (en-US only) Updated Preferences Added search tool so users can find a specific setting quickly Reorganized preferences so users can more easily scan settings Rewrote descriptions so users can better understand choices and how they affect browsing Revised data collection choices so they align with updated Privacy Notice and data collection strategy Media opened in a background tab will not play until the tab is selected Improved Send Tabs feature of Sync for iOS and Android, and Send Tabs can be discovered even by users without a Firefox Account Changed Replaced character encoding converters with a new Encoding Standard-compliant implementation written in Rust Added hardware acceleration for AES-GCM Updated the Safe Browsing protocol to version 4 Reduced update download file size by approximately 20 percent Improved security for verifying update downloads Developer Added Layout Panel to CSS Grid DevTools @ text @$NetBSD: patch-gfx_2d_ScaledFontBase.cpp,v 1.1 2017/08/15 01:24:47 ryoon Exp $ * Support bigendian architectures --- gfx/2d/ScaledFontBase.cpp.orig 2017-07-31 16:20:54.000000000 +0000 +++ gfx/2d/ScaledFontBase.cpp @@@@ -212,14 +212,16 @@@@ ScaledFontBase::CopyGlyphsToBuilder(cons cairoPath->AppendPathToBuilder(builder); return; } +#endif +#ifdef USE_SKIA if (backendType == BackendType::RECORDING) { SkPath skPath = GetSkiaPathForGlyphs(aBuffer); RefPtr path = MakeAndAddRef(skPath, FillRule::FILL_WINDING); path->StreamToSink(aBuilder); return; } - MOZ_ASSERT(false, "Path not being copied"); #endif + MOZ_ASSERT(false, "Path not being copied"); } void @ 1.1 log @Fix build under bigendian architectures from Jan Beich @ text @d1 1 a1 1 $NetBSD$ @