head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2020.05.17.10.10.19; author fox; state dead; branches; next 1.1; commitid SeNHuxXJEfsNXz8C; 1.1 date 2020.04.18.07.58.36; author fox; state Exp; branches; next ; commitid ksl3ho99I81oaQ4C; desc @@ 1.2 log @www/cliqz: Updates to 1.36.0 - Removes some of the obsolete patches. Changes since 1.35.0: Merge with Firefox 76.0.1 @ text @$NetBSD: patch-mozilla-release_browser_components_BrowserGlue.jsm,v 1.1 2020/04/18 07:58:36 fox Exp $ * Silence Service.profiler errors on Tier3 after bug 1613390 Taken from www/firefox --- mozilla-release/browser/components/BrowserGlue.jsm.orig 2020-04-03 19:34:29.000000000 +0000 +++ mozilla-release/browser/components/BrowserGlue.jsm @@@@ -2289,7 +2289,9 @@@@ BrowserGlue.prototype = { ChromeUtils.idleDispatch( () => { if (!Services.startup.shuttingDown) { - Services.profiler.AddMarker("startupIdleTask"); + if (Services.profiler) { + Services.profiler.AddMarker("startupIdleTask"); + } try { task.task(); } catch (ex) { @@@@ -2360,7 +2362,9 @@@@ BrowserGlue.prototype = { for (let task of idleTasks) { ChromeUtils.idleDispatch(() => { if (!Services.startup.shuttingDown) { - Services.profiler.AddMarker("startupLateIdleTask"); + if (Services.profiler) { + Services.profiler.AddMarker("startupLateIdleTask"); + } try { task(); } catch (ex) { @ 1.1 log @www/cliqz: Updates to 1.35.0 * Bumps version dependencies. * Adds python3 based SQLite3 library. * Imports a couple of patches from www/firefox. Changes since 1.34.1: Improvements * Cliqz got updated to Firefox 75.0 with various improvements and fixes. * The built-in security add-on HTTPS Everywhere got updated to the latest version 2020.3.16. * The Cliqz Browser now supports eight content processes by default. This should make it run even faster on powerful machines. * The Enterprise version of the Cliqz Browser offers a new setting to disable MyOffrz via enterprise policy. Fixes * Minor fixes for Cliqz Tab improve performance and stability. * Some websites that use third-party cookies were no longer working properly. These problems should now be fixed. Miscellaneous * We removed the "Do Not Track" option from the browser settings as it often has no effect and gives you a false sense of security. Thanks to the Anti-Tracking technology built into the Cliqz Browser, you are fully protected from data collectors anyway. (Power users can still configure Do Not Track via about:config.) @ text @d1 1 a1 1 $NetBSD: patch-browser_components_BrowserGlue.jsm,v 1.1 2020/04/09 14:01:26 ryoon Exp $ @