| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Rebrand of LibreJS under Unified XUL Platform
|
|
|
|
|
| |
Based on an example here:
https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsICryptoHash#Example
|
|
|
|
|
|
| |
This reverts commit 2505343492494b6bd2e99ba22e48e521cf965ccd.
See: http://lists.gnu.org/archive/html/bug-librejs/2016-05/msg00001.html
|
|
|
|
|
|
|
|
|
| |
"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
|
|
|
|
| |
> Promise rejection: Error: loop is not enabled
|
| |
|
|
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/
|