From dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:21 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- khtml/java/KJAS_GRAMMAR.txt | 82 --------------------------------------------- 1 file changed, 82 deletions(-) delete mode 100644 khtml/java/KJAS_GRAMMAR.txt (limited to 'khtml/java/KJAS_GRAMMAR.txt') diff --git a/khtml/java/KJAS_GRAMMAR.txt b/khtml/java/KJAS_GRAMMAR.txt deleted file mode 100644 index 5632f8de8..000000000 --- a/khtml/java/KJAS_GRAMMAR.txt +++ /dev/null @@ -1,82 +0,0 @@ -This is documentation for the updated KJAS protocol. - -KJAS Grammar -=============================================================================== - -## Commands From KAppletWidget(C++) to KJAS(Java Process) - -> - -> - -> | - | - | - | - | - | - | - | - | - | - | - | - | - - - -> <1 byte equal to 1 when cast as int> - -> <1 byte equal to 2 when cast as int> - - -> <1 byte equal to 3 when cast as int> - - - - -> <1 byte equal to 4 when cast as int> - - -> <1 byte equal to 5 when cast as int> - - -> <1 byte equal to 6 when cast as int> - - -> <1 byte equal to 7 when cast as int> - - - -## Commands from KJAS(Java Process) to KAppletWidget(C++) - -> <1 byte equal to 8 when cast as int> - - -> <1 byte equal to 9 when cast as int> - - -> <1 byte equal to 10 when cast as int> - - -> <1 byte equal to 11 when cast as int> - - -> <1 byte equal to 12 when cast as int> - - -> <1 byte equal to 13 when cast as int> - - - -> <1 byte equal to 14 when cast as int> - -## basic data types - -> - -> string - -> string - -> string - -> - -> StringNum of ParamPair - -> - -> string - -> - -> - -> string (list of jarfile names) - -> string representation of integer - -> string representation of integer - -> string -<ParamName> -> string -<ParamValue> -> string -<Host> -> string (must be a valid URL) -<URL> -> string (must be a valid URL) -<targetFrame> -> string -<WindowTitle> -> string -<END> -> <SEP> -<SEP> -> Null character- 1 byte = 0 -<StringNum> -> padded string representation of integer, 8 characters long -<ClassLoaderID> -> string -<DATA> -> byte array -- cgit v1.2.1