firefox: test 142 build
This commit is contained in:
parent
ff611e79eb
commit
93338254a6
2 changed files with 11 additions and 4 deletions
|
|
@ -2,10 +2,17 @@ diff --git a/services/settings/RemoteSettingsClient.sys.mjs b/services/settings/
|
||||||
index 7e98e6d..7716e41 100644
|
index 7e98e6d..7716e41 100644
|
||||||
--- a/services/settings/RemoteSettingsClient.sys.mjs
|
--- a/services/settings/RemoteSettingsClient.sys.mjs
|
||||||
+++ b/services/settings/RemoteSettingsClient.sys.mjs
|
+++ b/services/settings/RemoteSettingsClient.sys.mjs
|
||||||
@@ -227,6 +227,8 @@ class AttachmentDownloader extends Downloader {
|
@@ -229,13 +229,8 @@ class AttachmentDownloader extends Downloader {
|
||||||
* @see Downloader.download
|
* @see Downloader.download
|
||||||
*/
|
*/
|
||||||
async download(record, options) {
|
async download(record, options) {
|
||||||
|
- await lazy.UptakeTelemetry.report(
|
||||||
|
- TELEMETRY_COMPONENT,
|
||||||
|
- lazy.UptakeTelemetry.STATUS.DOWNLOAD_START,
|
||||||
|
- {
|
||||||
|
- source: this._client.identifier,
|
||||||
|
- }
|
||||||
|
- );
|
||||||
+ console.warn("Function 'download' disabled in Abrowser due privacy concerns.");
|
+ console.warn("Function 'download' disabled in Abrowser due privacy concerns.");
|
||||||
+ return null;
|
+ return null;
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
|
|
@ -19,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=124
|
VERSION=124.1
|
||||||
EXTERNAL='deb-src http://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu $UPSTREAM main'
|
EXTERNAL='deb-src http://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu $UPSTREAM main'
|
||||||
REPOKEY=9BDB3D89CE49EC21
|
REPOKEY=9BDB3D89CE49EC21
|
||||||
|
|
||||||
|
|
@ -48,7 +48,7 @@ BAP_FirefoxJs=browser/app/profile/firefox.js
|
||||||
sed '/^const DEFAULT_SITES/,/^])\;/c const DEFAULT_SITES = new Map\([[""]]\);' -i browser/extensions/newtab/lib/DefaultSites.sys.mjs
|
sed '/^const DEFAULT_SITES/,/^])\;/c const DEFAULT_SITES = new Map\([[""]]\);' -i browser/extensions/newtab/lib/DefaultSites.sys.mjs
|
||||||
sed '/"showSponsored"/,/value/s/value: true/value: false/' -i $ActivityStream
|
sed '/"showSponsored"/,/value/s/value: true/value: false/' -i $ActivityStream
|
||||||
sed '/"telemetry"/,/value/s/value: true/value: false/' -i $ActivityStream
|
sed '/"telemetry"/,/value/s/value: true/value: false/' -i $ActivityStream
|
||||||
sed '/"section.highlights.includePocket"/,/value/s/value: true/value: false/' -i $ActivityStream
|
#141#sed '/"section.highlights.includePocket"/,/value/s/value: true/value: false/' -i $ActivityStream
|
||||||
sed '/"telemetry.structuredIngestion.endpoint"/,/value/s/value: .*/value: ""/' -i $ActivityStream
|
sed '/"telemetry.structuredIngestion.endpoint"/,/value/s/value: .*/value: ""/' -i $ActivityStream
|
||||||
sed '/read_more_endpoint/,+1s/http.*/",/' -i $ActivityStream
|
sed '/read_more_endpoint/,+1s/http.*/",/' -i $ActivityStream
|
||||||
sed '/stories_endpoint/s/getpocket.cdn.mozilla.net/127.0.0.1/' -i $ActivityStream
|
sed '/stories_endpoint/s/getpocket.cdn.mozilla.net/127.0.0.1/' -i $ActivityStream
|
||||||
|
|
@ -264,7 +264,7 @@ for i in $(find . -name brandings.ftl)
|
||||||
do
|
do
|
||||||
/bin/sed -i '/firefoxview-brand-name/s|Firefox View|Abrowser View|' $i
|
/bin/sed -i '/firefoxview-brand-name/s|Firefox View|Abrowser View|' $i
|
||||||
/bin/sed -i '/firefox-home-brand-name/s|Firefox Home|Abrowser Home|' $i
|
/bin/sed -i '/firefox-home-brand-name/s|Firefox Home|Abrowser Home|' $i
|
||||||
sed -i 's|= Firefox |= |' $i
|
/bin/sed -i 's|= Firefox |= |' $i
|
||||||
done
|
done
|
||||||
|
|
||||||
# Disable preprocessor
|
# Disable preprocessor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue