aboutsummaryrefslogtreecommitdiffstats
path: root/lib/script_entries
Commit message (Collapse)AuthorAgeFilesLines
* version 6.0.14Jesús2021-01-097-37/+37
| | | | Rebrand of LibreJS under Unified XUL Platform
* Remove experimental array comprehension syntaxNik Nyby2016-05-041-1/+4
| | | | | Based on an example here: https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsICryptoHash#Example
* Revert "Don't use array comprehensions"Nik Nyby2016-05-041-1/+1
| | | | | | This reverts commit 2505343492494b6bd2e99ba22e48e521cf965ccd. See: http://lists.gnu.org/archive/html/bug-librejs/2016-05/msg00001.html
* Don't use array comprehensionsWilliam Cummings2016-05-021-1/+1
| | | | | | | | | "Non-standard. Do not use! The array comprehensions is non-standard, and it's unlikely to be added to ECMAScript. For future-facing usages, consider using Array.prototype.map, Array.prototype.filter, and arrow functions." https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Array_comprehensions
* Fixes for jpmNik Nyby2015-10-221-1/+2
|
* jpm compatNik Nyby2015-10-221-1/+1
|
* more jpm compatNik Nyby2015-10-225-7/+8
|
* more jpm compatibilityNik Nyby2015-10-222-7/+8
|
* Revert "Resolve circular dependency btw free_libraries and scripts_cached"Nik Nyby2015-10-072-6/+8
| | | | This reverts commit e5bd270b6b4692bad78561a4baf81c5d341f4790.
* Resolve circular dependency btw free_libraries and scripts_cachedNik Nyby2015-06-162-8/+6
|
* use abs path for scripts_cache includeNik Nyby2015-06-161-1/+1
|
* Attempts to fix crypto test failureNik Nyby2015-06-161-1/+0
| | | | > Promise rejection: Error: loop is not enabled
* Committing changes for version 6.0.8Nik Nyby2015-01-187-29/+44
|
* Import to new git repositoryNik Nyby2015-01-177-0/+636
The old repository was using almost 100mb of space because of all the unnecessary files in the history. So I've imported the code to a new git repository. Unfortunately the history isn't viewable from this repository anymore. To see what happened with LibreJS before 2015, see the old Bazaar repo here: http://bzr.savannah.gnu.org/lh/librejs/