index
:
delta/novnc.git
api
app
baserock/v0.5.1
binary
browser_test
bug/auth-errors-not-displayed
bug/dynamic-rq-resize
bug/fix-test-playback
bug/follow-symlinks-for-here
bug/gc-spikes
bug/ie11-tests-slice
bug/misc-fixes
bug/pako-issue
bug/throw-error-from-constructor
bug/tight-buffer-overread
combinemousewheel
compressionlevel
continuousupdates
disabledragwhilescale
docs/fix-copyright
dontgrabinviewonly
feature/ikvm-support
feature/local-pseudo-cursor
feature/more-perf-improvements
feature/new-zlib-impl
feature/realvnc5-version-number
gh-pages
html5-test
infra/fix-travis-sauce
infra/publish
issue-70
issue_templates
limitmouse
localStorage
master
mobile
nokeyboardviewonly
novnc-legacy
properdisconnections
refactor/es6-module-loader
refactor/modularized
refactor/remove-refs-to-jsunzip
removePasswordState
removexvpfromlite
resizeObserverScrollbars
restoregetcontext
sauce
saveimmediately
scrollbarsfortouch
separatestates
stable/v0.6
surfacetouch
test
tests/travis-container
tests/update-deps
tmp-branch/throw-error-on-error
touchdetect
travis
ui-cleanup
useRequireRename
visualhint
vnclitecleanup
wasm
xpra
github.com: kanaka/noVNC.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enforce function names
Pierre Ossman
2018-09-06
1
-1
/
+3
*
Enforce function call spacing
Pierre Ossman
2018-09-06
1
-1
/
+1
*
Enforce comma spacing
Pierre Ossman
2018-09-06
2
-2
/
+2
*
Enforce indentation
Pierre Ossman
2018-09-06
5
-56
/
+56
*
Merge branch 'hidpi_scale' of https://github.com/CendioOssman/noVNC
Pierre Ossman
2018-08-16
1
-6
/
+17
|
\
|
*
Replace bad sinon stub in mouse tests
Pierre Ossman
2018-08-16
1
-6
/
+17
*
|
Merge pull request #1117 from novnc/bug/fix-test-playback
Samuel Mannehed
2018-08-16
2
-4
/
+18
|
\
\
|
*
|
Add a record flag to launch.sh
bug/fix-test-playback
Solly Ross
2018-07-30
1
-1
/
+1
|
*
|
Fix perf/playback tool
Solly Ross
2018-07-29
2
-4
/
+18
|
|
/
*
|
Support password auth recordings for playback
Pierre Ossman
2018-08-16
1
-0
/
+8
*
|
Remove firebug comments
Samuel Mannehed
2018-08-08
1
-5
/
+0
|
/
*
Stop transpiling karma tests
Pierre Ossman
2018-07-16
1
-4
/
+35
*
Don't stub out ES module imports
Pierre Ossman
2018-07-13
1
-2
/
+0
*
Move sinon to karma framework
Pierre Ossman
2018-07-13
9
-19
/
+3
*
Use the classic `function foo() { ... }` for top level functions or functions...
Juanjo Diaz
2018-07-12
2
-9
/
+8
*
Use fat arrow functions `const foo = () => { ... };` for callbacks
Juanjo Diaz
2018-07-12
11
-72
/
+72
*
Use ES6 classes
Juanjo Diaz
2018-07-12
6
-103
/
+103
*
Add rQshiftStr unit test for large strings
Samuel Mannehed
2018-06-15
1
-0
/
+24
*
Work around Siemens touch panel authentication bug
Pierre Ossman
2018-06-07
1
-0
/
+5
*
Prefer const/let over var
Juanjo Diaz
2018-05-24
15
-403
/
+395
*
Add eslint and fix reported issues
Juanjo Diaz
2018-05-24
14
-44
/
+51
*
Handle sending large clipboards
Samuel Mannehed
2018-05-07
1
-1
/
+12
*
Merge branches 'ffalt' and 'altgr' of https://github.com/CendioOssman/noVNC
Pierre Ossman
2018-03-13
1
-88
/
+108
|
\
|
*
Better detection of AltGr on Windows
Pierre Ossman
2018-03-09
1
-88
/
+108
*
|
Get localStorage tests running on more browsers
Pierre Ossman
2018-03-09
1
-16
/
+21
|
/
*
Use localstorage only to initialize settings map
Andrew Webster
2018-02-13
1
-0
/
+182
*
Merge pull request #1009 from juanjoDiaz/move_browser_checks
Solly Ross
2018-02-01
2
-23
/
+11
|
\
|
*
Move browser checks to browser.js
Juanjo Diaz
2018-01-30
2
-23
/
+11
*
|
Remove jshint comments
Juanjo Diaz
2018-01-31
7
-9
/
+0
|
/
*
Better cleanup in vnc_playback.html
Pierre Ossman
2018-01-26
1
-0
/
+2
*
Update vnc_playback.html to follow current API
Pierre Ossman
2018-01-26
3
-11
/
+9
*
Remove old test pages
Pierre Ossman
2018-01-25
2
-334
/
+0
*
Fix slice usage in display tests on IE11
bug/ie11-tests-slice
Solly Ross
2018-01-10
1
-1
/
+2
*
Add test for 16x16 tiles
Pierre Ossman
2017-12-14
1
-0
/
+25
*
Simpler reporting when display output size mismatches
Pierre Ossman
2017-12-14
1
-9
/
+6
*
Move resize handling in to RFB object
Pierre Ossman
2017-12-06
2
-155
/
+443
*
Forced cleanup of RFB objects in tests
Pierre Ossman
2017-11-30
1
-33
/
+52
*
Move localization.js to app
Samuel Mannehed
2017-11-14
2
-67
/
+76
*
Abstract RFB errors to avoid sending strings
Samuel Mannehed
2017-11-14
3
-27
/
+61
*
Replace updatestate event with connect
Samuel Mannehed
2017-11-14
1
-35
/
+56
*
Remove RFB.notification()
Samuel Mannehed
2017-11-11
4
-54
/
+2
*
Use standard EventTarget interface for events
Pierre Ossman
2017-11-09
1
-85
/
+93
*
Integrate connect() in to constructor
Pierre Ossman
2017-11-09
2
-97
/
+57
*
Clean up beforeEach() code in RFB tests
Pierre Ossman
2017-11-09
1
-134
/
+45
*
Remove redundant setup of fake timer handling
Pierre Ossman
2017-11-09
1
-21
/
+0
*
Remove disconnectTimeout property
Pierre Ossman
2017-11-09
1
-3
/
+3
*
Remove "downscale only" mode
Pierre Ossman
2017-11-09
1
-14
/
+0
*
Improve naming for viewport properties
Pierre Ossman
2017-11-09
2
-13
/
+13
*
Change clippingDisplay() to a property
Pierre Ossman
2017-11-09
1
-4
/
+2
*
Use standard JavaScript properties
Pierre Ossman
2017-11-09
5
-293
/
+288
[next]