cloudstack/systemvm/agent/noVNC/tests
Wei Zhou 6a055ef515
noVNC: upgrade from v1.2.0 to v1.4.0 (#234)
* noVNC: apply noVNC-v1.2.0-v1.4.0.patch

1. Create the patch by commands

git clone -b v1.2.0 https://github.com/novnc/noVNC.git .
git checkout v1.4.0
git diff v1.2.0 >noVNC-v1.2.0-v1.4.0.patch

2. Apply the patch by

cd systemvm/agent/noVNC
patch -p1 <noVNC-v1.2.0-v1.4.0.patch

* noVNC: apply noVNC-v1.2.0-v1.4.0.patch part2

fix conflicts

* noVNC: svg to png
2023-04-05 09:49:49 +02:00
..
test.browser.js noVNC: upgrade from v1.2.0 to v1.4.0 (#234) 2023-04-05 09:49:49 +02:00
test.copyrect.js noVNC: upgrade from v1.2.0 to v1.4.0 (#234) 2023-04-05 09:49:49 +02:00
test.hextile.js noVNC: upgrade from v1.2.0 to v1.4.0 (#234) 2023-04-05 09:49:49 +02:00
test.inflator.js noVNC: upgrade from v1.2.0 to v1.4.0 (#234) 2023-04-05 09:49:49 +02:00
test.jpeg.js noVNC: upgrade from v1.2.0 to v1.4.0 (#234) 2023-04-05 09:49:49 +02:00
test.ra2.js noVNC: upgrade from v1.2.0 to v1.4.0 (#234) 2023-04-05 09:49:49 +02:00
test.raw.js noVNC: upgrade from v1.2.0 to v1.4.0 (#234) 2023-04-05 09:49:49 +02:00
test.rre.js noVNC: upgrade from v1.2.0 to v1.4.0 (#234) 2023-04-05 09:49:49 +02:00
test.tight.js noVNC: upgrade from v1.2.0 to v1.4.0 (#234) 2023-04-05 09:49:49 +02:00
test.tightpng.js noVNC: upgrade from v1.2.0 to v1.4.0 (#234) 2023-04-05 09:49:49 +02:00
test.zrle.js noVNC: upgrade from v1.2.0 to v1.4.0 (#234) 2023-04-05 09:49:49 +02:00