Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | version 6.0.14 | Jesús | 2021-01-09 | 48 | -302/+301 |
| | | | | Rebrand of LibreJS under Unified XUL Platform | ||||
* | Remove experimental array comprehension syntax | Nik Nyby | 2016-05-04 | 1 | -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 Nyby | 2016-05-04 | 1 | -1/+1 |
| | | | | | | This reverts commit 2505343492494b6bd2e99ba22e48e521cf965ccd. See: http://lists.gnu.org/archive/html/bug-librejs/2016-05/msg00001.html | ||||
* | Don't use array comprehensions | William Cummings | 2016-05-02 | 1 | -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 | ||||
* | Add Unlicense to lib/js_checker/license_definitions.js | Adam Plaice | 2016-04-19 | 1 | -0/+14 |
| | |||||
* | release 6.0.10 | Nik Nyby | 2015-10-25 | 1 | -0/+12 |
| | |||||
* | fix bug where @license-end could be ignored | Nik Nyby | 2015-10-25 | 1 | -19/+32 |
| | |||||
* | With this patch I get | Adrian Aichner | 2015-10-23 | 1 | -2/+0 |
| | | | | | | | | | 380 of 380 tests passed. All tests passed! $ jpm -V 1.0.3 $ jpm test -b `which firefox-trunk` -v | ||||
* | updates for jpm | Nik Nyby | 2015-10-23 | 2 | -2/+3 |
| | |||||
* | remove extra space | Nik Nyby | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | Fixes for jpm | Nik Nyby | 2015-10-22 | 4 | -5/+6 |
| | |||||
* | remove menuitems | Nik Nyby | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | jpm compat | Nik Nyby | 2015-10-22 | 3 | -4/+4 |
| | |||||
* | use menuitem from npm | Nik Nyby | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | more jpm compat | Nik Nyby | 2015-10-22 | 23 | -58/+68 |
| | |||||
* | more jpm compatibility | Nik Nyby | 2015-10-22 | 15 | -71/+81 |
| | |||||
* | Make test requires jpm-compatible | Nik Nyby | 2015-10-22 | 1 | -8/+8 |
| | | | | https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/cfx_to_jpm | ||||
* | Revert "Add Ruben's isFreeLicensed check for external scripts" | Nik Nyby | 2015-10-07 | 1 | -32/+14 |
| | | | | This reverts commit 9b79c2a61be72965c001c8d9779a7b3188628613. | ||||
* | Revert "Resolve circular dependency btw free_libraries and scripts_cached" | Nik Nyby | 2015-10-07 | 2 | -6/+8 |
| | | | | This reverts commit e5bd270b6b4692bad78561a4baf81c5d341f4790. | ||||
* | Look up web labels license by index instead of iteration | Nik Nyby | 2015-06-20 | 1 | -0/+20 |
| | |||||
* | use spdx license identifiers | Nik Nyby | 2015-06-20 | 2 | -49/+65 |
| | |||||
* | small changes | Nik Nyby | 2015-06-20 | 1 | -2/+0 |
| | |||||
* | Fix mistake when applying Jookia's patch | Nik Nyby | 2015-06-16 | 1 | -6/+1 |
| | |||||
* | Add WTFPL | Nik Nyby | 2015-06-16 | 1 | -0/+18 |
| | |||||
* | Resolve circular dependency btw free_libraries and scripts_cached | Nik Nyby | 2015-06-16 | 2 | -8/+6 |
| | |||||
* | use abs path for scripts_cache include | Nik Nyby | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | Attempts to fix crypto test failure | Nik Nyby | 2015-06-16 | 3 | -3/+2 |
| | | | | > Promise rejection: Error: loop is not enabled | ||||
* | Add more charset checks to fix errors | Nik Nyby | 2015-06-16 | 1 | -1/+3 |
| | |||||
* | apply Jookia's patch and update changelog | Nik Nyby | 2015-06-16 | 2 | -19/+13 |
| | |||||
* | Formatting on ruben's charset patch | Nik Nyby | 2015-06-16 | 1 | -1/+46 |
| | |||||
* | onDetermineCharset() should only return valid charsets | Ruben Rodriguez | 2015-05-11 | 1 | -1/+1 |
| | | | | | | | Match the charset retrieved from the document against a list of known valid charset names, to avoid failing on malformed documents. The list was retrieved from ./dom/encoding/labelsencodings.properties in the IceCat 31.6.0 sourcecode. | ||||
* | Add Ruben's isFreeLicensed check for external scripts | Nik Nyby | 2015-04-02 | 1 | -14/+32 |
| | |||||
* | Don't call callback if it's not a function | Nik Nyby | 2015-04-02 | 1 | -3/+16 |
| | |||||
* | Add JsChecker.isFreeLicensed | Nik Nyby | 2015-04-02 | 1 | -0/+41 |
| | |||||
* | Committing changes for version 6.0.8 | Nik Nyby | 2015-01-18 | 48 | -196/+290 |
| | |||||
* | Import to new git repository | Nik Nyby | 2015-01-17 | 52 | -0/+8912 |
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/ |