| Commit message (Expand) | Author | Age | Files | Lines |
* | PR1592 MixedSigningApplet reproducer rewrite/update | Andrew Azores | 2014-01-27 | 1 | -0/+27 |
* | Fixed date in changelog | Jiri Vanek | 2014-01-27 | 1 | -1/+1 |
* | Tuning of properties loading. | Jiri Vanek | 2014-01-27 | 1 | -0/+15 |
* | Improve PolicyTool launch method in PolicyPanel | Andrew Azores | 2014-01-24 | 1 | -0/+9 |
* | Support building against OpenJDK9 | Omair Majid | 2014-01-24 | 1 | -0/+5 |
* | Support building against OpenJDK8 | Omair Majid | 2014-01-24 | 1 | -0/+23 |
* | Added Christmas splashscreen extension. | Jiri Vanek | 2014-01-20 | 1 | -0/+20 |
* | Added support for system level linux logging | Jiri Vanek | 2014-01-20 | 1 | -0/+12 |
* | Added PolicyPanel to itweb-settings for custom policies | Andrew Azores | 2014-01-17 | 1 | -0/+18 |
* | Fix liveconnect regression from commit ee92f55c69a3 | Andrew Azores | 2014-01-17 | 1 | -0/+7 |
* | Reproducers stabilization by removing check for not presented general Excepti... | Jiri Vanek | 2014-01-16 | 1 | -0/+23 |
* | Fixed memory leak detector to correctly handle pre_init_messages queue. | Jiri Vanek | 2014-01-15 | 1 | -0/+9 |
* | html-gen made more idiomatic and removed some bashisms | Andrew Azores | 2014-01-09 | 1 | -2/+6 |
* | Copy all button in console controls sorts by date by default. | Jiri Vanek | 2014-01-06 | 1 | -4/+15 |
* | Removed depndence on sun.misc.BASE64Decoder | Jiri Vanek | 2014-01-06 | 1 | -0/+16 |
* | Added ChangeLog revision hyperlinking to html-gen.sh | Andrew Azores | 2014-01-02 | 1 | -0/+5 |
* | Fix classloading deadlock regression | Andrew Azores | 2013-12-27 | 1 | -0/+10 |
* | Rewritten java console | Jiri Vanek | 2013-12-20 | 1 | -0/+18 |
* | fixed CacheLRUWrapperTest | Jiri Vanek | 2013-12-20 | 1 | -0/+9 |
* | finished removal of legacy xulrunner api | Jiri Vanek | 2013-12-20 | 1 | -0/+6 |
* | singletons logic, logs and test cleanup/fixes | Jiri Vanek | 2013-12-20 | 1 | -0/+27 |
* | JNLPRuntime.config changed to proper singleton. | Jiri Vanek | 2013-12-18 | 1 | -0/+18 |
* | Console made aware of plugin messages | Jiri Vanek | 2013-12-15 | 1 | -0/+40 |
* | Made again compatible with JDK6.All JLists, JComboBoxs, and DefaultComboBoxMo... | Jiri Vanek | 2013-12-13 | 1 | -0/+11 |
* | itw itself warning cleanup: fixed rawtypes and unchecks, added braces and O... | Jiri Vanek | 2013-12-13 | 1 | -0/+36 |
* | unittests warning cleanup: fixed typechecks, rawtypes, redundant casts... | Jiri Vanek | 2013-12-13 | 1 | -0/+24 |
* | Messages.properties: added "It will be granted unrestricted access to your c... | Jiri Vanek | 2013-12-09 | 1 | -0/+5 |
* | Add units to cache size label in itweb-settings | Andrew Azores | 2013-12-05 | 1 | -0/+5 |
* | Tests for PR1592 | Andrew Azores | 2013-12-03 | 1 | -0/+24 |
* | Implement per-JAR security descriptors (PR1592) | Andrew Azores | 2013-12-03 | 1 | -0/+14 |
* | Better validation of crytical dirs with proper message on startup | Jiri Vanek | 2013-12-02 | 1 | -0/+15 |
* | Pipes moved into XDG_RUNTIME_DIR | Jiri Vanek | 2013-11-29 | 1 | -0/+11 |
* | Enabled file logging in plugin, user enabled to choose logs dir | Jiri Vanek | 2013-11-29 | 1 | -0/+30 |
* | JNLPClassLoaderDeadlock reproducer made more reliable | Andrew Azores | 2013-11-27 | 1 | -0/+10 |
* | Reverted "fix to ManifestedJar1Test cases", better manifestedjar tests, added... | Jiri Vanek | 2013-11-27 | 1 | -0/+11 |
* | removed redundant slash in chnagelog | Jiri Vanek | 2013-11-27 | 1 | -1/+1 |
* | Added null check when getting manifest attributes for case of jar without man... | Jiri Vanek | 2013-11-27 | 1 | -0/+9 |
* | Removed most of checks to no output from reproducers | Jiri Vanek | 2013-11-25 | 1 | -0/+22 |
* | fix to ManifestedJar1Test cases | Jiri Vanek | 2013-11-25 | 1 | -0/+9 |
* | do DefaultLaunchHandlerTest unittest indepndent on system settings | Jiri Vanek | 2013-11-22 | 1 | -0/+5 |
* | JNLPClassLoader cleanup, avoid Enumerations and use strict typing. | Andrew Azores | 2013-11-13 | 1 | -0/+7 |
* | BasicExceptionDialog centers on-screen before appearing | Andrew Azores | 2013-11-13 | 1 | -0/+5 |
* | Added test-extension to silence stdout/err of itw when run from junit | Jiri Vanek | 2013-11-13 | 1 | -0/+10 |
* | Enabled access to manifests' attributes from JNLPFile class, implemented http... | Jiri Vanek | 2013-11-13 | 1 | -0/+20 |
* | Fixed lock in awt threads. JavaConsole window is now disposed instead of hidden. | Jiri Vanek | 2013-11-10 | 1 | -0/+12 |
* | Removed suspicious return when (searchForMain) had null launchDesc in netx/ne... | Jiri Vanek | 2013-11-10 | 1 | -0/+5 |
* | Reproducer test cleanup to remove deprecation warnings and type checking warn... | Andrew Azores | 2013-11-07 | 1 | -0/+22 |
* | Java console resurrected and connected to new logging. | Jiri Vanek | 2013-11-05 | 1 | -2/+34 |
* | Avoid potential NPE in JNLPSecurityManager#addPermission when debug is enabled | Andrew Azores | 2013-11-05 | 1 | -0/+6 |
* | Synced headers between PLUGIN_DEBUG, PLUGIN_ERROR and javaside | Jiri Vanek | 2013-11-01 | 1 | -0/+9 |