Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reproducer for DownloadService | Saad Mohammad | 2012-11-08 | 4 | -0/+850 |
| | |||||
* | Added cz_CS locales with test | Jiri Vanek | 2012-11-02 | 1 | -0/+281 |
| | |||||
* | Splashscreen integrated to javaws and plugin | Jiri Vanek | 2012-11-02 | 2 | -1/+1 |
| | |||||
* | Simplifying the testcases output in JSToJSet and JSToJGet reproducers. | Jana Fabrikova | 2012-10-31 | 2 | -27/+25 |
| | |||||
* | Reproducer for PR1186 | Omair Majid | 2012-10-29 | 3 | -0/+160 |
| | | | | | Add a reproducer to verify that deployment properties are available to jnlp applications as system properties. | ||||
* | PR1186: System.getProperty("deployment.user.security.trusted.cacerts") is null | Omair Majid | 2012-10-29 | 1 | -0/+72 |
| | | | | | Copy deployment configration read into system properties so it is visibile to target programs. | ||||
* | Adding new reproducer for LiveConnect JS->J "set" tests. | Jana Fabrikova | 2012-10-29 | 5 | -0/+381 |
| | |||||
* | Added clipboard reproducers (PR708) | Jiri Vanek | 2012-10-26 | 15 | -0/+1331 |
| | |||||
* | KnownToFail texts are now bold in html report | Jiri Vanek | 2012-10-23 | 1 | -3/+3 |
| | |||||
* | Revise MultipleSignaturesTest to demonstrate PR822 | Adam Domurad | 2012-10-22 | 8 | -31/+85 |
| | |||||
* | Reproducer for PR822 | Adam Domurad | 2012-10-22 | 8 | -0/+483 |
| | |||||
* | Fix regression with trivially signed (eg, just META-INF/) jars | Adam Domurad | 2012-10-19 | 1 | -2/+2 |
| | |||||
* | Major rework of JarCertVerifier certificate management. | Danesh Dadachanji | 2012-10-22 | 2 | -2/+613 |
| | | | | | | This is a long-planned rework of JarCertVerifier, allowing it to handle multiple certificates. The algorithms used to verify jars with multiple certificates vary between JNLPs and Applets. | ||||
* | Add a @KnownToFail | Adam Domurad | 2012-10-22 | 1 | -0/+2 |
| | |||||
* | Renamed reproducers-related variables and targets | Jiri Vanek | 2012-10-19 | 4 | -14/+14 |
| | |||||
* | Add automatic closing to AppletBaseURL tests | Adam Domurad | 2012-10-16 | 2 | -29/+15 |
| | |||||
* | Add automatic closing to AppletTakesLastParam browser test | Adam Domurad | 2012-10-16 | 2 | -37/+23 |
| | |||||
* | Modification of JSToJGet simple reproducer testcases for better readability. | Jana Fabrikova | 2012-10-15 | 1 | -51/+30 |
| | |||||
* | Adding a new simple reproducer JSToJGet for testing Liveconnect - getting ↵ | Jana Fabrikova | 2012-10-03 | 6 | -0/+823 |
| | | | | members from Java side. | ||||
* | Fixed missing package declaration | Adam Domurad | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Added rules listeners | Jiri Vanek | 2012-09-25 | 6 | -33/+455 |
| | |||||
* | Added basic ClosingLIstener support, implementation and example | Jiri Vanek | 2012-09-24 | 12 | -5/+422 |
| | |||||
* | Add signed jnlp tests for applications with multiple jars | Saad Mohammad | 2012-09-07 | 11 | -0/+775 |
| | |||||
* | Added strict test | Jiri Vanek | 2012-09-07 | 1 | -10/+62 |
| | |||||
* | Fixing several typos from previous push. | Jiri Vanek | 2012-09-06 | 3 | -7/+7 |
| | |||||
* | Fixing several errors which were causing incorrect behaviour causing correct ↵ | Jiri Vanek | 2012-09-05 | 6 | -31/+102 |
| | | | | reproduction of PR905 | ||||
* | Added multiple-applets tests | Jiri Vanek | 2012-09-05 | 17 | -3/+1138 |
| | |||||
* | Single instance support for jnlp-href and tests | Jiri Vanek | 2012-09-05 | 6 | -0/+635 |
| | |||||
* | Reproducer for PR920, linkage error sometimes occurs | Adam Domurad | 2012-08-28 | 7 | -0/+267 |
| | |||||
* | Reproducer for PR1112, main class in signed jar loaded via INDEX.LIST | Adam Domurad | 2012-08-28 | 5 | -0/+280 |
| | |||||
* | Reproducer for PR1145, ClassCircularityError sometimes occurs when custom ↵ | Adam Domurad | 2012-08-27 | 3 | -0/+205 |
| | | | | policy set. | ||||
* | Added PR822 reproducer | Jiri Vanek | 2012-08-27 | 13 | -1/+818 |
| | |||||
* | Fixed long term failing unit-test, fixed NPE from ClassLoader | Jiri Vanek | 2012-08-27 | 1 | -33/+178 |
| | | | | | | | | | | | | | | | * netx/net/sourceforge/jnlp/NullJnlpFileException.java: new class to distinguish plain NPE from null jnlp file. * netx/net/sourceforge/jnlp/SecurityDesc.java: (getSandBoxPermissions) added throw of NullJnlpFileException in case of null jnlp file. * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (findClass) added Override annotation, add catch of NullJnlpFileException and re-throw of CNF exception. * tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java: (testResourceLoadSuccessCaching) (testResourceLoadFailureCaching) (testParentClassLoaderIsAskedForClasses) - internal JNLPFile's (getSecurity) null in SecurityDesc constructorrepalced by this. (testNullFileSecurityDesc) new test to ensure NPE in null JNLPFile case. | ||||
* | Added tests for PR905 - parameters in jnlp/html application/applet resources | Jiri Vanek | 2012-08-23 | 11 | -0/+757 |
| | |||||
* | destroyProcess in ProcessAssassin is now calling sigInt instead of unwrapped ↵ | Jiri Vanek | 2012-08-21 | 1 | -8/+26 |
| | | | | sigTerm | ||||
* | Encoding reproducer | Jiri Vanek | 2012-08-17 | 14 | -1/+892 |
| | |||||
* | Reproducer for properly handling java cookie jar persistence | Adam Domurad | 2012-08-17 | 10 | -0/+752 |
| | |||||
* | Added verbose constant for launching javaws | Jiri Vanek | 2012-08-17 | 1 | -0/+1 |
| | |||||
* | Fixed DeadlockTest and listeners forwarding | Jiri Vanek | 2012-08-17 | 2 | -5/+5 |
| | |||||
* | Restrict manifest classpath searching for JNLPs. | Danesh Dadachanji | 2012-08-15 | 8 | -0/+469 |
| | |||||
* | Reproducer for unsigned content in META-INF/ | Adam Domurad | 2012-08-14 | 4 | -0/+143 |
| | |||||
* | Added forgotten license header | Adam Domurad | 2012-08-14 | 1 | -0/+37 |
| | |||||
* | Unit test for JCV.isMetaInfFile() | Adam Domurad | 2012-08-14 | 1 | -0/+17 |
| | |||||
* | Added splashscreen implementation | Jiri Vanek | 2012-08-13 | 20 | -0/+3394 |
| | |||||
* | Fixed wrong call in previous commit which was causing null process name | Jiri Vanek | 2012-08-13 | 2 | -2/+1 |
| | |||||
* | Reproducers of PR955 | Jiri Vanek | 2012-08-13 | 9 | -11/+794 |
| | |||||
* | Fix PR955: regression: SweetHome3D fails to run | Danesh Dadachanji | 2012-08-08 | 4 | -9/+1530 |
| | |||||
* | Removed firefox switch wich was causing paralel tests not to start | Jiri Vanek | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | Fix PR1049: Empty jars are handled correctly during signature validation | Saad Mohammad | 2012-08-01 | 6 | -0/+322 |
| | |||||
* | Fix JNLPMatcherTest timeout from being too restrictive. | Danesh Dadachanji | 2012-08-01 | 1 | -1/+1 |
| |