head 1.3; access; symbols pkgsrc-2023Q1:1.2.0.14 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.12 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.10 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.8 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.6 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.4 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.2 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.1.0.4 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.2 pkgsrc-2021Q1-base:1.1; locks; strict; comment @// @; 1.3 date 2023.06.04.09.26.35; author ryoon; state dead; branches; next 1.2; commitid Ch6cdqZaSEfLWBrE; 1.2 date 2021.06.30.15.09.56; author ryoon; state Exp; branches; next 1.1; commitid Xz9yNkwfZJaFtaZC; 1.1 date 2021.02.23.17.02.04; author ryoon; state Exp; branches; next ; commitid VSwX9pyDGNBebRIC; desc @@ 1.3 log @firefox: Update to 113.0.2 * Not tested under NetBSD/i386 and 9 for this commit. If you find problems, please report your failure to me. * Disable WebGL for a while to avoid runtime errors under NetBSD. * Do not pass '-j1 -j1' to cargo when MAKE_JOBS=1. * Do not restrict cargo to unconditional -j1. * Use ffmpeg6 instead of ffmpeg5. Changelog: 113.0.2 Fixed * Fixed an issue which caused Picture-in-Picture windows to not be snappable on Windows 11 or on systems with the FancyZones PowerToy installed (bug 1832331) * Fixed a video playback crash on some Windows systems with Intel graphics ( bug 1831329) * Fixed a bug which could cause Firefox to freeze on some pages when loading them with the Developer Tools Web Console open (bug 1828026) * Fixed a bug which would cause the bookmarks and history sidebars to not properly react to the browser window being vertically resized (bug 1831535) 113.0.1 Fixed * Fixed incorrect colors for Windows users with installed monitor/display color profiles, particularly on wide gamut displays (bug 1832215) * Fixed borders being visible around fullscreen windows for some configurations (bug 1830721) * Fixed an issue which may cause users in some configurations to experience tearing when watching videos in fullscreen mode (bug 1830792) 113.0 New * Say hello to enhanced Picture-in-Picture! Rewind, check video duration, and effortlessly switch to full-screen mode on the web's most popular video websites. * Firefox's address bar is already a great place to search for what you're looking for. Now you'll always be able to see your web search terms and refine them while viewing your search's results - no additional scrolling needed! Also, a new result menu has been added making it easier to remove history results and dismiss sponsored Firefox Suggest entries. Image demonstrating search terms persisting in the address bar after hitting Enter for easier editing * Private windows now protect users even better by blocking third-party cookies and storage of content trackers. * Passwords automatically generated by Firefox now include special characters, giving users more secure passwords by default. * Firefox 113 introduces a redesigned accessibility engine which significantly improves the speed, responsiveness, and stability of Firefox when used with: + Screen readers, as well as certain other accessibility software; + East Asian input methods; + Enterprise single sign-on software; and + Other applications which use accessibility frameworks to access information. * Importing bookmarks from Safari or a Chrome-based browser? The favicons for those bookmarks will now also be imported by default to make them easier to identify. * Firefox 113 now supports AV1 Image Format files containing animations (AVIS), improving support for AVIF images across the web. * The Windows GPU sandbox first shipped in the Firefox 110 release has been tightened to enhance the security benefits it provides. * A 13-year-old feature request was fulfilled and Firefox now supports files being drag-and-dropped directly from Microsoft Outlook. A special thanks to volunteer contributor Marco Spiess for helping to get this across the finish line! * Users on macOS can now access the Services sub-menu directly from Firefox context menus. * On Windows, the elastic overscroll effect has been enabled by default. When two-finger scrolling on the touchpad or scrolling on the touchscreen, you will now see a bouncing animation when scrolling past the edge of a scroll container. * Firefox is now available in the Tajik (tg) language. Fixed * Various security fixes. Changed * The long-deprecated mozRTCPeerConnection, mozRTCIceCandidate, and mozRTCSessionDescription WebRTC interfaces have been removed. Sites should utilize the non-prefixed versions instead. Security fixes: #CVE-2023-32205: Browser prompts could have been obscured by popups #CVE-2023-32206: Crash in RLBox Expat driver #CVE-2023-32207: Potential permissions request bypass via clickjacking #CVE-2023-32208: Leak of script base URL in service workers via import() #CVE-2023-32209: Persistent DoS via favicon image #CVE-2023-32210: Incorrect principal object ordering #CVE-2023-32211: Content process crash due to invalid wasm code #CVE-2023-32212: Potential spoof due to obscured address bar #CVE-2023-32213: Potential memory corruption in FileReader::DoReadData() #MFSA-TMP-2023-0002: Race condition in dav1d decoding #CVE-2023-32214: Potential DoS via exposed protocol handlers #CVE-2023-32215: Memory safety bugs fixed in Firefox 113 and Firefox ESR 102.11 #CVE-2023-32216: Memory safety bugs fixed in Firefox 113 @ text @$NetBSD: patch-mozglue_misc_Uptime.cpp,v 1.2 2021/06/30 15:09:56 ryoon Exp $ * Define uptime-related functions for NetBSD too. --- mozglue/misc/Uptime.cpp.orig 2021-05-20 21:29:40.000000000 +0000 +++ mozglue/misc/Uptime.cpp @@@@ -76,7 +76,7 @@@@ Maybe NowIncludingSuspendMs() return Some(interrupt_time / kHNSperMS); } -#elif defined(XP_LINUX) // including Android +#elif defined(OS_LINUX) || defined(XP_UNIX) // including Android # include // Number of nanoseconds in a millisecond. @ 1.2 log @firefox: Update to 89.0.2 Changelog: 89.0.2 Fixed * Fix occasional hangs with Software WebRender on Linux (bug 1708224) 89.0.1 Fixed * Windows: Resolved an issue causing some screen readers to not interact correctly with Firefox anymore (bug 1714212) * Updated translations, including full Spanish (Mexico) localization and other improvements (bug 1714946) * Fix various font related regressions (bug 1694174) * Linux: Fix performance and stability regressions with WebRender (bug 1715895, bug 1715902) * macOS: Fix screen flickering when scrolling a page on an external monitor ( bug 1715452) * Enterprise: Fix for the DisableDeveloperTools policy not having effect anymore (bug 1715777) * Linux: Fix broken scrollbars on some GTK themes (bug 1714103) * Various stability and security fixes. Security fixes: #CVE-2021-29968: Out of bounds read when drawing text characters onto a Canvas 89.0 New * Say hello to a fresh new Firefox, designed to get you where you want to go even faster. We??ve redesigned and modernized the core experience to be cleaner, more inviting, and easier to use. Beginning in 89, you??ll notice a number of changes, including: Simplified browser chrome and toolbar: Less frequently used items removed to focus on the most important navigation items. Simplified browser chrome and toolbar screenshot Clear, streamlined menus: Re-organized and prioritized menu content according to usage. Updated labels and removed iconography. Clear, streamlined menus screenshot Updated prompts: Infobars, panels, and modals have a cleaner design and clearer language. Updated prompts screenshot Inspired tab design: Floating tabs neatly contain information and surface cues when you need them, like visual indicators for audio controls. The rounded design of the active tab supports focus and signals the ability to easily move the tab as needed. Inspired tab design screenshot Fewer interruptions: Reduced number of alerts and messages, so you can browse with fewer distractions. Cohesive, calmer visuals: Lighter iconography, a refined color palette, and more consistent styling throughout. This release also includes enhancements to our privacy offerings: + We??ve enhanced the privacy of the Firefox Browser??s Private Browsing mode with Total Cookie Protection, which confines cookies to the site where they were created, preventing companies from using cookies to track your browsing across sites. This feature was originally launched in Firefox??s ETP Strict mode. * For macOS users, we're introducing the elastic overscroll effect known from many other applications. A gentle bouncing animation will indicate that you reached the end of the page. In addition, we added support for smart zoom. Double-tap with two fingers on your trackpad, or with a single finger on your Magic Mouse, to zoom the content below your cursor into focus. * Native context menus: Context menus on macOS are now native and support Dark Mode. macOS native context menus screenshot * WebRender is now enabled on Linux with the NVIDIA binary driver and on all desktop environments # Fixed * Colors in Firefox on macOS will no longer be saturated on wide gamut displays, untagged images are properly treated as sRGB, and colors in images tagged as sRGB will now match CSS colors. * In full screen mode on macOS, moving your mouse to the top of the screen will no longer hide your tabs behind the system menu bar. * Also in full screen mode on macOS, it is now possible to hide the browser toolbars for a fully immersive full screen experience. This brings macOS in line with Windows and Linux. * Various stability and security fixes. # Changed * Introducing a non-native implementation of web form controls, which delivers a new modern design and some improvements to page load performance. Watch for layout bugs in web pages that make assumptions about the dimensions or styling of form controls. * The screenshots feature is available in the right-click context menu. You can also add a screenshots shortcut to your toolbar. Learn more. Security fixes: #CVE-2021-29965: Password Manager on Firefox for Android susceptible to domain spoofing #CVE-2021-29960: Filenames printed from private browsing mode incorrectly retained in preferences #CVE-2021-29961: Firefox UI spoof using `