You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2022/06/13 19:58:57 UTC

[guacamole-client] 01/01: GUACAMOLE-377: Merge client-side support for frame tracking, RemoteFX parameter, and performance tracking extension.

This is an automated email from the ASF dual-hosted git repository.

jmuehlner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit 4b161a5a6e4b7ea41087fc3a293cb2011dcafe37
Merge: 8822db781 be90de9a9
Author: James Muehlner <ja...@guac-dev.org>
AuthorDate: Mon Jun 13 12:58:50 2022 -0700

    GUACAMOLE-377: Merge client-side support for frame tracking, RemoteFX parameter, and performance tracking extension.

 extensions/guacamole-display-statistics/.gitignore |   1 +
 extensions/guacamole-display-statistics/.ratignore |   1 +
 extensions/guacamole-display-statistics/pom.xml    | 124 ++++++++
 .../src/main/assembly/dist.xml                     |  53 ++++
 .../resources/directives/guacClientStatistics.js   | 108 +++++++
 .../src/main/resources/guac-manifest.json          |  28 ++
 .../src/main/resources/html/add-statistics.html    |   4 +
 .../src/main/resources/license.txt                 |  18 ++
 .../src/main/resources/styles/clientStatistics.css |  57 ++++
 .../resources/templates/guacClientStatistics.html  |  39 +++
 .../src/main/resources/translations/en.json        |  12 +
 extensions/pom.xml                                 |   3 +
 .../src/main/webapp/modules/Client.js              |  11 +-
 .../src/main/webapp/modules/Display.js             | 347 ++++++++++++++++++++-
 .../org/apache/guacamole/protocols/rdp.json        |   5 +
 .../src/main/frontend/src/translations/en.json     |   1 +
 16 files changed, 804 insertions(+), 8 deletions(-)