aboutsummaryrefslogtreecommitdiffstats
path: root/netx
Commit message (Expand)AuthorAgeFilesLines
* All IcedTea-Web dialogues are centered to middle of active screenJiri Vanek2013-01-107-24/+113
* First part of fix of recreating desktop iconJiri Vanek2013-01-102-5/+124
* Converted Messages.properties to Unix formatDeepak Bhole2013-01-071-475/+475
* Fix CodeBaseClassLoaderTest.testParentClassLoaderIsAskedForClassesApplicationAdam Domurad2013-01-031-3/+8
* Fixed xtrust all behaviour for desktop icons. Now returning true only if desk...Jiri Vanek2012-12-241-1/+1
* netx/net/sourceforge/jnlp/runtime/ApplicationInstance.java - (shouldCreateSho...Jiri Vanek2012-12-211-0/+3
* Minor fix for possible NPE (non fatal) during splashscreen creationJiri Vanek2012-12-213-5/+37
* PR909: URL is invalid after normalizationSaad Mohammad2012-12-201-99/+14
* PR1189: Icedtea-plugin requires code attribute when using jnlp_hrefSaad Mohammad2012-12-101-1/+3
* PR1217: Add command line arguments for pluginsSaad Mohammad2012-12-055-0/+104
* Fix grammar in splash screen exception messageAdam Domurad2012-12-041-1/+1
* Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags.Adam Domurad2012-12-046-81/+323
* Better error reporting from appletsJiri Vanek2012-11-271-0/+2
* Fix PR1166: Embedded JNLP File is not supported in applet tagSaad Mohammad2012-11-133-4/+48
* Add DownloadService implementationSaad Mohammad2012-11-085-9/+461
* Added cz_CS locales with testJiri Vanek2012-11-021-0/+467
* Splashscreen integrated to javaws and pluginJiri Vanek2012-11-025-83/+198
* PR1186: System.getProperty("deployment.user.security.trusted.cacerts") is nullOmair Majid2012-10-292-1/+22
* New message for when JNLP is fully signed by different certsAdam Domurad2012-10-192-1/+7
* Fix regression with trivially signed (eg, just META-INF/) jarsAdam Domurad2012-10-191-10/+11
* Use interface types in JCV classes where applicableAdam Domurad2012-10-194-33/+33
* Major rework of JarCertVerifier certificate management.Danesh Dadachanji2012-10-2212-408/+1198
* PR1145: IcedTea-Web can cause ClassCircularityErrorOmair Majid2012-10-051-13/+1
* PR1161: X509VariableTrustManager does not work correctly with OpenJDK7Deepak Bhole2012-09-175-73/+376
* Single instance support for jnlp-href and testsJiri Vanek2012-09-053-8/+52
* Fix for PR920: Classes attempted to load twice when class extends from outsid...Adam Domurad2012-08-281-15/+2
* Fir regression that sometimes results in ClassCircularityErrorDeepak Bhole2012-08-271-0/+2
* Fixed long term failing unit-test, fixed NPE from ClassLoaderJiri Vanek2012-08-273-6/+41
* Fix some javadoc warningsThomas Meyer2012-08-196-6/+7
* Restrict manifest classpath searching for JNLPs.Danesh Dadachanji2012-08-151-1/+5
* Unit test for JCV.isMetaInfFile()Adam Domurad2012-08-141-1/+1
* Added splashscreen implementationJiri Vanek2012-08-1329-11/+3839
* Fix PR955: regression: SweetHome3D fails to runDanesh Dadachanji2012-08-087-51/+328
* Add license header to filesSaad Mohammad2012-08-077-0/+259
* Fix PR1049: Empty jars are handled correctly during signature validationSaad Mohammad2012-08-012-1/+16
* Fix RH838417, Fix RH838559: Disambiguate signed applet security prompt from c...Danesh Dadachanji2012-07-202-12/+14
* Added forgotten LaunchDesc.java, fixes build. sorry!Adam Domurad2012-07-101-0/+42
* Refactor Object launchType; to LaunchDesc launchType; in JNLPFileAdam Domurad2012-07-106-17/+17
* Minor cleanup that removes avoidable code from loop.Saad Mohammad2012-07-091-13/+12
* Added forgotten file: IllegalResourceDescriptorExceptionAdam Domurad2012-07-091-0/+13
* Applet-tags now ignore any invalid (eg corrupt) jarsAdam Domurad2012-07-092-17/+77
* Fix PR1040, PR1041, PR1042: Allows signed jars to function correctly using ex...Saad Mohammad2012-07-031-19/+104
* Fix problem in resolving classesOmair Majid2012-06-281-2/+14
* Fixes PR1011 w/ reproducer, folders now allowed in archive tag.Adam Domurad2012-06-282-25/+60
* Last hope for not downloaded resources to be verifiedJiri Vanek2012-06-261-1/+20
* Small comment cleanup to classes with missing or wrong descriptions.Adam Domurad2012-06-251-0/+4
* Refactored two loops to for-each loops in JCVAdam Domurad2012-06-191-9/+3
* Fixes PR722: Now ignores unsigned content in META-INF/ during signing processAdam Domurad2012-06-121-20/+6
* Fixed bug in previous commit for PR861Deepak Bhole2012-06-071-4/+6
* PR861: Allow loading from non codebase hosts. Allow code to connect to hostin...Deepak Bhole2012-06-052-17/+134