aboutsummaryrefslogtreecommitdiffstats
path: root/lib/script_entries/crypto.js
Commit message (Collapse)AuthorAgeFilesLines
* version 6.0.14Jesús2021-01-091-5/+5
| | | | 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
* 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-181-4/+6
|
* Import to new git repositoryNik Nyby2015-01-171-0/+60
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/