Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added rules listeners | Jiri Vanek | 2012-09-25 | 7 | -35/+475 |
| | |||||
* | Added basic ClosingLIstener support, implementation and example | Jiri Vanek | 2012-09-24 | 13 | -5/+449 |
| | |||||
* | Reproducers are now correctly compiled against liveconect(plugin.jar) | Jiri Vanek | 2012-09-24 | 2 | -2/+10 |
| | |||||
* | PR1161: X509VariableTrustManager does not work correctly with OpenJDK7 | Deepak Bhole | 2012-09-17 | 9 | -76/+416 |
| | |||||
* | Add signed jnlp tests for applications with multiple jars | Saad Mohammad | 2012-09-07 | 12 | -0/+807 |
| | |||||
* | Added strict test | Jiri Vanek | 2012-09-07 | 2 | -10/+77 |
| | |||||
* | Fixing several typos from previous push. | Jiri Vanek | 2012-09-06 | 4 | -7/+17 |
| | |||||
* | Fixing several errors which were causing incorrect behaviour causing correct ↵ | Jiri Vanek | 2012-09-05 | 7 | -31/+120 |
| | | | | reproduction of PR905 | ||||
* | Added multiple-applets tests | Jiri Vanek | 2012-09-05 | 18 | -3/+1166 |
| | |||||
* | Single instance support for jnlp-href and tests | Jiri Vanek | 2012-09-05 | 10 | -8/+709 |
| | |||||
* | Fix for PR920: Classes attempted to load twice when class extends from ↵ | Adam Domurad | 2012-08-28 | 3 | -15/+11 |
| | | | | outside jar | ||||
* | Reproducer for PR920, linkage error sometimes occurs | Adam Domurad | 2012-08-28 | 8 | -1/+289 |
| | |||||
* | Reproducer for PR1112, main class in signed jar loaded via INDEX.LIST | Adam Domurad | 2012-08-28 | 7 | -0/+298 |
| | |||||
* | Reproducer for PR1145, ClassCircularityError sometimes occurs when custom ↵ | Adam Domurad | 2012-08-27 | 4 | -0/+217 |
| | | | | policy set. | ||||
* | Fir regression that sometimes results in ClassCircularityError | Deepak Bhole | 2012-08-27 | 2 | -0/+8 |
| | |||||
* | Added PR822 reproducer | Jiri Vanek | 2012-08-27 | 15 | -2/+841 |
| | |||||
* | Fixed long term failing unit-test, fixed NPE from ClassLoader | Jiri Vanek | 2012-08-27 | 5 | -39/+235 |
| | | | | | | | | | | | | | | | * 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 | 12 | -0/+784 |
| | |||||
* | destroyProcess in ProcessAssassin is now calling sigInt instead of unwrapped ↵ | Jiri Vanek | 2012-08-21 | 2 | -8/+34 |
| | | | | sigTerm | ||||
* | launcher/javaws.in: java is now launched by exec | Jiri Vanek | 2012-08-21 | 2 | -1/+5 |
| | |||||
* | Fix a small bug in the contain() method | Thomas Meyer | 2012-08-19 | 2 | -9/+14 |
| | |||||
* | Fix some javadoc warnings | Thomas Meyer | 2012-08-19 | 7 | -6/+17 |
| | |||||
* | Fixed whitelist | Jiri Vanek | 2012-08-17 | 1 | -1/+1 |
| | |||||
* | Encoding reproducer | Jiri Vanek | 2012-08-17 | 15 | -1/+909 |
| | |||||
* | Forgot changelog yet again. Woops. | Adam Domurad | 2012-08-17 | 1 | -0/+42 |
| | |||||
* | Fixes PR588, Icedtea-web now saves cookies set in java cookie jar | Adam Domurad | 2012-08-17 | 4 | -1/+78 |
| | |||||
* | Reproducer for properly handling java cookie jar persistence | Adam Domurad | 2012-08-17 | 11 | -1/+753 |
| | |||||
* | Added verbose constant for launching javaws | Jiri Vanek | 2012-08-17 | 2 | -0/+6 |
| | |||||
* | Fixed DeadlockTest and listeners forwarding | Jiri Vanek | 2012-08-17 | 3 | -5/+14 |
| | |||||
* | Restrict manifest classpath searching for JNLPs. | Danesh Dadachanji | 2012-08-15 | 10 | -1/+492 |
| | |||||
* | Changelog for unsigned content in metainf reproducer | Adam Domurad | 2012-08-14 | 1 | -0/+17 |
| | |||||
* | 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 | 3 | -1/+26 |
| | |||||
* | Added splashscreen implementation | Jiri Vanek | 2012-08-13 | 50 | -11/+7321 |
| | |||||
* | Fixed wrong call in previous commit which was causing null process name | Jiri Vanek | 2012-08-13 | 3 | -2/+9 |
| | |||||
* | Reproducers of PR955 | Jiri Vanek | 2012-08-13 | 10 | -11/+813 |
| | |||||
* | Forgot changelog for consume_plugin_message refactoring | Adam Domurad | 2012-08-10 | 1 | -0/+8 |
| | |||||
* | Refactor consume_message with helper consume_plugin_message | Adam Domurad | 2012-08-09 | 1 | -59/+64 |
| | |||||
* | Back out erroneous changeset | Thomas Meyer | 2012-08-09 | 1 | -1/+0 |
| | |||||
* | Fix PR955: regression: SweetHome3D fails to run | Danesh Dadachanji | 2012-08-08 | 13 | -60/+1894 |
| | |||||
* | Export only a minimum of symbols. This should fix PR472. | Thomas Meyer | 2012-08-07 | 3 | -1/+11 |
| | |||||
* | Merge branches | Thomas Meyer | 2012-08-07 | 11 | -3/+288 |
|\ | |||||
| * | Add license header to files | Saad Mohammad | 2012-08-07 | 8 | -0/+271 |
| | | |||||
| * | Fixes PR1106, buffer overflow in plugin table | Adam Domurad | 2012-08-07 | 3 | -2/+16 |
| | | |||||
| * | Removed firefox switch wich was causing paralel tests not to start | Jiri Vanek | 2012-08-07 | 1 | -1/+1 |
| | | |||||
* | | ignore eclipse bin path | Thomas Meyer | 2012-08-03 | 1 | -0/+1 |
|/ | |||||
* | Added NEWS entry for PR1049 | Saad Mohammad | 2012-08-01 | 2 | -0/+5 |
| | |||||
* | Fix PR1049: Empty jars are handled correctly during signature validation | Saad Mohammad | 2012-08-01 | 9 | -1/+364 |
| | |||||
* | Fix JNLPMatcherTest timeout from being too restrictive. | Danesh Dadachanji | 2012-08-01 | 2 | -1/+7 |
| |