Skip to content
  • ap@apple.com's avatar
    Reviewed by Darin Adler. · fd21c99f
    ap@apple.com authored
            https://bugs.webkit.org/show_bug.cgi?id=35617
            Import Mozilla LiveConnect 3 test suite
    
            * java/lc3/sources: Added (many files). Sources for Mozilla test applet.
    
            * java/jstests.jar: Added in compiled form, since it's unlikely that we'll ever need to
            modify the above sources.
    
            * java/lc3.java: Added.
            (lc3): This is a small wrapper around jstests.jar. The latter only adds some classes, but
            WebKit needs an actual applet to call into Java.
            (lc3.createQAObject): Instantiate a class defined in jstests.jar by name.
            (lc3.stringToByteArray): A helper to make a byte array out of string. Tests originally
            relied on window.java package interface to do this, but it's not available in WebKit. We
            need more functions like this to work around other uses of window.java, but this is one I
            wrote for now.
    
            * java/Makefile: Link test applets to Mozilla's jstests.jar. This is not needed for tests
            other than ones imported here, but it's also harmless, and I don't know how to write good
            makefiles.
    
            * java/lc3: Added (many files). Tests were heavily reworked to run to completion, but PASS/FAIL
            results should not be generally relied upon. All html wrappers are identical.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55469 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    fd21c99f