aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/BrowserTestExtension/rununittests.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* js: code cleanup (eslint)Maximilian Krambach2018-06-061-0/+6
| | | | | | | | -- * trying to stick to eslint from now on for readability * As some attribution was lost in previous git confusions, I added my name into some of the licence headers
* js: more testing of nativeMessaging connectionMaximilian Krambach2018-05-091-0/+21
-- * There were some inconsistencies between utf-8, transfer and browsers' utf16, which broke characters that were split between individual messages. src/Connection now contains a workaround that reassembles javascripts' format from passed base64 strings. This needs someone more experienced looking. * Added several new tests which were failing during initial debugging of this issue * reorganized BrowsertestExtension to avoid cluttering.