aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/PluginBridge.java
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags.Adam Domurad2012-12-041-39/+25
* Fix PR1166: Embedded JNLP File is not supported in applet tagSaad Mohammad2012-11-131-1/+25
* Fix some javadoc warningsThomas Meyer2012-08-191-1/+1
* Fixes PR1011 w/ reproducer, folders now allowed in archive tag.Adam Domurad2012-06-281-25/+47
* Small comment cleanup to classes with missing or wrong descriptions.Adam Domurad2012-06-251-0/+4
* Handle absolute paths passed into jnlp_href's value.Danesh Dadachanji2012-06-041-5/+17
* Changed for-loops over iterators and indices to for-each loops if theyAdam Domurad2012-05-251-3/+1
* Add ability to check for use of jnlp_href outside of PluginBridge.Danesh Dadachanji2012-02-221-0/+7
* Plugin does not make JNLP's <information> available when using jnlp_href.Danesh Dadachanji2012-01-241-9/+4
* Make getMainClass()'s return value consistent for AppletDesc and ApplicationDescOmair Majid2011-09-281-1/+3
* Enable passing applet parameters through JNLP files.Andrew Su2011-06-081-3/+8
* Change jar resource names to be stored in HashSet instead of String[].Andrew Su2011-06-081-7/+14
* Fix appcontext related plugin bugs.Denis Lila2011-04-291-29/+3
* Fixed classloader sharing rules for appletsDeepak Bhole2011-03-281-4/+27
* Implement codebase_lookup=false.dlila2011-03-251-1/+7
* Added comments, clarified a previous changelog entry.Denis Lila2011-03-071-0/+3
* Fix PR658Denis Lila2011-03-041-0/+23
* - PR475, RH604061: Allow applets from the same page to use the same classloaderDeepak Bhole2011-03-041-3/+4
* Fix NullPointerException in plugin caused by a non-overridden methodOmair Majid2011-02-111-0/+8
* remove ununsed imports in netxOmair Majid2011-01-121-1/+0
* Fixed indentation and spacing for all .java files.Deepak Bhole2010-12-061-36/+28
* Trim whitespace from jar names in PluginBridge constructor.Deepak Bhole2010-10-261-0/+6
* Fix most warnings arising from NetX code.Andrew John Hughes2010-10-211-75/+65
* Enabled parsing jnlp file located at jnlp_href for applet parameters.Andrew Su2010-10-201-0/+22
* Initial import from IcedTea6.andrew2010-10-191-0/+253