noVNC/core
Alex Tanskanen ceb8ef4ec1 Fix crash with too large clipboard data
If too much text is copied in the session, String.fromCharCode.apply()
would crash in Safari on macOS and Chrome on Linux. This commit fixes
this issue by avoiding apply() altogether. Also added test to cover this
issue.
2020-02-21 09:39:31 +01:00
..
decoders Split api of inflate 2020-02-17 11:29:41 +01:00
input Fix missing caps lock events on iOS 2019-11-07 16:44:26 +01:00
util Add util for unsigned and signed int. conversion 2020-02-17 11:29:40 +01:00
base64.js Use default argument for base64 2019-02-26 23:52:47 +02:00
deflator.js Add deflator helper class for deflating data 2020-02-17 11:29:29 +01:00
des.js Convert DES into a class 2019-02-26 23:53:43 +02:00
display.js Handle slow loading of images 2019-12-23 15:52:54 +01:00
encodings.js Add extended clipboard Pseudo-Encoding 2020-02-18 09:32:36 +01:00
inflator.js Fix bug where inflate would read too much data 2020-02-17 11:29:41 +01:00
rfb.js Fix crash with too large clipboard data 2020-02-21 09:39:31 +01:00
websock.js Update copyright to 2019 for modified files 2019-09-30 15:35:33 +02:00