aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2012-05-14 Jiri Vanek <[email protected]>Jiri Vanek2012-05-163-7/+13
| | | | | | | | * tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java: * tests/netx/unit/net/sourceforge/jnlp/cache/CacheLRUWrapperTest.java: System.out replaced with System.err + fixed tabs in previous changelog
* 2012-05-14 Jiri Vanek <[email protected]>Jiri Vanek2012-05-162-30/+35
| | | | | * tests/junit-runner/JunitLikeXmlOutputListener.java: fixed indentation and spacing
* Reduce no. of loads of the cache index fileThomas Meyer2012-05-116-25/+368
|
* Added bug annotation forr testing engineJiri Vanek2012-05-029-10/+249
|
* Add resources.jar to classpathOmair Majid2012-04-242-1/+19
| | | | | | | | | | | | | 2012-04-24 Omair Majid <[email protected]> * Makefile.am (RUNTIME): Add resources.jar. (stamps/run-unit-test-code-coverage.stamp) [WITH_EMMA]: Add resouces.jar to classpath. (stamps/run-reproducers-test-code-coverage.stamp) [WITH_EMMA]: Include resources.jar in classpath. (stamps/bootstrap-directory.stamp): Create a link to resources.jar in BOOT_DIR.
* Spelling fixesThomas Meyer2012-04-201-54/+52
|
* PR918: java applet windows uses a low resulution black/white iconOmair Majid2012-04-1915-46/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-04-19 Omair Majid <[email protected]> * NEWS: Update with fix. * netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java: Remove windowIcon. (initialize): Do not call loadWindowIcon. (getWindowIcon): Remove. (setWindowIcon): Remove. (loadWindowIcon): Remove. * netx/net/sourceforge/jnlp/runtime/JNLPSecurityManager.java (checkTopLevelWindow): Do not set the icon for all top level windows. Use the default java icon instead. * netx/net/sourceforge/jnlp/util/ImageResources.java: New file. Provides access to icons. * netx/net/sourceforge/jnlp/JNLPSplashScreen.java (JNLPSplashScreen), * netx/net/sourceforge/jnlp/cache/DefaultDownloadIndicator.java (getListener), * netx/net/sourceforge/jnlp/controlpanel/AdvancedProxySettingsDialog.java (AdvancedProxySettingsDialog), * netx/net/sourceforge/jnlp/controlpanel/CacheViewer.java (CacheViewer), * netx/net/sourceforge/jnlp/controlpanel/ControlPanel.java (ControlPanel), * netx/net/sourceforge/jnlp/security/SecurityDialog.java (SecurityDialog), * netx/net/sourceforge/jnlp/security/viewer/CertificateViewer.java (CertificateViewer), * netx/net/sourceforge/jnlp/util/BasicExceptionDialog.java (show), * plugin/icedteanp/java/sun/applet/JavaConsole.java (initialize): Explicitly load icons. * tests/netx/unit/net/sourceforge/jnlp/util/ImageResourcesTest.java: Test for ImageResources class.
* Added possibility to run signed applets during reproducers runs.Jiri Vanek2012-04-186-11/+345
| | | | Added example reproducer.
* minor typos fixesJiri Vanek2012-04-171-2/+2
|
* Fixed xfork test with kill signalJiri Vanek2012-04-172-29/+94
|
* Added and used java arguments (now Xmx2G) for emma runs.Jiri Vanek2012-04-112-5/+15
|
* Minor changes - spaces/tabs replacementsJiri Vanek2012-04-111-25/+26
|
* Validate the recently_used file at every load. This will fix the StringIndex-Thomas Meyer2012-04-106-127/+222
| | | | | | OutOfBoundsException for a corrupted path entry thrown in CacheUtil.pathToURLPath(). This Exception was catched in RessourceTracker.Downloader.run() and only printed in debug mode.
* Rename JarSigner to JarCertVerifier.Danesh Dadachanji2012-04-059-49/+69
|
* fixed bugs in jnlp testing engineJiri Vanek2012-04-052-33/+180
|
* Changed the vendor and homepage tags of all JNLPs in the testsuite to point ↵Danesh Dadachanji2012-04-0356-86/+148
| | | | to IcedTea.
* Fix pac testsOmair Majid2012-04-033-183/+290
| | | | | | | | | | | | | | | | | | | The testDateRange* tests were rewritten so date wrapping is handled correctly. Also fixes two bugs in pac-funcs.js (a missed return value and using getYear instead of getFullYear). 2012-04-03 Omair Majid <[email protected]> * netx/net/sourceforge/jnlp/runtime/pac-funcs.js: Replace incorrect use of getYear() with getFullYear(). (inYearMonthDateRange): Add missing conditional case. * tests/netx/pac/pac-funcs-test.js (runTest): New function. (runTests): Call runTest. (incDate): Deal with month/year wrapping around. (decDate): Removed. (testDateRange, testDateRange2, testDateRange3): Handle wrapping of month and days.
* 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
|