aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* clean up external license checking a bitYuchen Pei2022-09-223-8/+17
|
* refactor getScript with better namesYuchen Pei2022-09-221-17/+16
| | | | also moved list manager check out of licenseRead
* refactor: clean up addReportEntry.Yuchen Pei2022-09-221-52/+50
| | | | also some smaller functions.
* refactor: const instead of letYuchen Pei2022-09-221-19/+12
|
* refactor: use setYuchen Pei2022-09-221-4/+4
|
* refactoring getScriptYuchen Pei2022-09-211-6/+6
|
* update copyright in pattern_utilsYuchen Pei2022-09-211-0/+1
|
* refactoring get_scriptYuchen Pei2022-09-211-20/+20
| | | | - index was a confusing arg
* refactor license_readYuchen Pei2022-09-211-53/+53
|
* clean up legacy_license_checkYuchen Pei2022-09-212-16/+12
|
* added some comments for various checksYuchen Pei2022-09-201-0/+3
|
* clean up fullEvaluateYuchen Pei2022-09-201-48/+61
|
* clean up checks for reserved objectsYuchen Pei2022-09-201-23/+26
|
* adding tests of calls to reserved objects.Yuchen Pei2022-09-201-5/+12
|
* Updating copyright to files touched in the previous commits.Yuchen Pei2022-09-207-0/+7
|
* adding a test for prefs defaultYuchen Pei2022-07-291-1/+14
|
* fixing a bug introduced in commit b98cb70b1bcYuchen Pei2022-07-291-1/+2
| | | | bug effect: no default subject and body shown for prefs
* clean up bg/ListManager.jsYuchen Pei2022-07-291-21/+15
|
* cleainig externallicenses doneYuchen Pei2022-07-291-13/+12
|
* clean up bg/externalicenses.js sans optimizedocumentYuchen Pei2022-07-291-33/+15
| | | | fixing a bug introduced in the previous commit too
* clean up bg/ExternalLicenses.jsYuchen Pei2022-07-291-36/+36
|
* clean up common/Storage.jsYuchen Pei2022-07-281-24/+14
|
* clean up common/Test.jsYuchen Pei2022-07-281-8/+6
|
* Clean up externalLicenseChecker.jsYuchen Pei2022-07-281-29/+21
| | | | Tests still pass
* Moving scripts and utilities into a new utilities dirYuchen Pei2022-07-2877-10/+11
|
* clean up code in prefs panelYuchen Pei2022-07-282-59/+63
|
* removed a redundant console logYuchen Pei2022-07-281-1/+0
|
* A different fix to the problemYuchen Pei2022-07-281-193/+191
| | | | | | | from ... to (() => {...})(); this way no need to worry about const redefinition.
* fixing side effects of constYuchen Pei2022-07-281-69/+75
| | | | | | 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
* simplify close listeners in contact finderYuchen Pei2022-07-281-14/+3
|
* adding a test for contact finderYuchen Pei2022-07-282-0/+21
|
* revise the contact finder dialogYuchen Pei2022-07-271-14/+30
| | | | | | | - 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
* refactor final to limit number of contact links foundYuchen Pei2022-07-271-18/+10
|
* fixing link harvesting in contact finder.Yuchen Pei2022-07-271-6/+4
|
* fixing email template of contact finderYuchen Pei2022-07-272-2/+2
|
* further linting and fixes of contact finderYuchen Pei2022-07-271-40/+40
|
* fixing some bugs introduced in the previous commit.Yuchen Pei2022-07-271-6/+7
| | | | also corrected a typo
* cleaning up contactFinder.jsYuchen Pei2022-07-261-120/+53
| | | | | | | - eliminating all var and let - simplify code - unit tests all pass - pending real usage test and adding unit tests on contact finder elements
* adding a test for the contact finderYuchen Pei2022-07-251-0/+16
|
* updating fresh-browser scriptYuchen Pei2022-07-251-1/+4
|
* update test script to include errors in outputYuchen Pei2022-07-251-1/+4
|
* Adding a fresh-browser script for testing.Yuchen Pei2022-07-221-0/+40
| | | | Testing in a clean, fresh browser.
* typoYuchen Pei2022-07-221-2/+2
|
* minor doc fixYuchen Pei2022-07-221-1/+2
|
* Updated the releasing steps in the doc.Yuchen Pei2022-07-221-3/+53
|
* fixing some mozilla validation warnings when uploading the extensionYuchen Pei2022-07-223-3/+3
|
* Removing the info fileYuchen Pei2022-07-221-1247/+0
| | | | It is hosted at https://www.gnu.org/software/librejs/manual/.
* Bump version to 7.21.0Yuchen Pei2022-07-214-7/+24
|
* fix subresource integrity hash-busting bug by only rewriting external ↵henriquez2022-06-231-1/+1
| | | | scripts if not 'accepted'
* Adding CECILL-2.0 and Zlib licenses.Yuchen Pei2022-04-291-0/+21
|