Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eliab Andi Artz
package-helpers
Commits
93c80b92
Commit
93c80b92
authored
7 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
More polish to activity-streams on Abrowser
parent
6cd6d074
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/DATA/firefox/disable-activity-streams.patch
+43
-8
43 additions, 8 deletions
helpers/DATA/firefox/disable-activity-streams.patch
helpers/make-firefox
+1
-1
1 addition, 1 deletion
helpers/make-firefox
with
44 additions
and
9 deletions
helpers/DATA/firefox/disable-activity-streams.patch
+
43
−
8
View file @
93c80b92
diff -ru firefox-58.0+build6.orig/browser/extensions/activity-stream/lib/ActivityStream.jsm firefox-58.0+build6/browser/extensions/activity-stream/lib/ActivityStream.jsm
--- firefox-58.0+build6.orig/browser/extensions/activity-stream/lib/ActivityStream.jsm 2018-01-22 17:33:33.000000000 +0000
+++ firefox-58.0+build6/browser/extensions/activity-stream/lib/ActivityStream.jsm 2018-01-24
16:00:23.5804120
17 +0000
+++ firefox-58.0+build6/browser/extensions/activity-stream/lib/ActivityStream.jsm 2018-01-24
23:19:12.8421557
17 +0000
@@ -26,14 +26,7 @@
const DEFAULT_SITES = new Map([
...
...
@@ -17,7 +17,7 @@ diff -ru firefox-58.0+build6.orig/browser/extensions/activity-stream/lib/Activit
]);
const GEO_PREF = "browser.search.region";
const REASON_ADDON_UNINSTALL = 6;
@@ -60,1
2
+53,1
2
@@
@@ -60,1
9
+53,1
9
@@
provider_description: "pocket_description",
provider_icon: "pocket",
provider_name: "Pocket",
...
...
@@ -36,7 +36,15 @@ diff -ru firefox-58.0+build6.orig/browser/extensions/activity-stream/lib/Activit
show_spocs: false,
personalized: true
})
@@ -100,11 +93,11 @@
}],
["showSponsored", {
title: "Show sponsored cards in spoc experiment (show_spocs in topstories.options has to be set to true as well)",
- value: true
+ value: false
}],
["filterAdult", {
title: "Remove adult pages from sites, highlights, etc.",
@@ -100,7 +93,7 @@
}],
["disableSnippets", {
title: "Disable snippets on activity stream",
...
...
@@ -45,12 +53,39 @@ diff -ru firefox-58.0+build6.orig/browser/extensions/activity-stream/lib/Activit
}],
["showTopSites", {
title: "Show the Top Sites section",
- value: true
+ value: false
@@ -116,12 +109,12 @@
}],
["telemetry", {
title: "Enable system error and usage data collection",
- value: true,
+ value: false,
value_local_dev: false
}],
["collapseTopSites", {
title: "Collapse the Top Sites section",
@@ -197,7 +190,7 @@
["telemetry.ping.endpoint", {
title: "Telemetry server endpoint",
- value: "https://tiles.services.mozilla.com/v4/links/activity-stream"
+ value: "https://127.0.0.1/"
}],
["section.highlights.collapsed", {
title: "Collapse the Highlights section",
@@ -137,7 +130,7 @@
}],
["tippyTop.service.endpoint", {
title: "Tippy Top service manifest url",
- value: "https://activity-stream-icons.services.mozilla.com/v1/icons.json.br"
+ value: "https://127.0.0.1"
}]
]);
@@ -190,14 +183,14 @@
"CA": ["en-US", "en-GB", "en-ZA"],
"DE": ["de", "de-DE", "de-AT", "de-CH"]
})[geo];
- return !!locales && locales.includes(locale);
+ return false;
}
},
{
name: "snippets",
factory: () => new SnippetsFeed(),
title: "Gets snippets data",
...
...
This diff is collapsed.
Click to expand it.
helpers/make-firefox
+
1
−
1
View file @
93c80b92
...
...
@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
5
3
VERSION
=
5
4
.
./config
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment