Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add jQuery-1.11.3 and 2.1.4 to whitelist | Nik Nyby | 2015-06-16 | 1 | -0/+16 |
| | |||||
* | update readme for git | Nik Nyby | 2015-06-16 | 1 | -2/+4 |
| | |||||
* | comment out failing test from cfx deprecation | Nik Nyby | 2015-06-16 | 1 | -2/+3 |
| | | | | added a note to re-enable it after switching to jpm | ||||
* | Add WTFPL | Nik Nyby | 2015-06-16 | 15 | -305/+371 |
| | |||||
* | Resolve circular dependency btw free_libraries and scripts_cached | Nik Nyby | 2015-06-16 | 2 | -8/+6 |
| | |||||
* | Remove unnecessary msie stuff from css | Nik Nyby | 2015-06-16 | 1 | -3/+0 |
| | |||||
* | 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 | 5 | -9/+7 |
| | | | | > Promise rejection: Error: loop is not enabled | ||||
* | Test on FF 38.0 | Nik Nyby | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | update changelog | Nik Nyby | 2015-06-16 | 1 | -0/+2 |
| | |||||
* | build docs | Nik Nyby | 2015-06-16 | 23 | -60/+60 |
| | |||||
* | Add version number to main panel and increment version | Nik Nyby | 2015-06-16 | 6 | -6/+8 |
| | |||||
* | 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 | 3 | -19/+20 |
| | |||||
* | 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 |
| | |||||
* | New test version for 6.0.9 | Nik Nyby | 2015-04-02 | 26 | -79/+79 |
| | |||||
* | Don't call callback if it's not a function | Nik Nyby | 2015-04-02 | 1 | -3/+16 |
| | |||||
* | add back submodule for travis | Nik Nyby | 2015-04-02 | 2 | -0/+3 |
| | |||||
* | Add JsChecker.isFreeLicensed | Nik Nyby | 2015-04-02 | 3 | -1/+54 |
| | |||||
* | Remove draggable complain button functionality | Nik Nyby | 2015-04-02 | 3 | -38/+5 |
| | | | | For compatibility with addons.mozila.org. | ||||
* | remove submodule | Nik Nyby | 2015-04-02 | 2 | -3/+0 |
| | |||||
* | Merge pull request #2 from nikolas/ff-versions | nikolas | 2015-04-02 | 1 | -5/+4 |
|\ | | | | | firefox multiple versions test | ||||
| * | test with ff 37 | Nik Nyby | 2015-04-02 | 1 | -5/+4 |
|/ | |||||
* | Merge pull request #1 from nikolas/add-travis | nikolas | 2015-02-06 | 10 | -25/+68 |
|\ | | | | | Add Travis | ||||
| * | Add Travis | Nik Nyby | 2015-02-06 | 10 | -25/+68 |
|/ | |||||
* | Committing changes for version 6.0.8 | Nik Nyby | 2015-01-18 | 134 | -980/+1060 |
| | |||||
* | Import to new git repository | Nik Nyby | 2015-01-17 | 271 | -0/+37825 |
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/ |