summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Move localization.js to appSamuel Mannehed2017-11-142-67/+76
* Abstract RFB errors to avoid sending stringsSamuel Mannehed2017-11-143-27/+61
* Replace updatestate event with connectSamuel Mannehed2017-11-141-35/+56
* Remove RFB.notification()Samuel Mannehed2017-11-114-54/+2
* Use standard EventTarget interface for eventsPierre Ossman2017-11-091-85/+93
* Integrate connect() in to constructorPierre Ossman2017-11-092-97/+57
* Clean up beforeEach() code in RFB testsPierre Ossman2017-11-091-134/+45
* Remove redundant setup of fake timer handlingPierre Ossman2017-11-091-21/+0
* Remove disconnectTimeout propertyPierre Ossman2017-11-091-3/+3
* Remove "downscale only" modePierre Ossman2017-11-091-14/+0
* Improve naming for viewport propertiesPierre Ossman2017-11-092-13/+13
* Change clippingDisplay() to a propertyPierre Ossman2017-11-091-4/+2
* Use standard JavaScript propertiesPierre Ossman2017-11-095-293/+288
* Move cursor URI check to RFB objectPierre Ossman2017-11-091-21/+0
* Remove non-JavaScript render codePierre Ossman2017-11-091-107/+102
* Change some attributes to argumentsPierre Ossman2017-11-095-100/+93
* Always include ID marker in repeater protocolPierre Ossman2017-11-091-4/+4
* Fix duplicate beforeEach() hookPierre Ossman2017-11-091-12/+4
* Switch to URL for connect()Pierre Ossman2017-11-092-51/+24
* Avoid code duplication in RFB test preparationPierre Ossman2017-11-091-39/+1
* Tidy up variable initialisationPierre Ossman2017-11-091-6/+0
* Remove onFBU* callbacksPierre Ossman2017-11-091-28/+0
* Add resize as a capabilityPierre Ossman2017-11-091-4/+21
* Make power API genericPierre Ossman2017-11-091-15/+10
* Allow other credentials than just passwordPierre Ossman2017-11-092-29/+33
* Recieve challange before expecting callbackSamuel Mannehed2017-10-171-0/+4
* Add tests for Intel AMT compatible modePierre Ossman2017-10-061-12/+55
* Merge pull request #893 from CendioOssman/amtSamuel Mannehed2017-10-052-28/+6
|\
| * Remove rect arguments onFBUComplete callbackPierre Ossman2017-09-221-1/+0
| * Clean up encoding handlingPierre Ossman2017-09-221-10/+4
| * Merge resize handling to single methodPierre Ossman2017-09-071-8/+2
| * Stop hiding exceptions in WebSock classPierre Ossman2017-09-071-9/+0
* | Merge branch 'optional-port' of https://github.com/bkylerussell/noVNCPierre Ossman2017-09-291-9/+7
|\ \
| * | rfb: Allow port to be optionally appended to URIKyle Russell2016-11-241-9/+7
* | | Restore logging properly after log testsSamuel Mannehed2017-09-281-5/+6
* | | Setup chai extensions centrallySamuel Mannehed2017-09-286-13/+7
* | | Upgrade and fix sinon.jsSamuel Mannehed2017-09-287-7/+8
* | | Remove unused importscombinemousewheelSamuel Mannehed2017-09-171-2/+0
* | | Combine small mouse wheel eventsSamuel Mannehed2017-09-171-0/+87
* | | Split devices.js into keyboard.js and mouse.jsSamuel Mannehed2017-09-173-4/+5
* | | Add tests for mouse moduleSamuel Mannehed2017-09-171-0/+226
| |/ |/|
* | Include optional log message on errorsPierre Ossman2017-09-051-1/+1
* | Handle new style recordingsPierre Ossman2017-09-051-1/+3
* | Only send QEMU Extended Key Event if we have a scan codePierre Ossman2017-07-071-0/+8
* | Ignore compositing keyPierre Ossman2017-07-071-0/+8
* | Merge branch 'qemufix' of https://github.com/CendioOssman/noVNCPierre Ossman2017-07-061-0/+67
|\ \
| * | Fallback for missing keypress eventsPierre Ossman2017-07-061-0/+40
| * | Track keys using keyIdentifierPierre Ossman2017-07-061-0/+27
* | | Handle iOS special keysPierre Ossman2017-06-211-0/+1
* | | Fake key release for iOS hardware keyboardsPierre Ossman2017-06-211-0/+71