Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | CVE-2012-3422, RH840592: Potential read from an uninitialized memory location | Deepak Bhole | 2012-07-24 | 3 | -0/+25 |
| | | | | Updated NEWS file with entry for CVE-2012-3423 | ||||
* | Fix in Makefile missing absolute path for keytool. | Danesh Dadachanji | 2012-07-31 | 2 | -1/+5 |
| | |||||
* | Introduced configure option --with-gtk=2|3|default to be able | Jiri Vanek | 2012-07-31 | 4 | -1/+50 |
| | | | | to compile against different version of GTK+ (2.x or 3.x). | ||||
* | Small correction in strSplit | Adam Domurad | 2012-07-24 | 2 | -1/+7 |
| | |||||
* | Fix RH838417, Fix RH838559: Disambiguate signed applet security prompt from ↵ | Danesh Dadachanji | 2012-07-20 | 4 | -12/+27 |
| | | | | certificate warning. | ||||
* | Fix possible endless loop while waiting for the applet object instance to ↵ | Thomas Meyer | 2012-07-19 | 2 | -1/+16 |
| | | | | get create get created | ||||
* | try to close browser before kill it | Jiri Vanek | 2012-07-11 | 8 | -48/+92 |
| | |||||
* | Added forgotten LaunchDesc.java, fixes build. sorry! | Adam Domurad | 2012-07-10 | 1 | -0/+42 |
| | |||||
* | Refactor Object launchType; to LaunchDesc launchType; in JNLPFile | Adam Domurad | 2012-07-10 | 7 | -17/+33 |
| | |||||
* | Bumped release number to 1.4pre | Deepak Bhole | 2012-07-09 | 2 | -1/+5 |
| | |||||
* | Minor cleanup that removes avoidable code from loop. | Saad Mohammad | 2012-07-09 | 2 | -13/+17 |
| | |||||
* | Small fixes to C++ side of plugin, submitted by Martin Olsson. | Adam Domurad | 2012-07-09 | 4 | -10/+21 |
| | | | | Also fixed a space in my last ChangeLog. | ||||
* | Adding forgotten entry to ChangeLog | Adam Domurad | 2012-07-09 | 1 | -0/+16 |
| | |||||
* | Small fix in test | Adam Domurad | 2012-07-09 | 1 | -1/+1 |
| | |||||
* | Added forgotten file: IllegalResourceDescriptorException | Adam Domurad | 2012-07-09 | 1 | -0/+13 |
| |