Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added various self-describing tests for codebase | Jiri Vanek | 2013-04-17 | 1 | -9/+30 |
| | |||||
* | Fixed CVE-2013-1926, RH916774: Class-loader incorrectly shared for applets ↵ | Jiri Vanek | 2013-04-17 | 1 | -0/+13 |
| | | | | with same relative-path. | ||||
* | Fixed gifar vulnereability with automated testcase | Jiri Vanek | 2013-04-17 | 1 | -0/+38 |
| | |||||
* | removed java call to obtain jvm args for plugin | Jiri Vanek | 2013-04-17 | 1 | -0/+7 |
| | | | | | | * /plugin/icedteanp/IcedTeaNPPlugin.cc: (get_jvm_args) Java call replaced by call to recently added read_deploy_property_value function. | ||||
* | Clean-up generated code. | Adam Domurad | 2013-04-12 | 1 | -0/+5 |
| | |||||
* | Present more information in unsigned applet confirmation. | Adam Domurad | 2013-04-12 | 1 | -0/+11 |
| | |||||
* | Added help for extended applets security and settings | Jiri Vanek | 2013-04-12 | 1 | -0/+14 |
| | |||||
* | Added dialogue to allow setting of custom JRE | Jiri Vanek | 2013-04-12 | 1 | -0/+20 |
| | |||||
* | Remove legacy support for the old version of NPAPI | Adam Domurad | 2013-04-11 | 1 | -0/+13 |
| | |||||
* | Allow for remembered unsigned trust based on codebase | Adam Domurad | 2013-04-11 | 1 | -0/+14 |
| | |||||
* | adding Liveconnect reproducer for JS->J funtion resolution tests | Jana Fabrikova | 2013-04-10 | 1 | -0/+17 |
| | |||||
* | adding JSToJFuncReturn reproducer (testing Liveconnect JS->J function return ↵ | Jana Fabrikova | 2013-04-10 | 1 | -0/+14 |
| | | | | types) | ||||
* | Removed good --sm-client-disable switch. No longer supported by epiphany. | Jiri Vanek | 2013-04-08 | 1 | -0/+5 |
| | |||||
* | Fixing typo in changelog annotion -> annotation | Jiri Vanek | 2013-04-04 | 1 | -1/+1 |
| | |||||
* | Plugin is now honoring the custom jre | Jiri Vanek | 2013-04-04 | 1 | -0/+10 |
| | |||||
* | added annotation KnownToFail to reproducers JavascriptGet and ↵ | Jana Fabrikova | 2013-04-03 | 1 | -1/+11 |
| | | | | JavascriptFuncParam | ||||
* | Modification of KnownToFail annotation | Jana Fabrikova | 2013-04-03 | 1 | -0/+15 |
| | |||||
* | Move normalizeUrlAndStripParams to UrlUtils | Adam Domurad | 2013-03-28 | 1 | -0/+13 |
| | |||||
* | Don't interrupt message handling threads | Adam Domurad | 2013-03-28 | 1 | -0/+18 |
| | |||||
* | Added code to parse properties and to find correct configuration files from ↵ | Jiri Vanek | 2013-03-28 | 1 | -0/+15 |
| | | | | c++ part of plugin. | ||||
* | Integration of unsigned applet confirmation dialogue. | Adam Domurad | 2013-03-26 | 1 | -0/+32 |
| | |||||
* | Path validator fixed to be correctly multiplatform | Jiri Vanek | 2013-03-26 | 1 | -0/+9 |
| | |||||
* | adding new reproducer JavascriptFuncReturn for testing calling javascript ↵ | Jana Fabrikova | 2013-03-25 | 1 | -0/+14 |
| | | | | functions with various return types from java | ||||
* | adding new reproducer JavascriptSet that test setting javascript values from ↵ | Jana Fabrikova | 2013-03-25 | 1 | -0/+13 |
| | | | | java | ||||
* | adding new reproducer JavascriptGet for reading JS values from Java applet | Jana Fabrikova | 2013-03-25 | 1 | -0/+13 |
| | |||||
* | adding JavascriptFuncParam reproducer for testing LiveConnect, calling JS ↵ | Jana Fabrikova | 2013-03-25 | 1 | -0/+12 |
| | | | | functions from Java with various parameters | ||||
* | Revert behaviour of PluginParameterParser#isInt to fail on overflow | Adam Domurad | 2013-03-22 | 1 | -0/+5 |
| | |||||
* | Print stacktrace for ClassFormatError's during classloading | Adam Domurad | 2013-03-22 | 1 | -0/+5 |
| | |||||
* | UnsignedAppletActionStorageImpl: (isMatching) is now ignring archives if empty. | Jiri Vanek | 2013-03-22 | 1 | -0/+7 |
| | |||||
* | Launchers made aware of custom set JRE | Jiri Vanek | 2013-03-21 | 1 | -0/+9 |
| | | | | | | * luncher/itweb-settings.in: * launcher/javaws.in: are now scanning ~/.icedtea/deployment.properties and /etc/.java/.deploy/deployment.properties for deployment.jre.dir property. If found, then its java and rt.jar are used to launch applications. | ||||
* | minor edit in my ChangeLog entry (deleting unnecessary blank lines) | Jana Fabrikova | 2013-03-20 | 1 | -3/+0 |
| | |||||
* | fixing a few typos in ChangeLog (dates) | Jana Fabrikova | 2013-03-20 | 1 | -6/+6 |
| | |||||
* | adding few lines that enable/disable running LiveConnect tests in Opera | Jana Fabrikova | 2013-03-20 | 1 | -0/+14 |
| | |||||
* | All occurences of hardcoded paths to java repalced by call of functions | Jiri Vanek | 2013-03-20 | 1 | -0/+9 |
| | | | | * plugin/icedteanp/IcedTeaNPPlugin.cc: (appletviewer_executable) renamed to (appletviewer_default_executable). (appletviewer_default_rtjar) new variable to keep default rt.jar path. (get_plugin_executable) and (string get_plugin_rt_jar) new functions, returniong the default variables for now. | ||||
* | Fix run-cpp-unit-tests on F18 | Adam Domurad | 2013-03-19 | 1 | -0/+6 |
| | |||||
* | Udated news for DE transaltion and Authors for Jacob | Jiri Vanek | 2013-03-13 | 1 | -0/+5 |
| | |||||
* | Jacob Wisor <[email protected]>, fixed strange sentences in default ↵ | Jiri Vanek | 2013-03-13 | 1 | -0/+6 |
| | | | | | | locales bundle netx/net/sourceforge/jnlp/resources/Messages.properties | ||||
* | Added tests for German i18n | Jiri Vanek | 2013-03-13 | 1 | -0/+9 |
| | | | | | | | | * tests/reproducers/simple/LocalesTest/testcases/LocalesTestTest.java: Enhanced to test also German localization . * tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java: Enhanced to handle de messages and be prepared for locales with one language but different nations | ||||
* | Added initial German localization by Jacob Wisor <[email protected]> | Jiri Vanek | 2013-03-13 | 1 | -0/+7 |
| | | | | | * netx/net/sourceforge/jnlp/resources/Messages_de.properties: New file with German properties | ||||
* | Move stream closing utility in JNLPClassLoader to StreamUtils | Adam Domurad | 2013-03-05 | 1 | -0/+8 |
| | |||||
* | * netx/net/sourceforge/jnlp/config/SecurityValueValidator.java: modifed | Jiri Vanek | 2013-02-28 | 1 | -0/+5 |
| | | | | null check - no considered as correct value as being valid value in runtime. | ||||
* | Added backend and settings for extended applet security | Jiri Vanek | 2013-02-27 | 1 | -0/+53 |
| | |||||
* | Extract JNLPClassLoader initialization logic into createInstance() method | Adam Domurad | 2013-02-25 | 1 | -0/+7 |
| | |||||
* | Removed unused legacy-launcher sources | Jiri Vanek | 2013-02-25 | 1 | -0/+23 |
| | |||||
* | Avoid potential NPE on shutdown. | Adam Domurad | 2013-02-21 | 1 | -0/+6 |
| | |||||
* | Fix PR835, use HEAD requests to query if resource URL is valid | Adam Domurad | 2013-02-14 | 1 | -0/+13 |
| | |||||
* | Support HEAD requests in reproducer system HTTP implementation | Adam Domurad | 2013-02-14 | 1 | -0/+5 |
| | |||||
* | Fix PR580: http://www.horaoficial.cl/ loads improperly. | Adam Domurad | 2013-02-13 | 1 | -0/+14 |
| | |||||
* | Added test for hanging firefox by LaunchException and Improved ↵ | Jiri Vanek | 2013-02-13 | 1 | -0/+16 |
| | | | | AddShutdownHookTest | ||||
* | adding JSToJFuncParam reproducer for LiveConnect JS->Java function ↵ | Jana Fabrikova | 2013-02-12 | 1 | -0/+16 |
| | | | | parameters tests |