summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix up errors and warnings in vnc_playback.htmlPierre Ossman2019-03-261-11/+6
* Remove callbacks from UI in favour of promisesJuanjo Diaz2019-02-271-2/+2
* Send data one byte at a time in testsPierre Ossman2019-02-152-10/+15
* Merge branch 'user_getters_and_setters_in_websock' of https://github.com/juan...Pierre Ossman2019-01-082-40/+40
|\
| * Add getters/setter to websockJuanjo Diaz2018-12-082-40/+40
* | Use CustomEvent for playback eventsPierre Ossman2019-01-081-16/+18
* | Avoid using String.prototype.startsWith()Pierre Ossman2019-01-081-9/+8
* | Pre-convert recordings for playbackPierre Ossman2019-01-082-41/+51
|/
* Change copyright header (#1138)Solly Ross2018-10-091-1/+1
* Add tests for Cursor encodingPierre Ossman2018-09-181-2/+134
* Enforce space after function namePierre Ossman2018-09-0610-154/+154
* Enforce space before code blockPierre Ossman2018-09-061-2/+2
* Enforce explicit semi-colonsPierre Ossman2018-09-062-2/+2
* Enforce curly braces for control statementsPierre Ossman2018-09-062-2/+4
* Enforce function namesPierre Ossman2018-09-061-1/+3
* Enforce function call spacingPierre Ossman2018-09-061-1/+1
* Enforce comma spacingPierre Ossman2018-09-062-2/+2
* Enforce indentationPierre Ossman2018-09-065-56/+56
* Merge branch 'hidpi_scale' of https://github.com/CendioOssman/noVNCPierre Ossman2018-08-161-6/+17
|\
| * Replace bad sinon stub in mouse testsPierre Ossman2018-08-161-6/+17
* | Merge pull request #1117 from novnc/bug/fix-test-playbackSamuel Mannehed2018-08-162-4/+18
|\ \
| * | Add a record flag to launch.shbug/fix-test-playbackSolly Ross2018-07-301-1/+1
| * | Fix perf/playback toolSolly Ross2018-07-292-4/+18
| |/
* | Support password auth recordings for playbackPierre Ossman2018-08-161-0/+8
* | Remove firebug commentsSamuel Mannehed2018-08-081-5/+0
|/
* Stop transpiling karma testsPierre Ossman2018-07-161-4/+35
* Don't stub out ES module importsPierre Ossman2018-07-131-2/+0
* Move sinon to karma frameworkPierre Ossman2018-07-139-19/+3
* Use the classic `function foo() { ... }` for top level functions or functions...Juanjo Diaz2018-07-122-9/+8
* Use fat arrow functions `const foo = () => { ... };` for callbacksJuanjo Diaz2018-07-1211-72/+72
* Use ES6 classesJuanjo Diaz2018-07-126-103/+103
* Add rQshiftStr unit test for large stringsSamuel Mannehed2018-06-151-0/+24
* Work around Siemens touch panel authentication bugPierre Ossman2018-06-071-0/+5
* Prefer const/let over varJuanjo Diaz2018-05-2415-403/+395
* Add eslint and fix reported issuesJuanjo Diaz2018-05-2414-44/+51
* Handle sending large clipboardsSamuel Mannehed2018-05-071-1/+12
* Merge branches 'ffalt' and 'altgr' of https://github.com/CendioOssman/noVNCPierre Ossman2018-03-131-88/+108
|\
| * Better detection of AltGr on WindowsPierre Ossman2018-03-091-88/+108
* | Get localStorage tests running on more browsersPierre Ossman2018-03-091-16/+21
|/
* Use localstorage only to initialize settings mapAndrew Webster2018-02-131-0/+182
* Merge pull request #1009 from juanjoDiaz/move_browser_checksSolly Ross2018-02-012-23/+11
|\
| * Move browser checks to browser.jsJuanjo Diaz2018-01-302-23/+11
* | Remove jshint commentsJuanjo Diaz2018-01-317-9/+0
|/
* Better cleanup in vnc_playback.htmlPierre Ossman2018-01-261-0/+2
* Update vnc_playback.html to follow current APIPierre Ossman2018-01-263-11/+9
* Remove old test pagesPierre Ossman2018-01-252-334/+0
* Fix slice usage in display tests on IE11bug/ie11-tests-sliceSolly Ross2018-01-101-1/+2
* Add test for 16x16 tilesPierre Ossman2017-12-141-0/+25
* Simpler reporting when display output size mismatchesPierre Ossman2017-12-141-9/+6
* Move resize handling in to RFB objectPierre Ossman2017-12-062-155/+443