aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/JNLPFile.java
Commit message (Expand)AuthorAgeFilesLines
* Support building against OpenJDK8Omair Majid2014-01-241-7/+3
* Removed most of checks to no output from reproducersJiri Vanek2013-11-251-1/+3
* Enabled access to manifests' attributes from JNLPFile class, implemented http...Jiri Vanek2013-11-131-0/+121
* Introduced logging bottleneckJiri Vanek2013-09-251-7/+4
* Unit test for InformationDescOmair Majid2013-09-201-1/+1
* PR1533: Inherit jnlp.packEnabled and jnlp.versionEnabled like other propertiesOmair Majid2013-09-091-21/+8
* Added tagsup (optional dependence) as sanitizer for (possibly) invalid xml filesJiri Vanek2013-06-211-35/+37
* Fix PR1166: Embedded JNLP File is not supported in applet tagSaad Mohammad2012-11-131-1/+14
* Fix some javadoc warningsThomas Meyer2012-08-191-1/+1
* Fix PR955: regression: SweetHome3D fails to runDanesh Dadachanji2012-08-081-38/+114
* Refactor Object launchType; to LaunchDesc launchType; in JNLPFileAdam Domurad2012-07-101-2/+2
* Changed for-loops over iterators and indices to for-each loops if theyAdam Domurad2012-05-251-3/+1
* Went through the source of IcedTeaWeb with FindBugs and went over all reporte...Adam Domurad2012-05-171-1/+1
* Checks and verifies a signed JNLP file at the launch of the application. A si...Saad Mohammad2011-08-221-0/+55
* Enable passing applet parameters through JNLP files.Andrew Su2011-06-081-4/+20
* Remove redundant if from JNLPFile.javaDenis Lila2011-03-291-2/+1
* netx findbugs based refactoring.Denis Lila2011-03-091-1/+1
* Added comments, clarified a previous changelog entry.Denis Lila2011-03-071-2/+4
* Fix PR658Denis Lila2011-03-041-0/+28
* Consistently name methods relating to ResourcesDescOmair Majid2011-02-111-3/+3
* Fix RH669942: Add support for packEnabled and versionEnabledOmair Majid2011-02-101-2/+27
* add missing generic type in JNLPFileOmair Majid2011-01-121-2/+2
* remove check for jnlp spec numberOmair Majid2010-12-081-7/+0
* Fixed indentation and spacing for all .java files.Deepak Bhole2010-12-061-23/+15
* Parse jnlps containing <component-desc> as well as <application-desc> elementsOmair Majid2010-10-291-3/+7
* remove duplicate R methods; create a single class to handle translationOmair Majid2010-10-251-2/+3
* Fix most warnings arising from NetX code.Andrew John Hughes2010-10-211-6/+6
* Initial import from IcedTea6.andrew2010-10-191-0/+633