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
7745dd75
Commit
7745dd75
authored
1 year ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
firefox: update changes for firefox 112.0
parent
9520d95c
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/rollback_ddg_firefox_partnership_codes.patch
+6
-26
6 additions, 26 deletions
...DATA/firefox/rollback_ddg_firefox_partnership_codes.patch
helpers/make-firefox
+1
-1
1 addition, 1 deletion
helpers/make-firefox
with
7 additions
and
27 deletions
helpers/DATA/firefox/rollback_ddg_firefox_partnership_codes.patch
+
6
−
26
View file @
7745dd75
More info related to the change: https://hg.mozilla.org/mozilla-central/rev/5079bb7577182734823d6e4a3c468115d45a9dd9
diff -Nru firefox-109.0.1+build1-0ubuntu0.22.04.1~mt1+11.0trisquel94/browser/components/search/extensions/ddg/manifest.json firefox-109.0+build2/browser/components/search/extensions/ddg/manifest.json
--- firefox-109.0.1+build1-0ubuntu0.22.04.1~mt1+11.0trisquel94/browser/components/search/extensions/ddg/manifest.json 2023-01-29 00:04:37.557029994 -0600
+++ firefox-109.0+build2/browser/components/search/extensions/ddg/manifest.json 2023-01-14 12:40:57.000000000 -0600
@@ -2,7 +2,7 @@
"name": "DuckDuckGo",
"description": "Search DuckDuckGo",
"manifest_version": 2,
- "version": "1.3",
+ "version": "1.2",
"browser_specific_settings": {
"gecko": {
"id": "ddg@search.mozilla.org"
--- a/browser/components/search/extensions/ddg/manifest.json 2023-04-06 23:48:16.983734806 -0600
+++ b/browser/components/search/extensions/ddg/manifest.json 2023-04-06 23:54:27.848103496 -0600
@@ -21,7 +21,7 @@
"name": "DuckDuckGo",
"search_url": "https://duckduckgo.com/",
"search_form": "https://duckduckgo.com/
?q={searchTerms}
",
"search_form": "https://duckduckgo.com/",
- "search_url_get_params": "t=ffab&q={searchTerms}",
+ "search_url_get_params": "q={searchTerms}",
"suggest_url": "https://ac.duckduckgo.com/ac/",
"suggest_url_get_params": "q={searchTerms}&type=list"
}
diff -Nru firefox-109.0.1+build1-0ubuntu0.22.04.1~mt1+11.0trisquel94/browser/components/search/extensions/ddg-html/manifest.json firefox-109.0+build2/browser/components/search/extensions/ddg-html/manifest.json
--- firefox-109.0.1+build1-0ubuntu0.22.04.1~mt1+11.0trisquel94/browser/components/search/extensions/ddg-html/manifest.json 2023-01-29 00:04:37.509029685 -0600
+++ firefox-109.0+build2/browser/components/search/extensions/ddg-html/manifest.json 2023-01-14 12:40:57.000000000 -0600
@@ -2,7 +2,7 @@
"name": "DuckDuckGo (HTML)",
"description": "Search DuckDuckGo (HTML)",
"manifest_version": 2,
- "version": "1.3",
+ "version": "1.2",
"browser_specific_settings": {
"gecko": {
"id": "ddg-html@search.mozilla.org"
--- a/browser/components/search/extensions/ddg-html/manifest.json 2023-04-06 23:48:16.987734810 -0600
+++ b/browser/components/search/extensions/ddg-html/manifest.json 2023-04-06 23:55:19.080158907 -0600
@@ -21,7 +21,7 @@
"name": "DuckDuckGo (HTML)",
"search_url": "https://html.duckduckgo.com/html/",
"search_form": "https://html.duckduckgo.com/html/
?q={searchTerms}
",
"search_form": "https://html.duckduckgo.com/html/",
- "search_url_get_params": "t=ffab&q={searchTerms}",
+ "search_url_get_params": "q={searchTerms}",
"suggest_url": "https://ac.duckduckgo.com/ac/",
...
...
This diff is collapsed.
Click to expand it.
helpers/make-firefox
+
1
−
1
View file @
7745dd75
...
...
@@ -29,7 +29,7 @@ rm debian/control
# Disable remote settings antifeature.
sed
'/async fetchLatestChanges.*/areturn;'
-i
services/settings/Utils.jsm
sed
'/async download.*/areturn;'
-i
services/settings/RemoteSettingsClient.js
m
services/settings/Attachments.js
m
sed
'/async download.*/areturn;'
-i
services/settings/RemoteSettingsClient.
sys.m
js services/settings/Attachments.
sys.m
js
# Disable activity-stream antifeatures.
# These are not condensed into a single sed script to make it fail on individual commands that didn't change the source
...
...
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