<feed xmlns='http://www.w3.org/2005/Atom'>
<title>librejs.git/content, branch native-messaging-app</title>
<subtitle>Mirror of LibreJS at https://git.savannah.gnu.org/cgit/librejs.git
</subtitle>
<id>https://g.ypei.me/librejs.git/atom?h=native-messaging-app</id>
<link rel='self' href='https://g.ypei.me/librejs.git/atom?h=native-messaging-app'/>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/'/>
<updated>2022-09-23T01:56:46+00:00</updated>
<entry>
<title>fixing a bug introduced in 136cb7354a7.</title>
<updated>2022-09-23T01:56:46+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-09-23T01:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=5fa19f66d2c39bf14e653765a2f5f86820cd3d3d'/>
<id>urn:sha1:5fa19f66d2c39bf14e653765a2f5f86820cd3d3d</id>
<content type='text'>
- the base url of the weblabel page should be the its own url unless
  set. otherwise the content script may use the url of the current
  page that references the weblabels page.
</content>
</entry>
<entry>
<title>refactor editHtml</title>
<updated>2022-09-22T06:36:44+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-09-22T06:36:44+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=e56023afced93d5620a07fcbdfc0075d1016ba14'/>
<id>urn:sha1:e56023afced93d5620a07fcbdfc0075d1016ba14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up external license checking a bit</title>
<updated>2022-09-22T02:54:07+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-09-22T02:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=af903283f05e628ca2e25dfb8e2745baee945b7f'/>
<id>urn:sha1:af903283f05e628ca2e25dfb8e2745baee945b7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updating copyright to files touched in the previous commits.</title>
<updated>2022-09-20T03:47:20+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-09-20T03:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=4ea410b28eda7d22343b481c05a490996af24306'/>
<id>urn:sha1:4ea410b28eda7d22343b481c05a490996af24306</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up externalLicenseChecker.js</title>
<updated>2022-07-28T06:50:14+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-07-28T06:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=136cb7354a7cb3dbc684c2b28c80ed9351c0146c'/>
<id>urn:sha1:136cb7354a7cb3dbc684c2b28c80ed9351c0146c</id>
<content type='text'>
Tests still pass
</content>
</entry>
<entry>
<title>A different fix to the problem</title>
<updated>2022-07-28T01:14:43+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-07-28T01:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=c2ca96bcffaabb516bc3618f5fd0ea1b9c156c57'/>
<id>urn:sha1:c2ca96bcffaabb516bc3618f5fd0ea1b9c156c57</id>
<content type='text'>
from ...
to (() =&gt; {...})();

this way no need to worry about const redefinition.
</content>
</entry>
<entry>
<title>fixing side effects of const</title>
<updated>2022-07-28T01:03:47+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-07-28T01:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=0759807c511d931b132c48e9bee6a450e1245677'/>
<id>urn:sha1:0759807c511d931b132c48e9bee6a450e1245677</id>
<content type='text'>
same script may be loaded twice, in which case consts would be
redefined and fail silently, which is why the contact finder frame no
longer appeared twice, which is fixed in this commit
</content>
</entry>
<entry>
<title>simplify close listeners in contact finder</title>
<updated>2022-07-28T00:43:06+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-07-28T00:43:06+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=2e9dde6d085d68b1601c31f9938c2530ff55d77a'/>
<id>urn:sha1:2e9dde6d085d68b1601c31f9938c2530ff55d77a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>revise the contact finder dialog</title>
<updated>2022-07-27T05:16:56+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-07-27T05:16:56+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=2bdf1e590b70724f80beb5702ebb05331973bbc9'/>
<id>urn:sha1:2bdf1e590b70724f80beb5702ebb05331973bbc9</id>
<content type='text'>
- showing top 5 contact links for guessing
- remove direct innerHTML assignment and insertAdjacentHTML which are
  both bases of mozilla warnings
- improve readability of the code
</content>
</entry>
<entry>
<title>refactor final to limit number of contact links found</title>
<updated>2022-07-27T04:17:12+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-07-27T04:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=91a536da0615a4ef9946b88f3371ee667c9c9fab'/>
<id>urn:sha1:91a536da0615a4ef9946b88f3371ee667c9c9fab</id>
<content type='text'>
</content>
</entry>
</feed>
