| Commit message (Expand) | Author | Age | Files | Lines |
* | unittests warning cleanup: fixed typechecks, rawtypes, redundant casts... | Jiri Vanek | 2013-12-13 | 1 | -7/+19 |
* | Messages.properties: added "It will be granted unrestricted access to your c... | Jiri Vanek | 2013-12-09 | 1 | -3/+3 |
* | Add units to cache size label in itweb-settings | Andrew Azores | 2013-12-05 | 1 | -1/+1 |
* | Implement per-JAR security descriptors (PR1592) | Andrew Azores | 2013-12-03 | 2 | -48/+88 |
* | Better validation of crytical dirs with proper message on startup | Jiri Vanek | 2013-12-02 | 4 | -14/+405 |
* | Enabled file logging in plugin, user enabled to choose logs dir | Jiri Vanek | 2013-11-29 | 3 | -5/+76 |
* | Reverted "fix to ManifestedJar1Test cases", better manifestedjar tests, added... | Jiri Vanek | 2013-11-27 | 2 | -20/+14 |
* | Added null check when getting manifest attributes for case of jar without man... | Jiri Vanek | 2013-11-27 | 1 | -2/+6 |
* | Removed most of checks to no output from reproducers | Jiri Vanek | 2013-11-25 | 2 | -2/+4 |
* | fix to ManifestedJar1Test cases | Jiri Vanek | 2013-11-25 | 1 | -1/+10 |
* | Fixed NPE in getting the attribute | Jiri Vanek | 2013-11-14 | 1 | -0/+4 |
* | JNLPClassLoader cleanup, avoid Enumerations and use strict typing. | Andrew Azores | 2013-11-13 | 1 | -77/+54 |
* | BasicExceptionDialog centers on-screen before appearing | Andrew Azores | 2013-11-13 | 1 | -1/+1 |
* | Enabled access to manifests' attributes from JNLPFile class, implemented http... | Jiri Vanek | 2013-11-13 | 5 | -30/+181 |
* | Fixed lock in awt threads. JavaConsole window is now disposed instead of hidden. | Jiri Vanek | 2013-11-10 | 2 | -21/+53 |
* | Removed suspicious return when (searchForMain) had null launchDesc in netx/ne... | Jiri Vanek | 2013-11-10 | 1 | -4/+2 |
* | Java console resurrected and connected to new logging. | Jiri Vanek | 2013-11-05 | 10 | -28/+533 |
* | Avoid potential NPE in JNLPSecurityManager#addPermission when debug is enabled | Andrew Azores | 2013-11-05 | 1 | -3/+7 |
* | Synced headers between PLUGIN_DEBUG, PLUGIN_ERROR and javaside | Jiri Vanek | 2013-11-01 | 1 | -0/+4 |
* | netx/net/sourceforge/jnlp/JARDesc.java: made immutable | Jiri Vanek | 2013-10-30 | 1 | -7/+8 |
* | Fix PR1513, signed applets with external main-class support | Andrew Azores | 2013-10-29 | 1 | -15/+8 |
* | OutputController.getCallerClass now gets out also from sun.applet.PluginDebug... | Jiri Vanek | 2013-10-25 | 1 | -1/+3 |
* | Reset the LogConfig in unit tests | Omair Majid | 2013-10-22 | 1 | -0/+7 |
* | Logic to extract main class attribute generalized to common methods. | Jiri Vanek | 2013-10-21 | 1 | -32/+59 |
* | Minor fix in DEBUG initialisation | Jiri Vanek | 2013-10-20 | 1 | -1/+1 |
* | Resolve multiple-applet deadlock issue in JNLPClassLoader | Andrew Azores | 2013-10-16 | 1 | -62/+73 |
* | SecurityDialog centers itself before becoming visible | Andrew Azores | 2013-10-11 | 1 | -2/+1 |
* | Fix regression in ResourceUrlCreator due to PR1204 patch | Andrew Azores | 2013-10-03 | 1 | -18/+39 |
* | * Cache viewer update: | Jacob Wisor | 2013-10-03 | 4 | -105/+427 |
* | Unit tests for BrowserAwareProxySelector | Omair Majid | 2013-10-01 | 3 | -43/+52 |
* | Fix for PR1204, handling of query strings and absolute paths. | Andrew Azores | 2013-09-26 | 1 | -19/+21 |
* | Introduced logging bottleneck | Jiri Vanek | 2013-09-25 | 96 | -1001/+1583 |
* | PR1474: Can't get javaws to use SOCKS proxy | Omair Majid | 2013-09-24 | 2 | -12/+16 |
* | Unit tests for JNLPProxySelector | Omair Majid | 2013-09-23 | 4 | -14/+13 |
* | Unit test for InformationDesc | Omair Majid | 2013-09-20 | 3 | -14/+5 |
* | Removed java 1.3 comaptible (redundant) code from ParseException | Jiri Vanek | 2013-09-18 | 1 | -42/+3 |
* | Made temporary files location JFileChooser open at the currently specified lo... | Jacob Wisor | 2013-09-11 | 5 | -5/+16 |
* | PR1533: Inherit jnlp.packEnabled and jnlp.versionEnabled like other properties | Omair Majid | 2013-09-09 | 3 | -27/+10 |
* | Fixed "could not clear cache" message and cache location in CacheReproducer | Andrew Azores | 2013-09-04 | 1 | -1/+1 |
* | merging | Andrew Azores | 2013-09-04 | 2 | -5/+8 |
|\ |
|
| * | netx/net/sourceforge/jnlp/Launcher.java - Fix applet context being null durin... | Jiri Vanek | 2013-09-04 | 1 | -0/+2 |
| * | PR1058: XFileOpenService openMultiFileDialog ClassCastException | Omair Majid | 2013-08-30 | 1 | -5/+6 |
* | | Extracted integer response casting/handling logic in SecurityDialogs to new m... | Andrew Azores | 2013-09-04 | 1 | -39/+22 |
|/ |
|
* | Fix and tests for PR974, extension JNLPs unavailable when embedded in HTML ap... | Andrew Azores | 2013-08-15 | 3 | -17/+47 |
* | Cleaned up "throws IOException" from HTMLPanel constructor and try/catches el... | Andrew Azores | 2013-07-25 | 5 | -29/+13 |
* | Added java.vm.name read permission to fix Rhino evaluation of proxy PAC (RH98... | Andrew Azores | 2013-07-22 | 1 | -0/+7 |
* | IcedTea-Web is now following XDG .config and .cache specification(RH947647) | Jiri Vanek | 2013-07-18 | 8 | -30/+253 |
* | About dialogue made accessible from plugin | Jiri Vanek | 2013-07-17 | 5 | -11/+88 |
* | about dialogue now available from itw-settings | Jiri Vanek | 2013-07-17 | 2 | -3/+27 |
* | added some missing de and pl strings | Jiri Vanek | 2013-07-17 | 4 | -2/+15 |