]> git.proxmox.com Git - mirror_novnc.git/history - app/error-handler.js
feat: add French localization strings
[mirror_novnc.git] / app / error-handler.js
2019-09-30 Samuel MannehedUpdate copyright to 2019 for modified files
2018-09-17 Pierre OssmanMerge branch 'style' of https://github.com/CendioOssman...
2018-09-06 Pierre OssmanEnforce space after function name
2018-09-06 Pierre OssmanEnforce function names
2018-07-12 Juanjo DiazUse fat arrow functions `const foo = () => { ... }...
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-07 Pierre OssmanMerge branch 'issue_templates' of https://github.com...
2018-05-25 Samuel MannehedMerge pull request #1013 from juanjoDiaz/es6_refactor_2
2018-05-23 Juanjo DiazPrefer const/let over var
2018-03-21 Pierre OssmanOnly show error stack if it is not empty
2017-09-29 Pierre OssmanMerge branch 'optional-port' of https://github.com...
2017-07-06 Pierre OssmanMerge branch 'qemufix' of https://github.com/CendioOssm...
2017-06-08 Pierre OssmanMerge branch 'ios9' of https://github.com/CendioOssman...
2017-06-02 Pierre OssmanAvoid use of 'let' and 'const'
2017-05-04 Pierre OssmanMerge branch 'png_cursor' of https://github.com/CendioO...
2017-05-04 Pierre OssmanMerge branch 'keyboard' of https://github.com/CendioOss...
2017-05-04 Pierre OssmanError.error can be null in some cases
2017-04-03 Samuel MannehedMerge pull request #801 from CendioOssman/errors
2017-03-27 Pierre OssmanHandle partial error location information
2017-03-27 Pierre OssmanErrorEvent.error isn't always set
2017-03-27 Pierre OssmanUse monospace font for unhandled errors
2017-03-25 Solly RossMerge pull request #738 from patrakov/master
2017-03-22 Solly RossMerge pull request #774 from novnc/refactor/es6-module...
2017-03-21 Solly RossMove error handler into separate file