summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-27provide clean and uninstall targets, auto-find correct pathgirst
The wildcard will match both /usr/lib and /usr/lib64, so the Makefile works on 99% of Linux distros. And yes, that's not what DESTDIR is for.
2019-07-09switch to resource:// protocolgirst
bring the patch closer to the then-upstream comm-central. might have the negative side-effect of being detectable by websites according to: https://developer.mozilla.org/en-US/docs/Mozilla/Chrome_Registration
2019-07-09don't overwrite chrome.manifestgirst
this hopefully makes the monkey patch update persistent. Note: instead of using FileUtils, this would be another method: const {Services} = Cu.import('resource://gre/modules/Services.jsm'); let manifest = Services.dirsvc.get('GreD', Ci.nsIFile); manifest.append('legacy.manifest');
2019-07-09fix chrome.manifest loading for mozilla68girst
the chrome.manifest inside the install directory is not loaded any longer by default; see bugzil.la/1543761
2019-06-24remove superfluous commentsgirst
2019-06-24add link to bug report to keep an eye ongirst
2019-06-24credit where credit's duegirst
2019-06-24remove boot.jsmgirst
2019-06-24more portabe makefilegirst
still has the mozillapath hardcoded, though
2019-06-24initial commitgirst