]> git.proxmox.com Git - mirror_novnc.git/history - tests
Fix proper triggering of module fallback
[mirror_novnc.git] / tests /
2018-07-13 Pierre OssmanDon't stub out ES module imports
2018-07-13 Pierre OssmanMove sinon to karma framework
2018-07-12 Juanjo DiazUse the classic `function foo() { ... }` for top level...
2018-07-12 Juanjo DiazUse fat arrow functions `const foo = () => { ... }...
2018-07-12 Juanjo DiazUse ES6 classes
2018-07-11 Pierre OssmanMerge branch 'cursor' of https://github.com/CendioOssma...
2018-07-04 Pierre OssmanMerge branch 'fix/ie11-numpad5-compatibility' of https...
2018-06-15 Samuel MannehedAdd rQshiftStr unit test for large strings
2018-06-07 Pierre OssmanMerge branch 'issue_templates' of https://github.com...
2018-06-07 Pierre OssmanWork around Siemens touch panel authentication bug
2018-05-25 Samuel MannehedMerge pull request #1013 from juanjoDiaz/es6_refactor_2
2018-05-23 Juanjo DiazPrefer const/let over var
2018-05-23 Juanjo DiazAdd eslint and fix reported issues
2018-05-07 Samuel MannehedMerge pull request #1074 from samhed/largeclipboard
2018-05-07 Samuel MannehedHandle sending large clipboards
2018-03-13 Pierre OssmanMerge branches 'ffalt' and 'altgr' of https://github...
2018-03-09 Pierre OssmanGet localStorage tests running on more browsers
2018-03-09 Pierre OssmanBetter detection of AltGr on Windows
2018-03-06 Samuel MannehedMerge pull request #989 from PeterDaveHelloKitchen...
2018-02-28 Pierre OssmanMerge branch 'userequire' of https://github.com/CendioO...
2018-02-28 Pierre OssmanMerge branch 'settings' of https://github.com/andrwwbst...
2018-02-13 Andrew WebsterUse localstorage only to initialize settings map
2018-02-01 Solly RossMerge pull request #1009 from juanjoDiaz/move_browser_c...
2018-01-31 Solly RossMerge pull request #1007 from juanjoDiaz/remove_jshints...
2018-01-31 Juanjo DiazRemove jshint comments
2018-01-30 Juanjo DiazMove browser checks to browser.js
2018-01-26 Pierre OssmanBetter cleanup in vnc_playback.html
2018-01-26 Pierre OssmanUpdate vnc_playback.html to follow current API
2018-01-25 Pierre OssmanRemove old test pages
2018-01-11 Samuel MannehedMerge pull request #996 from PeterDaveHelloKitchen...
2018-01-10 Solly RossMerge pull request #991 from PeterDaveHelloKitchen...
2018-01-10 Solly RossMerge pull request #998 from novnc/bug/ie11-tests-slice
2018-01-10 Solly RossFix slice usage in display tests on IE11
2017-12-14 Pierre OssmanAdd test for 16x16 tiles
2017-12-14 Pierre OssmanSimpler reporting when display output size mismatches
2017-12-14 Pierre OssmanMerge branch 'master' of https://github.com/josiah2009...
2017-12-12 Pierre OssmanMerge branch 'docs' of https://github.com/CendioOssman...
2017-12-11 Pierre OssmanMerge branch 'resize' of https://github.com/CendioOssma...
2017-12-06 Pierre OssmanMove resize handling in to RFB object
2017-11-30 Pierre OssmanForced cleanup of RFB objects in tests
2017-11-17 Samuel MannehedMerge pull request #950 from samhed/disconnectapi
2017-11-14 Samuel MannehedMove localization.js to app
2017-11-14 Samuel MannehedAbstract RFB errors to avoid sending strings
2017-11-14 Samuel MannehedReplace updatestate event with connect
2017-11-11 Samuel MannehedRemove RFB.notification()
2017-11-10 Pierre OssmanMerge branch 'api' of https://github.com/CendioOssman...
2017-11-09 Pierre OssmanUse standard EventTarget interface for events
2017-11-09 Pierre OssmanIntegrate connect() in to constructor
2017-11-09 Pierre OssmanClean up beforeEach() code in RFB tests
2017-11-09 Pierre OssmanRemove redundant setup of fake timer handling
2017-11-09 Pierre OssmanRemove disconnectTimeout property
2017-11-09 Pierre OssmanRemove "downscale only" mode
2017-11-09 Pierre OssmanImprove naming for viewport properties
2017-11-09 Pierre OssmanChange clippingDisplay() to a property
2017-11-09 Pierre OssmanUse standard JavaScript properties
2017-11-09 Pierre OssmanMove cursor URI check to RFB object
2017-11-09 Pierre OssmanRemove non-JavaScript render code
2017-11-09 Pierre OssmanChange some attributes to arguments
2017-11-09 Pierre OssmanAlways include ID marker in repeater protocol
2017-11-09 Pierre OssmanFix duplicate beforeEach() hook
2017-11-09 Pierre OssmanSwitch to URL for connect()
2017-11-09 Pierre OssmanAvoid code duplication in RFB test preparation
2017-11-09 Pierre OssmanTidy up variable initialisation
2017-11-09 Pierre OssmanRemove onFBU* callbacks
2017-11-09 Pierre OssmanAdd resize as a capability
2017-11-09 Pierre OssmanMake power API generic
2017-11-09 Pierre OssmanAllow other credentials than just password
2017-10-18 Pierre OssmanMerge branch 'focus' of https://github.com/CendioOssman...
2017-10-17 Samuel MannehedRecieve challange before expecting callback
2017-10-06 Samuel MannehedMerge pull request #913 from kosmasgiannis/missing_quote
2017-10-06 Pierre OssmanAdd tests for Intel AMT compatible mode
2017-10-05 Solly RossMerge pull request #910 from novnc/infra/publish
2017-10-05 Samuel MannehedMerge pull request #893 from CendioOssman/amt
2017-09-29 Pierre OssmanMerge branch 'fixes/polyfill' of https://github.com...
2017-09-29 Pierre OssmanMerge branch 'optional-port' of https://github.com...
2017-09-28 Samuel MannehedRestore logging properly after log tests
2017-09-28 Samuel MannehedSetup chai extensions centrally
2017-09-28 Samuel MannehedUpgrade and fix sinon.js
2017-09-27 Samuel MannehedMerge pull request #896 from novnc/combinemousewheel
2017-09-22 Pierre OssmanRemove rect arguments onFBUComplete callback
2017-09-22 Pierre OssmanClean up encoding handling
2017-09-17 Samuel MannehedRemove unused imports
2017-09-17 Samuel MannehedCombine small mouse wheel events
2017-09-17 Samuel MannehedSplit devices.js into keyboard.js and mouse.js
2017-09-17 Samuel MannehedAdd tests for mouse module
2017-09-07 Pierre OssmanMerge resize handling to single method
2017-09-07 Pierre OssmanStop hiding exceptions in WebSock class
2017-09-05 Pierre OssmanInclude optional log message on errors
2017-09-05 Pierre OssmanHandle new style recordings
2017-07-07 Pierre OssmanOnly send QEMU Extended Key Event if we have a scan...
2017-07-07 Pierre OssmanIgnore compositing key
2017-07-06 Pierre OssmanMerge branch 'qemufix' of https://github.com/CendioOssm...
2017-07-06 Pierre OssmanFallback for missing keypress events
2017-07-06 Pierre OssmanTrack keys using keyIdentifier
2017-06-21 Pierre OssmanHandle iOS special keys
2017-06-21 Pierre OssmanFake key release for iOS hardware keyboards
2017-06-01 Pierre OssmanFix traffic management in playback tests
2017-06-01 Pierre OssmanMerge branch 'record' of https://github.com/CendioOssma...
2017-05-22 Pierre OssmanRevert recording file format changes
2017-05-12 Samuel MannehedAdd missing semicolon
next