summaryrefslogtreecommitdiff
path: root/testautomation/chart2
ModeNameSize
d---------optional517logplain
d---------required237logplain
d---------tools541logplain
Ife18effd9e477e977e555aea03a78b312e99c6c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157472 Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com> Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> 2023-10-02cid#1546292 DLS: Dead local storeCaolán McNamara Change-Id: Id3afb3c3541f55da5e1bff6f139c7320d6760b0f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157471 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> 2023-10-01cid#1545284 UR: Uninitialized read of field in constructorCaolán McNamara and cid#1545614 UR: Uninitialized read of field in constructor Change-Id: I7d801651951fa7243cdd106f54f6a15bdfb0e423 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157470 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> 2023-09-30cid#1546192 SIC: Inner class could be made staticCaolán McNamara Change-Id: Ib8a298d86a7f04a2ca63751e3e39960e276b6514 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157439 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> 2023-09-05set java_websocket source as UTF-8Caolán McNamara to avoid [javac] core/workdir/UnpackedTarball/java_websocket/src/main/java/org/java_websocket/util/Charsetfunctions.java:88: error: unmappable character (0xC3) for encoding US-ASCII [javac] * Implementation of the "Flexible and Economical UTF-8 Decoder" algorithm by Bj??rn H??hrmann with LANG=C Change-Id: Idc7296101f18ef4d0cbedb232834b1cc674444c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156552 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> 2023-09-01Add a FunctionBasedURPConnection and a websocket URP connectorSkyler Grey - FunctionBasedURPConnection is used to enable a client to open a URP connection to a fresh Kit instance in COOL. - This URP connector can be used with that and https://github.com/CollaboraOnline/online/pull/6992 to use a Java Uno Remote Protocol client over websockets - For interoperability with existing Collabora Online websockets a prefix (urp ) is added to each message sent and a similar prefix (urp: ) is expected on each message recieved. This allows sending over the same websocket as other data is being transmitted through. If you are writing a bridge to work with this, you will need to add/strip the prefixes accordingly - This commit uses Java WebSocket (https://github.com/TooTallNate/Java-WebSocket) to send data over websockets. Change-Id: I2bda3d0b988bef7883f9b6829eeb5b7ae8075f27 Signed-off-by: Skyler Grey <skyler.grey@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151171 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>