aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Test virtual server thread marked as daeomn by defaultJiri Vanek2012-04-032-3/+23
|
* Fixed check for a certificate whose start date has not yet been reached.Danesh Dadachanji2012-04-022-0/+13
|
* PR898: signed applications with big jnlp-file doesn't startOmair Majid2012-03-224-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 Dadachanji2012-03-192-1/+8
|
* Fixed chanagelog to fit 80chars columnJiri Vanek2012-03-191-24/+31
|
* added splash screen tests for upcoming splashscreenJiri Vanek2012-03-1913-19/+740
|
* Fix JNLP parser to halt when required title and vendor elements are missing.Danesh Dadachanji2012-03-168-0/+307
|
* PR895: IcedTea-Web searches for missing classes on each loadClass or findClassDeepak Bhole2012-03-144-4/+204
|
* Launch errors are not being printed to terminalOmair Majid2012-03-1410-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 Dadachanji2012-03-125-1/+249
|
* Update JNLPs of tests to include required information/title/vendor tags.Danesh Dadachanji2012-03-1222-1/+51
|
* added reproducers for main class in manifestJiri Vanek2012-03-0816-1/+852
|
* removing unwilingly commited fileJiri Vanek2012-03-071-735/+0
| | | | hG: Enter commit message. Lines beginning with 'HG:' are removed.
* Extended reflection testJiri Vanek2012-03-0714-24/+1394
|
* Bumped version to 1.3preDeepak Bhole2012-02-292-1/+5
|
* Added tag icedtea-web-1.2-branchpoint for changeset 41f03d932cdfDeepak Bhole2012-02-290-0/+0
|
* Change CertificateUtils.inKeyStores() to only check for certificate equalityDeepak Bhole2012-02-292-21/+11
|
* Added check for main class in jar manifest(s)Deepak Bhole2012-02-282-0/+64
|
* Return 0 id to Java side if call/eval fail.Deepak Bhole2012-02-282-3/+15
|
* Use the mozilla-plugin pkgconfig module if the libxul module is not available.doko2012-02-271-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 Java7doko2012-02-274-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 XenAppDeepak Bhole2012-02-274-64/+108
| | | | Patch from Thomas Meyer (primary) and Deepak Bhole
* Add ability to check for use of jnlp_href outside of PluginBridge.Danesh Dadachanji2012-02-222-0/+14
|
* Path to NEW_LINE_IFS is incorrect.Danesh Dadachanji2012-02-132-5/+11
|
* Fix regression in broken AppletTest.Danesh Dadachanji2012-02-133-0/+29
|
* Fix LaunchException constructor to handle null a description.Danesh Dadachanji2012-02-022-1/+7
|
* Use description parameter when creating a LaunchException.Danesh Dadachanji2012-02-012-1/+6
|
* fixed date in changelogJiri Vanek2012-02-011-1/+1
|
* fixed LRU cache behaviour in case of failure. Tests added.Jiri Vanek2012-02-0115-135/+892
|
* PR852: Classloader not being flushed after last applet from a site is closedDeepak Bhole2012-01-274-1/+63
|
* added xnofork tests and applet testsJiri Vanek2012-01-258-22/+449
|
* Plugin does not make JNLP's <information> available when using jnlp_href.Danesh Dadachanji2012-01-244-10/+22
|
* PR838: IcedTea plugin crashes with chrome browser when javascript is executedicedtea-web-1.2-branchpointDeepak Bhole2012-01-093-1/+15
|
* fix findbugs cloud jnlpsOmair Majid2012-01-062-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 toolJiri Vanek2012-01-053-3/+16
|
* Use correct response parameter when returning array member vs member itselfDeepak Bhole2011-12-222-3/+8
| | | | Patch from Thomas Meyer <[email protected]>
* RH586194: Unable to connect to connect with Juniper VPN clientDeepak Bhole2011-12-214-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 xulrunnerJiri Vanek2011-12-214-1/+36
|
* BasicService code does not work when placed in the applet constructor.Danesh Dadachanji2011-12-193-6/+32
|
* Fixed function name in comment for sendMember.Deepak Bhole2011-12-162-1/+7
| | | | Patch from Thomas Meyer <[email protected]>
* Print the arguments passed to the application's main methodOmair Majid2011-12-082-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 dialogsDanesh Dadachanji2011-12-052-1/+7
|
* Added targets to calcualte code coverage by testsJiri Vanek2011-11-294-19/+316
|
* chenglogs for spaces reproducers and for changes to engine because of spacesJiri Vanek2011-11-111-0/+38
|
* Added reproducer for handling spaces by javaws both localy and remotelyJiri Vanek2011-11-115-0/+354
|
* reproducers engine can now handle files and directories with spacesJiri Vanek2011-11-114-18/+57
|
* Enabled testWeekdayRange, added tests for star/end of months for dateRange ↵Jiri Vanek2011-11-103-29/+136
| | | | pac function
* mergeDeepak Bhole2011-11-083-69/+10
|\
| * RH742515, CVE-2011-3377: IcedTea-Web: second-level domain subdomains and ↵Deepak Bhole2011-10-283-69/+10
| | | | | | | | suffix domain SOP bypass
* | PR808: javaws is unable to start when missing jars are enumerated before ↵Omair Majid2011-10-313-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.