Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | JNLPClassLoader unit tests for file leaks | Adam Domurad | 2013-04-23 | 1 | -0/+263 |
| | |||||
* | Rewrite of MethodOverloadResolver | Adam Domurad | 2013-04-23 | 1 | -0/+383 |
| | |||||
* | Move normalizeUrlAndStripParams to UrlUtils | Adam Domurad | 2013-03-28 | 2 | -20/+30 |
| | |||||
* | Integration of unsigned applet confirmation dialogue. | Adam Domurad | 2013-03-26 | 1 | -0/+59 |
| | |||||
* | Path validator fixed to be correctly multiplatform | Jiri Vanek | 2013-03-26 | 1 | -0/+133 |
| | |||||
* | Revert behaviour of PluginParameterParser#isInt to fail on overflow | Adam Domurad | 2013-03-22 | 1 | -0/+4 |
| | |||||
* | UnsignedAppletActionStorageImpl: (isMatching) is now ignring archives if empty. | Jiri Vanek | 2013-03-22 | 1 | -1/+21 |
| | |||||
* | Added tests for German i18n | Jiri Vanek | 2013-03-13 | 1 | -62/+136 |
| | | | | | | | | * tests/reproducers/simple/LocalesTest/testcases/LocalesTestTest.java: Enhanced to test also German localization . * tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java: Enhanced to handle de messages and be prepared for locales with one language but different nations | ||||
* | Added backend and settings for extended applet security | Jiri Vanek | 2013-02-27 | 2 | -0/+346 |
| | |||||
* | Add unit tests for locales and locales fixed | Jiri Vanek | 2013-01-30 | 1 | -0/+244 |
| | | | | | | | | * netx/net/sourceforge/jnlp/resources/Messages.properties: * netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties: Added missing, filled empty and removed dangling items * tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java: New unittest for missing, empty, duplicate or dangling locales. | ||||
* | Fix for PR1292: Javaws does not resolve versioned jar names with periods ↵ | Adam Domurad | 2013-01-30 | 1 | -0/+43 |
| | | | | properly | ||||
* | Splashscreen error report made more detailed by stored LaunchErrors | Jiri Vanek | 2013-01-30 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | * netx/net/sourceforge/jnlp/LaunchException.java: (LaunchExceptionWithStamp) new inner class for storing timestamp togetehr with error. (launchExceptionChain) new static list to capture LaunchErrors during runtime. * /netx/net/sourceforge/jnlp/resources/Messages.properties: * netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties: Added explanation string * netx/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialog.java: Is now displaying launchExceptionChain in its error report and is copying it to clipboard. * tests/unit/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialogTest.java: (getTextTest) adapted calls of getText for new Date. | ||||
* | Unit tests for PR1198: JSObject not passed correctly to Javascript | Adam Domurad | 2013-01-15 | 1 | -0/+185 |
| | |||||
* | First part of fix of recreating desktop icon | Jiri Vanek | 2013-01-10 | 1 | -0/+188 |
| | | | | Another fix can be addition of buttons like always/never | ||||
* | Fixed unittest for InformationElement | Jiri Vanek | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed unittest for InformationElement | Jiri Vanek | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | PR909: Unit test fix | Saad Mohammad | 2012-12-20 | 1 | -5/+7 |
| | |||||
* | Added and applied Remote annotation, added Remote tests. | Jiri Vanek | 2012-12-20 | 1 | -0/+9 |
| | |||||
* | Cleaned unit-tests in ↵ | Jiri Vanek | 2012-12-18 | 1 | -106/+80 |
| | | | | tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java | ||||
* | Unit tests for PR1189 | Saad Mohammad | 2012-12-10 | 1 | -0/+20 |
| | |||||
* | Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags. | Adam Domurad | 2012-12-04 | 3 | -23/+217 |
| | |||||
* | Unit tests for PR1166 | Saad Mohammad | 2012-11-13 | 3 | -1/+286 |
| | |||||
* | PR1186: System.getProperty("deployment.user.security.trusted.cacerts") is null | Omair Majid | 2012-10-29 | 1 | -0/+72 |
| | | | | | Copy deployment configration read into system properties so it is visibile to target programs. | ||||
* | Fix regression with trivially signed (eg, just META-INF/) jars | Adam Domurad | 2012-10-19 | 1 | -2/+2 |
| | |||||
* | Major rework of JarCertVerifier certificate management. | Danesh Dadachanji | 2012-10-22 | 1 | -2/+468 |
| | | | | | | This is a long-planned rework of JarCertVerifier, allowing it to handle multiple certificates. The algorithms used to verify jars with multiple certificates vary between JNLPs and Applets. | ||||
* | Fixed long term failing unit-test, fixed NPE from ClassLoader | Jiri Vanek | 2012-08-27 | 1 | -33/+178 |
| | | | | | | | | | | | | | | | * 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 forgotten license header | Adam Domurad | 2012-08-14 | 1 | -0/+37 |
| | |||||
* | Unit test for JCV.isMetaInfFile() | Adam Domurad | 2012-08-14 | 1 | -0/+17 |
| | |||||
* | Added splashscreen implementation | Jiri Vanek | 2012-08-13 | 20 | -0/+3394 |
| | |||||
* | Fix PR955: regression: SweetHome3D fails to run | Danesh Dadachanji | 2012-08-08 | 2 | -0/+1464 |
| | |||||
* | Fix JNLPMatcherTest timeout from being too restrictive. | Danesh Dadachanji | 2012-08-01 | 1 | -1/+1 |
| | |||||
* | Refactored reproducers directry structure | Jiri Vanek | 2012-07-02 | 20 | -2899/+0 |
| | |||||
* | Fixed resource tests and Browsers.none behavior | Jiri Vanek | 2012-06-29 | 3 | -11/+35 |
| | |||||
* | Fix problem in resolving classes | Omair Majid | 2012-06-28 | 1 | -1/+47 |
| | | | | | | | | | | | | | | | | | The bug manifests when the following sequence of steps happen: 1. An applet with both a codebase and a jar (archive) is loaded 2. A class Foo is loaded using the codebase classloader 3. The Foo class tries to load a class Bar that is specified in the jar archive. The Bar class is not found. The following applet reproduces the problem: http://javadjvu.foxtrottechnologies.com/cgi-bin/djvuapplet.pl/examples/deer.djvu?zoom=page The fix addresses the problem by ensuring that the codebase classloader asks the classloader that knows about the jar archive to resolve classes too. | ||||
* | Added slipped midori and epiphany to recognized browsers. | Jiri Vanek | 2012-06-26 | 1 | -3/+8 |
| | | | | Wrapped last changelog entry | ||||
* | removed safe-mode firefox arg | Jiri Vanek | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | Tested and used @TestInBrowser | Jiri Vanek | 2012-06-19 | 1 | -15/+256 |
| | |||||
* | added default swithces for firefox 13 and higher | Jiri Vanek | 2012-06-19 | 1 | -0/+11 |
| | |||||
* | testInBrowser annotation | Jiri Vanek | 2012-06-19 | 15 | -15/+736 |
| | |||||
* | rewritten deadlock test | Jiri Vanek | 2012-06-19 | 1 | -0/+2 |
| | |||||
* | Implemented xml logging backend | Jiri Vanek | 2012-06-11 | 2 | -34/+241 |
| | |||||
* | Added KnownToFail annotation | Jiri Vanek | 2012-06-05 | 4 | -0/+35 |
| | |||||
* | isDateInRange renamed to isDateInRange_internallForIcedTeaWebTesting | Jiri Vanek | 2012-06-05 | 1 | -7/+7 |
| | |||||
* | Handle absolute paths passed into jnlp_href's value. | Danesh Dadachanji | 2012-06-04 | 1 | -0/+99 |
| | |||||
* | Added ignoration of inner classes during retrieving test id | Jiri Vanek | 2012-05-29 | 1 | -0/+6 |
| | |||||
* | Get rid of repeated sout/serr in reproducers testcases/unit tests and ↵ | Jiri Vanek | 2012-05-28 | 4 | -10/+100 |
| | | | | introduce bottleneck for loging. | ||||
* | More tests for Spaces and characters in urls | Jiri Vanek | 2012-05-18 | 2 | -0/+153 |
| | |||||
* | 2012-05-14 Jiri Vanek <[email protected]> | Jiri Vanek | 2012-05-16 | 2 | -5/+5 |
| | | | | | | | | * 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 | ||||
* | Reduce no. of loads of the cache index file | Thomas Meyer | 2012-05-11 | 2 | -0/+304 |
| | |||||
* | Added bug annotation forr testing engine | Jiri Vanek | 2012-05-02 | 2 | -0/+50 |
| |