firefox: update patch to remove campaign.

This commit is contained in:
Luis Guzmán 2022-06-14 08:01:03 +00:00
parent d3a15ccadc
commit 57692cf11e
2 changed files with 13 additions and 13 deletions

View file

@ -61,13 +61,14 @@ diff -Nru source_orig/browser/base/content/test/static/browser_all_files_referen
// layout/mathml/nsMathMLChar.cpp // layout/mathml/nsMathMLChar.cpp
diff -Nru source_orig/browser/components/newtab/lib/OnboardingMessageProvider.jsm source/browser/components/newtab/lib/OnboardingMessageProvider.jsm diff -Nru source_orig/browser/components/newtab/lib/OnboardingMessageProvider.jsm source/browser/components/newtab/lib/OnboardingMessageProvider.jsm
--- source_orig/browser/components/newtab/lib/OnboardingMessageProvider.jsm 2022-05-22 09:35:55.448674482 +0000 --- source_orig/browser/components/newtab/lib/OnboardingMessageProvider.jsm 2022-06-08 17:44:48.000000000 -0500
+++ source/browser/components/newtab/lib/OnboardingMessageProvider.jsm 2022-05-22 21:37:23.090968112 +0000 +++ source/browser/components/newtab/lib/OnboardingMessageProvider.jsm 2022-06-13 23:03:00.516557944 -0500
@@ -96,221 +96,6 @@ @@ -96,220 +96,6 @@
}, },
}, },
{ {
- id: "PB_NEWTAB_FOCUS_PROMO", - id: "PB_NEWTAB_FOCUS_PROMO",
- type: "default",
- template: "pb_newtab", - template: "pb_newtab",
- groups: ["pbNewtab"], - groups: ["pbNewtab"],
- content: { - content: {
@ -94,12 +95,10 @@ diff -Nru source_orig/browser/components/newtab/lib/OnboardingMessageProvider.js
- id: "FOCUS_PROMO", - id: "FOCUS_PROMO",
- template: "multistage", - template: "multistage",
- modal: "tab", - modal: "tab",
- metrics: "block",
- backdrop: "transparent", - backdrop: "transparent",
- screens: [ - screens: [
- { - {
- id: "DEFAULT_MODAL_UI", - id: "DEFAULT_MODAL_UI",
- order: 0,
- content: { - content: {
- logo: { - logo: {
- imageURL: - imageURL:
@ -168,16 +167,17 @@ diff -Nru source_orig/browser/components/newtab/lib/OnboardingMessageProvider.js
- frequency: { - frequency: {
- custom: [ - custom: [
- { - {
- cap: 1, - cap: 3,
- period: 604800000, // Max 1 per week - period: 604800000, // Max 3 per week
- }, - },
- ], - ],
- lifetime: 3, - lifetime: 12,
- }, - },
- targeting: "!(region in [ 'DE', 'AT', 'CH'] && localeLanguageCode == 'en')", - targeting: "!(region in [ 'DE', 'AT', 'CH'] && localeLanguageCode == 'en')",
- }, - },
- { - {
- id: "PB_NEWTAB_KLAR_PROMO", - id: "PB_NEWTAB_KLAR_PROMO",
- type: "default",
- template: "pb_newtab", - template: "pb_newtab",
- groups: ["pbNewtab"], - groups: ["pbNewtab"],
- content: { - content: {
@ -205,7 +205,6 @@ diff -Nru source_orig/browser/components/newtab/lib/OnboardingMessageProvider.js
- id: "KLAR_PROMO", - id: "KLAR_PROMO",
- template: "multistage", - template: "multistage",
- modal: "tab", - modal: "tab",
- metrics: "block",
- backdrop: "transparent", - backdrop: "transparent",
- screens: [ - screens: [
- { - {
@ -273,11 +272,11 @@ diff -Nru source_orig/browser/components/newtab/lib/OnboardingMessageProvider.js
- frequency: { - frequency: {
- custom: [ - custom: [
- { - {
- cap: 1, - cap: 3,
- period: 604800000, // Max 1 per week - period: 604800000, // Max 3 per week
- }, - },
- ], - ],
- lifetime: 3, - lifetime: 12,
- }, - },
- targeting: "region in [ 'DE', 'AT', 'CH'] && localeLanguageCode == 'en'", - targeting: "region in [ 'DE', 'AT', 'CH'] && localeLanguageCode == 'en'",
- }, - },

View file

@ -2,6 +2,7 @@
# #
# Copyright (C) 2008-2021 Ruben Rodriguez <ruben@trisquel.info> # Copyright (C) 2008-2021 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2015 Santiago Rodriguez <santi@trisquel.info> # Copyright (C) 2015 Santiago Rodriguez <santi@trisquel.info>
# Copyright (C) 2022 Luis Guzman <ark@switnet.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -18,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=89 VERSION=90
EXTERNAL='deb-src https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu $UPSTREAM main' EXTERNAL='deb-src https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu $UPSTREAM main'
REPOKEY=9BDB3D89CE49EC21 REPOKEY=9BDB3D89CE49EC21