summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'l10n' and 'fragment' of github.com:CendioOssman/noVNCPierre Ossman2023-05-102-43/+137
|\ \
| | * Restore history state after testsPierre Ossman2023-05-101-8/+17
| |/ |/|
| * Handle translation loading in translation classPierre Ossman2023-05-101-34/+88
| * Avoid running tests on l10n singletonPierre Ossman2023-04-061-20/+41
| * Special case English translation fallbackPierre Ossman2023-04-051-0/+10
|/
* Also re-enable playback on failuresPierre Ossman2023-04-041-0/+3
* Fix playback error message for load failurePierre Ossman2023-04-041-1/+1
* Cleanup for the cryptographic algorithms that are not supported by SubtleCryptopdlan2023-01-201-22/+31
* Check for Android using userAgentPierre Ossman2022-12-271-5/+6
* Add OS checks for Android and ChromeOSPierre Ossman2022-12-271-1/+43
* Add unit tests for OS detectionPierre Ossman2022-12-271-1/+61
* Refine browser detectionPierre Ossman2022-12-271-1/+87
* Add unit tests for browser detectionPierre Ossman2022-12-271-0/+55
* Remove test code for old ChromePierre Ossman2022-12-274-79/+9
* Add MSLogonII security typeDinglan Peng2022-12-211-0/+80
* Correctly mask non-BMP clipboard charactersPierre Ossman2022-10-271-0/+8
* Mask unsupported clipboard charactersPierre Ossman2022-10-271-0/+8
* Remove redundant inspect() overridePierre Ossman2022-10-271-6/+0
* Restore Websock.allocateBuffers() after testsPierre Ossman2022-10-271-0/+1
* Update method to limit assertion outputPierre Ossman2022-10-271-2/+2
* auto release keys while meta is held down.Miroslav Šedivý2022-10-151-0/+61
* VeNCrypt should handle classical typesPierre Ossman2022-08-181-3/+55
* Prefer security types in the server's orderPierre Ossman2022-08-181-11/+3
* Avoiding internal variables for security testsPierre Ossman2022-08-181-78/+59
* Expect security result for RFB 3.7Pierre Ossman2022-08-181-6/+6
* Remove redundant security result testsPierre Ossman2022-08-181-27/+5
* Merge branch 'appleremotedesktop' of https://github.com/pauldumais/noVNCPierre Ossman2022-04-051-2/+75
|\
| * Added support for Apple Remote Desktop authenticationPaul Dumais2022-04-041-2/+75
* | Merge branch 'add-ra2ne-security-type' of https://github.com/pdlan/noVNCPierre Ossman2022-03-101-0/+357
|\ \
| * | Added support for RSA-AES Unencrypted Security Typepdlan2022-03-081-0/+357
* | | Ignore resize observation caused by server resizesresizeObserverScrollbarsSamuel Mannehed2021-12-131-2/+82
* | | Make sure we wait for the resizeTimeout in testsSamuel Mannehed2021-12-131-5/+5
* | | Replace resize events with observations in testsSamuel Mannehed2021-12-131-12/+6
* | | Breakdown of ExtendedDesktopSize message in testsSamuel Mannehed2021-12-131-5/+20
* | | Add some explanatory comments to test.rfb.jsSamuel Mannehed2021-12-131-3/+10
|/ /
* | Merge branch 'add-jpeg-encoding' of https://github.com/pdlan/noVNCPierre Ossman2021-11-291-0/+288
|\ \
| * | Add RealVNC's JPEG encodingpdlan2021-11-261-0/+288
* | | Fix lint error in encodings testPierre Ossman2021-11-261-1/+1
* | | Add missing ZRLE encoding constantPierre Ossman2021-11-261-0/+4
|/ /
* | Merge branch 'zrle' of https://github.com/pauldumais/noVNCPierre Ossman2021-11-261-0/+124
|\ \
| * | Added support for ZRLE encodingPaul Dumais2021-11-231-0/+124
| |/
* | Avoid scrolling on RFB object focusPierre Ossman2021-11-161-0/+7
* | Add unit tests for InflatorPierre Ossman2021-11-161-0/+113
|/
* Fix parsing of query string variablesSamuel Mannehed2021-09-081-0/+42
* Modify unit tests to work with ResizeObserverSamuel Mannehed2021-09-031-10/+22
* Update playback test to use new APIPierre Ossman2021-07-221-17/+23
* Initiate connection from RFB constructorPierre Ossman2021-04-181-31/+7
* Don't fake open events in WebsockPierre Ossman2021-04-182-14/+15
* Refuse to use already closed WebSocket objectsPierre Ossman2021-04-181-0/+11
* Provide readyState for Websock objectsPierre Ossman2021-04-181-0/+87