<feed xmlns='http://www.w3.org/2005/Atom'>
<title>legacywolf/legacy.manifest, branch master</title>
<subtitle>LegacyFox as an addon</subtitle>
<link rel='alternate' type='text/html' href='https://ba.ln.ea.cx/src/marsironpi/legacywolf/'/>
<entry>
<title>switch to resource:// protocol</title>
<updated>2019-07-09T20:06:56+00:00</updated>
<author>
<name>girst</name>
<email>girst@users.noreply.github.com</email>
</author>
<published>2019-07-09T20:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://ba.ln.ea.cx/src/marsironpi/legacywolf/commit/?id=d1c80010b1fb1e352fb8754ace534e8dbe8cf954'/>
<id>d1c80010b1fb1e352fb8754ace534e8dbe8cf954</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>don't overwrite chrome.manifest</title>
<updated>2019-07-09T20:06:08+00:00</updated>
<author>
<name>girst</name>
<email>girst@users.noreply.github.com</email>
</author>
<published>2019-07-09T20:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://ba.ln.ea.cx/src/marsironpi/legacywolf/commit/?id=cb644c202d9319a059dc3f96e7de66041ea18ab7'/>
<id>cb644c202d9319a059dc3f96e7de66041ea18ab7</id>
<content type='text'>
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');
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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');
</pre>
</div>
</content>
</entry>
</feed>
