aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp
Commit message (Expand)AuthorAgeFilesLines
* Made again compatible with JDK6.All JLists, JComboBoxs, and DefaultComboBoxMo...Jiri Vanek2013-12-136-17/+17
* itw itself warning cleanup: fixed rawtypes and unchecks, added braces and O...Jiri Vanek2013-12-1327-178/+281
* unittests warning cleanup: fixed typechecks, rawtypes, redundant casts...Jiri Vanek2013-12-131-7/+19
* Messages.properties: added "It will be granted unrestricted access to your c...Jiri Vanek2013-12-091-3/+3
* Add units to cache size label in itweb-settingsAndrew Azores2013-12-051-1/+1
* Implement per-JAR security descriptors (PR1592)Andrew Azores2013-12-032-48/+88
* Better validation of crytical dirs with proper message on startupJiri Vanek2013-12-024-14/+405
* Enabled file logging in plugin, user enabled to choose logs dirJiri Vanek2013-11-293-5/+76
* Reverted "fix to ManifestedJar1Test cases", better manifestedjar tests, added...Jiri Vanek2013-11-272-20/+14
* Added null check when getting manifest attributes for case of jar without man...Jiri Vanek2013-11-271-2/+6
* Removed most of checks to no output from reproducersJiri Vanek2013-11-252-2/+4
* fix to ManifestedJar1Test casesJiri Vanek2013-11-251-1/+10
* Fixed NPE in getting the attributeJiri Vanek2013-11-141-0/+4
* JNLPClassLoader cleanup, avoid Enumerations and use strict typing.Andrew Azores2013-11-131-77/+54
* BasicExceptionDialog centers on-screen before appearingAndrew Azores2013-11-131-1/+1
* Enabled access to manifests' attributes from JNLPFile class, implemented http...Jiri Vanek2013-11-135-30/+181
* Fixed lock in awt threads. JavaConsole window is now disposed instead of hidden.Jiri Vanek2013-11-102-21/+53
* Removed suspicious return when (searchForMain) had null launchDesc in netx/ne...Jiri Vanek2013-11-101-4/+2
* Java console resurrected and connected to new logging.Jiri Vanek2013-11-0510-28/+533
* Avoid potential NPE in JNLPSecurityManager#addPermission when debug is enabledAndrew Azores2013-11-051-3/+7
* Synced headers between PLUGIN_DEBUG, PLUGIN_ERROR and javasideJiri Vanek2013-11-011-0/+4
* netx/net/sourceforge/jnlp/JARDesc.java: made immutableJiri Vanek2013-10-301-7/+8
* Fix PR1513, signed applets with external main-class supportAndrew Azores2013-10-291-15/+8
* OutputController.getCallerClass now gets out also from sun.applet.PluginDebug...Jiri Vanek2013-10-251-1/+3
* Reset the LogConfig in unit testsOmair Majid2013-10-221-0/+7
* Logic to extract main class attribute generalized to common methods.Jiri Vanek2013-10-211-32/+59
* Minor fix in DEBUG initialisationJiri Vanek2013-10-201-1/+1
* Resolve multiple-applet deadlock issue in JNLPClassLoaderAndrew Azores2013-10-161-62/+73
* SecurityDialog centers itself before becoming visibleAndrew Azores2013-10-111-2/+1
* Fix regression in ResourceUrlCreator due to PR1204 patchAndrew Azores2013-10-031-18/+39
* * Cache viewer update:Jacob Wisor2013-10-034-105/+427
* Unit tests for BrowserAwareProxySelectorOmair Majid2013-10-013-43/+52
* Fix for PR1204, handling of query strings and absolute paths.Andrew Azores2013-09-261-19/+21
* Introduced logging bottleneckJiri Vanek2013-09-2595-989/+1570
* PR1474: Can't get javaws to use SOCKS proxyOmair Majid2013-09-242-12/+16
* Unit tests for JNLPProxySelectorOmair Majid2013-09-234-14/+13
* Unit test for InformationDescOmair Majid2013-09-203-14/+5
* Removed java 1.3 comaptible (redundant) code from ParseExceptionJiri Vanek2013-09-181-42/+3
* Made temporary files location JFileChooser open at the currently specified lo...Jacob Wisor2013-09-115-5/+16
* PR1533: Inherit jnlp.packEnabled and jnlp.versionEnabled like other propertiesOmair Majid2013-09-093-27/+10
* Fixed "could not clear cache" message and cache location in CacheReproducerAndrew Azores2013-09-041-1/+1
* mergingAndrew Azores2013-09-042-5/+8
|\
| * netx/net/sourceforge/jnlp/Launcher.java - Fix applet context being null durin...Jiri Vanek2013-09-041-0/+2
| * PR1058: XFileOpenService openMultiFileDialog ClassCastExceptionOmair Majid2013-08-301-5/+6
* | Extracted integer response casting/handling logic in SecurityDialogs to new m...Andrew Azores2013-09-041-39/+22
|/
* Fix and tests for PR974, extension JNLPs unavailable when embedded in HTML ap...Andrew Azores2013-08-153-17/+47
* Cleaned up "throws IOException" from HTMLPanel constructor and try/catches el...Andrew Azores2013-07-255-29/+13
* Added java.vm.name read permission to fix Rhino evaluation of proxy PAC (RH98...Andrew Azores2013-07-221-0/+7
* IcedTea-Web is now following XDG .config and .cache specification(RH947647)Jiri Vanek2013-07-188-30/+253
* About dialogue made accessible from pluginJiri Vanek2013-07-175-11/+88