]> git.gir.st - LegacyFox.git/commitdiff
provide easy way to find modifications to BootstrapLoader master github/master v4.0
authorgirst <girst@users.noreply.github.com>
Sat, 16 Mar 2024 15:33:18 +0000 (16:33 +0100)
committergirst <girst@users.noreply.github.com>
Sat, 16 Mar 2024 15:33:18 +0000 (16:33 +0100)
this also removes the reference to the long obsolete
https://hg.mozilla.org/mozilla-central/rev/061b97e02ede.

Makefile
README

index 2dd4df0a3e99889e1e24467b36ece5877b3497d4..9824f6ccaa40ae2a3dbde38b7036dfd79c5bd53b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: all clean install uninstall
+.PHONY: all clean install uninstall diff
 
 files := config.js
 files += defaults/pref/config-prefs.js
@@ -21,3 +21,8 @@ install: $(archive)
 
 uninstall:
        cd "$(DESTDIR)" && rm -rf -- $(files)
+
+diff:
+       @curl -s https://hg.mozilla.org/comm-central/raw-file/8a37a90aab4ec643fce1e1ab33984613ce0b492d/common/src/BootstrapLoader.jsm | diff --color -u - legacy/BootstrapLoader.sys.mjs ||:
+       @curl -s https://hg.mozilla.org/comm-central/raw-file/8a37a90aab4ec643fce1e1ab33984613ce0b492d/common/src/RDFDataSource.jsm | diff --color -u - legacy/RDFDataSource.sys.mjs ||:
+       @curl -s https://hg.mozilla.org/comm-central/raw-file/8a37a90aab4ec643fce1e1ab33984613ce0b492d/common/src/RDFManifestConverter.jsm | diff --color -u - legacy/RDFManifestConverter.sys.mjs ||:
diff --git a/README b/README
index bc030931621b88da55564df798b1c3a4f9c7e8dc..bdd8cba0286d7be1dbd3752e083642dd58d4517e 100644 (file)
--- a/README
+++ b/README
@@ -12,9 +12,7 @@ Monkeypatching Firefox Quantum to run VimFx
    the `v3.3` tag for compatibility with Firefox 68 to 128.
  * Users of firefox-esr on debian need to use the following command:
    `make DESTDIR=/usr/lib/firefox-esr install`
- * BootstrapLoader.jsm, RDFDataSource.jsm, RDFManifestConverter.jsm from their
-   last commit in comm-central (8a37a90aab4ec643fce1e1ab33984613ce0b492d)
- * config.js: own work (compare mozilla-central 061b97e02ede)
+ * BootstrapLoader et al. from comm-central (c.f. `make diff`)
  * Inspired by https://github.com/xiaoxiaoflood/firefox-scripts.git
  * Uses unsandboxed AutoConfig -- watch http://bugzil.la/1514451
 
Imprint / Impressum