| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- eslint
- also adding eslintrc
|
|
|
|
|
|
|
|
| |
- ran eglot-format using typescript-language-server on all js files in
the repo except those under /hash_script/
- verify only whitespace changed:
git diff --word-diff-regex=. 62d6a71 62d6a71~1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
LibreJS got stuck in an infinite loop whenever a
<link rel="jslicense">
occured inside a HTML head tag. This was due to a small programming
mistake (refer to the git diff for details). It caused Icecat to become
unresponsive (tested on Icecat 78.10.0esr).
This notably affected users trying to visit lichess.org, and reportedly
users trying to visit scratch.mit.edu [0].
[0]: https://lists.gnu.org/archive/html/bug-librejs/2020-06/msg00000.html
|
|
|
|
|
| |
This is done because shadowing the global variable `document` can lead
to unexpected results.
|
| |
|
| |
|
| |
|
|
|
|
| |
precede scripts.
|
|
|