summaryrefslogtreecommitdiff
path: root/aboutLogos.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-24 22:23:52 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-24 22:23:52 -0400
commit2e02bfdbb7f225e3619317be008f4429724003f9 (patch)
treef8c63b10b13f32db62785de2bd0fcc839ad9472b /aboutLogos.patch
parentUpdated to 100.0.2 (diff)
downloadlibrewolf-fedora-ff-2e02bfdbb7f225e3619317be008f4429724003f9.tar.gz
librewolf-fedora-ff-2e02bfdbb7f225e3619317be008f4429724003f9.tar.bz2
librewolf-fedora-ff-2e02bfdbb7f225e3619317be008f4429724003f9.zip
librewolf 100.0.2 rc1b100.0.2
Diffstat (limited to 'aboutLogos.patch')
-rw-r--r--aboutLogos.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/aboutLogos.patch b/aboutLogos.patch
new file mode 100644
index 0000000..6584e40
--- /dev/null
+++ b/aboutLogos.patch
@@ -0,0 +1,17 @@
+--- a/browser/base/jar.mn
++++ b/browser/base/jar.mn
+@@ -97,6 +97,14 @@ browser.jar:
+ #endif
+ content/browser/webrtcIndicator.xhtml (content/webrtcIndicator.xhtml)
+ content/browser/webrtcIndicator.js (content/webrtcIndicator.js)
++ content/browser/aboutLogos/0.png (content/aboutLogos/0.png)
++ content/browser/aboutLogos/1.png (content/aboutLogos/1.png)
++ content/browser/aboutLogos/2.png (content/aboutLogos/2.png)
++ content/browser/aboutLogos/3.png (content/aboutLogos/3.png)
++ content/browser/aboutLogos/4.png (content/aboutLogos/4.png)
++ content/browser/aboutLogos/5.png (content/aboutLogos/5.png)
++ content/browser/aboutLogos/6.png (content/aboutLogos/6.png)
++ content/browser/aboutLogos/original.svg (content/aboutLogos/original.svg)
+ # the following files are browser-specific overrides
+ * content/browser/license.html (/toolkit/content/license.html)
+ % override chrome://global/content/license.html chrome://browser/content/license.html
bgstack15