Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test virtual server thread marked as daeomn by default | Jiri Vanek | 2012-04-03 | 2 | -3/+23 |
| | |||||
* | Fixed check for a certificate whose start date has not yet been reached. | Danesh Dadachanji | 2012-04-02 | 2 | -0/+13 |
| | |||||
* | PR898: signed applications with big jnlp-file doesn't start | Omair Majid | 2012-03-22 | 4 | -18/+59 |
| | | | | | | JNLPMatcher was using PipedInputStream and PipedOutputStream without threads which was deadlocking on large files. Use ByteArrayOutputStream instead to avoid this. | ||||
* | Fix unit test missing title and vendor tags in JNLP stream. | Danesh Dadachanji | 2012-03-19 | 2 | -1/+8 |
| | |||||
* | Fixed chanagelog to fit 80chars column | Jiri Vanek | 2012-03-19 | 1 | -24/+31 |
| | |||||
* | added splash screen tests for upcoming splashscreen | Jiri Vanek | 2012-03-19 | 13 | -19/+740 |
| | |||||
* | Fix JNLP parser to halt when required title and vendor elements are missing. | Danesh Dadachanji | 2012-03-16 | 8 | -0/+307 |
| | |||||
* | PR895: IcedTea-Web searches for missing classes on each loadClass or findClass | Deepak Bhole | 2012-03-14 | 4 | -4/+204 |
| | |||||
* | Launch errors are not being printed to terminal | Omair Majid | 2012-03-14 | 10 | -113/+345 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-03-14 Omair Majid <[email protected]> Print exceptions to terminal when running in gui mode too. * netx/net/sourceforge/jnlp/AbstractLaunchHandler.java: New file. * netx/net/sourceforge/jnlp/DefaultLaunchHandler.java: Extend AbstractLaunchHandler. (DefaultLaunchHandler): New method. (printMessage): Moved to parent class. * netx/net/sourceforge/jnlp/GuiLaunchHandler.java: Extend AbstractLaunchHandler. (GuiLauchHandler): New method. (launchError): Print the error too. (launchWarning,validationError): Call parent's printMessage. * netx/net/sourceforge/jnlp/LaunchException.java: Use standard java exception chaining. This removes compatibility with pre-java 1.3 class libraries. (LaunchException(JNLPFile,Exception,String,String,String,String)): Pass cause to parent so exceptions are chanined properly. (LaunchException(String,Throwable),LaunchException(Throwable)): Call parent's constructor. (printStackTrace(PrintStream),printStackTrace(PrintWriter),getCause): Removed. Use parent's implementation instead. (getCauses): Removed. * netx/net/sourceforge/jnlp/LaunchHandler.java (validationError): Rename argument to clarify meaing. * netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java (initialize): Redirect output of all handlers to System.err. * plugin/icedteanp/java/sun/applet/PluginAppletSecurityContext.java (PluginAppletSecurityContext): Likewise. * tests/netx/unit/net/sourceforge/jnlp/DefaultLaunchHandlerTest.java, * tests/netx/unit/net/sourceforge/jnlp/LaunchExceptionTest.java: New file. Contains tests. | ||||
* | Test that checks ServiceManager is setup correctly for applets. | Danesh Dadachanji | 2012-03-12 | 5 | -1/+249 |
| | |||||
* | Update JNLPs of tests to include required information/title/vendor tags. | Danesh Dadachanji | 2012-03-12 | 22 | -1/+51 |
| | |||||
* | added reproducers for main class in manifest | Jiri Vanek | 2012-03-08 | 16 | -1/+852 |
| | |||||
* | removing unwilingly commited file | Jiri Vanek | 2012-03-07 | 1 | -735/+0 |
| | | | | hG: Enter commit message. Lines beginning with 'HG:' are removed. | ||||
* | Extended reflection test | Jiri Vanek | 2012-03-07 | 14 | -24/+1394 |
| | |||||
* | Bumped version to 1.3pre | Deepak Bhole | 2012-02-29 | 2 | -1/+5 |
| | |||||
* | Added tag icedtea-web-1.2-branchpoint for changeset 41f03d932cdf | Deepak Bhole | 2012-02-29 | 0 | -0/+0 |
| | |||||
* | Change CertificateUtils.inKeyStores() to only check for certificate equality | Deepak Bhole | 2012-02-29 | 2 | -21/+11 |
| | |||||
* | Added check for main class in jar manifest(s) | Deepak Bhole | 2012-02-28 | 2 | -0/+64 |
| | |||||
* | Return 0 id to Java side if call/eval fail. | Deepak Bhole | 2012-02-28 | 2 | -3/+15 |
| | |||||
* | Use the mozilla-plugin pkgconfig module if the libxul module is not available. | doko | 2012-02-27 | 1 | -0/+5 |
| | | | | | | | | | 2012-02-27 Matthias Klose <[email protected]> * acinclude.m4 (IT_CHECK_PLUGIN_DEPENDENCIES): Use the mozilla-plugin pkgconfig module if the libxul module is not available. (patch was included in previous commit) | ||||
* | Define mime descriptions for 1.7, when built with Java7 | doko | 2012-02-27 | 4 | -3/+32 |
| | | | | | | | | | 2012-02-27 Matthias Klose <[email protected]> * acinclude.m4 (IT_FIND_JAVA): Set VERSION_DEFS. * Makefile.am ($(PLUGIN_DIR)/%.o): Pass $(VERSION_DEFS) * IcedTeaNPPlugin.cc (PLUGIN_MIME_DESC): Define in terms of HAVE_JAVA7. | ||||
* | PR820: IcedTea-Web 1.1.3 crashing Firefox when loading Citrix XenApp | Deepak Bhole | 2012-02-27 | 4 | -64/+108 |
| | | | | Patch from Thomas Meyer (primary) and Deepak Bhole | ||||
* | Add ability to check for use of jnlp_href outside of PluginBridge. | Danesh Dadachanji | 2012-02-22 | 2 | -0/+14 |
| | |||||
* | Path to NEW_LINE_IFS is incorrect. | Danesh Dadachanji | 2012-02-13 | 2 | -5/+11 |
| | |||||
* | Fix regression in broken AppletTest. | Danesh Dadachanji | 2012-02-13 | 3 | -0/+29 |
| | |||||
* | Fix LaunchException constructor to handle null a description. | Danesh Dadachanji | 2012-02-02 | 2 | -1/+7 |
| | |||||
* | Use description parameter when creating a LaunchException. | Danesh Dadachanji | 2012-02-01 | 2 | -1/+6 |
| | |||||
* | fixed date in changelog | Jiri Vanek | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | fixed LRU cache behaviour in case of failure. Tests added. | Jiri Vanek | 2012-02-01 | 15 | -135/+892 |
| | |||||
* | PR852: Classloader not being flushed after last applet from a site is closed | Deepak Bhole | 2012-01-27 | 4 | -1/+63 |
| | |||||
* | added xnofork tests and applet tests | Jiri Vanek | 2012-01-25 | 8 | -22/+449 |
| | |||||
* | Plugin does not make JNLP's <information> available when using jnlp_href. | Danesh Dadachanji | 2012-01-24 | 4 | -10/+22 |
| | |||||
* | PR838: IcedTea plugin crashes with chrome browser when javascript is executedicedtea-web-1.2-branchpoint | Deepak Bhole | 2012-01-09 | 3 | -1/+15 |
| | |||||
* | fix findbugs cloud jnlps | Omair Majid | 2012-01-06 | 2 | -5/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | Someone reported that the following JNLP was not starting: http://findbugs.cs.umd.edu/cloud/eclipse.jnlp The first problem was that icedtea-web was trying to ensure that all jnlps, including extension jnlps have a main class. I wonder what other applications were broken by this check. This patch modifies the check to only check for main class when a main class is possible (applets and applications). The second second problem was that (in the extension jnlp file) the jnlp element did not contain a codebase attribute. IcedTea-Web tried to add this null codebase when merging the jnlp file, causing an exception. The patch simply ignores this null. 2012-01-05 Omair Majid <[email protected]> * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java (initializeResources): Only throw exceptions about the main class not being found when the jnlp file can have a main class. (addToCodeBaseLoader): Dont try to process null URLs. | ||||
* | Added check for xsltproc tool | Jiri Vanek | 2012-01-05 | 3 | -3/+16 |
| | |||||
* | Use correct response parameter when returning array member vs member itself | Deepak Bhole | 2011-12-22 | 2 | -3/+8 |
| | | | | Patch from Thomas Meyer <[email protected]> | ||||
* | RH586194: Unable to connect to connect with Juniper VPN client | Deepak Bhole | 2011-12-21 | 4 | -46/+14 |
| | | | | | | | | Patch from Thomas Meyer <[email protected]> * plugin/icedteanp/IcedTeaPluginRequestProcessor.cc(sendMember): Use createJavaObjectFromVariant to create the resulting object on Java side, rather than always creating a JSObject. | ||||
* | Made compatible with both versions of xulrunner | Jiri Vanek | 2011-12-21 | 4 | -1/+36 |
| | |||||
* | BasicService code does not work when placed in the applet constructor. | Danesh Dadachanji | 2011-12-19 | 3 | -6/+32 |
| | |||||
* | Fixed function name in comment for sendMember. | Deepak Bhole | 2011-12-16 | 2 | -1/+7 |
| | | | | Patch from Thomas Meyer <[email protected]> | ||||
* | Print the arguments passed to the application's main method | Omair Majid | 2011-12-08 | 2 | -0/+11 |
| | | | | | | | | 2011-12-08 Omair Majid <[email protected]> * netx/net/sourceforge/jnlp/Launcher.java (launchApplication): Print arguments being passed to the application's main method in debug mode. | ||||
* | Change icon for AccessWarningPane dialogs | Danesh Dadachanji | 2011-12-05 | 2 | -1/+7 |
| | |||||
* | Added targets to calcualte code coverage by tests | Jiri Vanek | 2011-11-29 | 4 | -19/+316 |
| | |||||
* | chenglogs for spaces reproducers and for changes to engine because of spaces | Jiri Vanek | 2011-11-11 | 1 | -0/+38 |
| | |||||
* | Added reproducer for handling spaces by javaws both localy and remotely | Jiri Vanek | 2011-11-11 | 5 | -0/+354 |
| | |||||
* | reproducers engine can now handle files and directories with spaces | Jiri Vanek | 2011-11-11 | 4 | -18/+57 |
| | |||||
* | Enabled testWeekdayRange, added tests for star/end of months for dateRange ↵ | Jiri Vanek | 2011-11-10 | 3 | -29/+136 |
| | | | | pac function | ||||
* | merge | Deepak Bhole | 2011-11-08 | 3 | -69/+10 |
|\ | |||||
| * | RH742515, CVE-2011-3377: IcedTea-Web: second-level domain subdomains and ↵ | Deepak Bhole | 2011-10-28 | 3 | -69/+10 |
| | | | | | | | | suffix domain SOP bypass | ||||
* | | PR808: javaws is unable to start when missing jars are enumerated before ↵ | Omair Majid | 2011-10-31 | 3 | -1/+10 |
|/ | | | | | | | | | | main jar 2011-10-31 Omair Majid <[email protected]> * NEWS: Update. * netx/net/sourceforge/jnlp/tools/JarSigner.java (verifyJars): Continue with other jars if the first jar can't be used. |