aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testing server allowed from makefileJiri Vanek2013-04-193-5/+33
| | | | | | | | | | | * Makefile.am: (stamps/netx-dist-tests-prepare-reproducers.stamp) added stamps/netx-dist.stamp stamps/plugin.stamp dependence (stamps/test-extensions-compile.stamp) added stamps/netx-dist.stamp stamps/plugin.stamp dependence (stamps/compile-reproducers-testcases.stamp) added stamps/plugin.stamp dependence (run-test-server-on-44321) new target, starts server in deploy dir, on port 44321 (run-test-server-on-random-port) new target, starts server in deploy dir, on random port * tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java: (main) added better access to random port
* Added various self-describing tests for codebaseJiri Vanek2013-04-1720-12/+1510
|
* Fixed CVE-2013-1926, RH916774: Class-loader incorrectly shared for applets ↵Jiri Vanek2013-04-175-11/+23
| | | | with same relative-path.
* Fixed gifar vulnereability with automated testcaseJiri Vanek2013-04-1720-12/+933
|
* removed java call to obtain jvm args for pluginJiri Vanek2013-04-172-37/+12
| | | | | | * /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 Domurad2013-04-122-20/+23
|
* Present more information in unsigned applet confirmation.Adam Domurad2013-04-123-8/+19
|
* Added help for extended applets security and settingsJiri Vanek2013-04-126-0/+362
|
* Added dialogue to allow setting of custom JREJiri Vanek2013-04-1211-15/+400
|
* Remove legacy support for the old version of NPAPIAdam Domurad2013-04-119-273/+16
|
* Allow for remembered unsigned trust based on codebaseAdam Domurad2013-04-116-22/+108
|
* adding Liveconnect reproducer for JS->J funtion resolution testsJana Fabrikova2013-04-106-0/+504
|
* adding JSToJFuncReturn reproducer (testing Liveconnect JS->J function return ↵Jana Fabrikova2013-04-106-0/+464
| | | | types)
* Removed good --sm-client-disable switch. No longer supported by epiphany.Jiri Vanek2013-04-082-5/+7
|
* Fixing typo in changelog annotion -> annotationJiri Vanek2013-04-041-1/+1
|
* Plugin is now honoring the custom jreJiri Vanek2013-04-044-10/+50
|
* added annotation KnownToFail to reproducers JavascriptGet and ↵Jana Fabrikova2013-04-033-4/+14
| | | | JavascriptFuncParam
* Modification of KnownToFail annotationJana Fabrikova2013-04-031-0/+15
|
* Modification of KnownToFail annotation (adding optional parameter failsIn)Jana Fabrikova2013-04-033-9/+46
|
* Move normalizeUrlAndStripParams to UrlUtilsAdam Domurad2013-03-285-37/+66
|
* Don't interrupt message handling threadsAdam Domurad2013-03-283-23/+55
|
* Added code to parse properties and to find correct configuration files from ↵Jiri Vanek2013-03-288-2/+903
| | | | c++ part of plugin.
* Integration of unsigned applet confirmation dialogue.Adam Domurad2013-03-2612-10/+668
|
* Path validator fixed to be correctly multiplatformJiri Vanek2013-03-263-6/+152
|
* adding new reproducer JavascriptFuncReturn for testing calling javascript ↵Jana Fabrikova2013-03-256-0/+250
| | | | functions with various return types from java
* adding new reproducer JavascriptSet that test setting javascript values from ↵Jana Fabrikova2013-03-256-0/+455
| | | | java
* adding new reproducer JavascriptGet for reading JS values from Java appletJana Fabrikova2013-03-256-0/+309
|
* adding JavascriptFuncParam reproducer for testing LiveConnect, calling JS ↵Jana Fabrikova2013-03-255-0/+455
| | | | functions from Java with various parameters
* Revert behaviour of PluginParameterParser#isInt to fail on overflowAdam Domurad2013-03-223-1/+15
|
* Print stacktrace for ClassFormatError's during classloadingAdam Domurad2013-03-222-0/+6
|
* UnsignedAppletActionStorageImpl: (isMatching) is now ignring archives if empty.Jiri Vanek2013-03-223-2/+33
|
* Launchers made aware of custom set JREJiri Vanek2013-03-213-0/+28
| | | | | | * 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 Fabrikova2013-03-201-3/+0
|
* fixing a few typos in ChangeLog (dates)Jana Fabrikova2013-03-201-6/+6
|
* adding few lines that enable/disable running LiveConnect tests in OperaJana Fabrikova2013-03-205-0/+75
|
* All occurences of hardcoded paths to java repalced by call of functionsJiri Vanek2013-03-202-11/+33
| | | | * 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 F18Adam Domurad2013-03-192-0/+8
|
* Udated news for DE transaltion and Authors for JacobJiri Vanek2013-03-133-0/+7
|
* Jacob Wisor <[email protected]>, fixed strange sentences in default ↵Jiri Vanek2013-03-132-40/+46
| | | | | | locales bundle netx/net/sourceforge/jnlp/resources/Messages.properties
* Added tests for German i18nJiri Vanek2013-03-133-109/+303
| | | | | | | | * 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 Vanek2013-03-132-0/+543
| | | | | * netx/net/sourceforge/jnlp/resources/Messages_de.properties: New file with German properties
* Move stream closing utility in JNLPClassLoader to StreamUtilsAdam Domurad2013-03-053-19/+30
|
* * netx/net/sourceforge/jnlp/config/SecurityValueValidator.java: modifedJiri Vanek2013-02-282-1/+9
| | | | null check - no considered as correct value as being valid value in runtime.
* Added backend and settings for extended applet securityJiri Vanek2013-02-2721-1/+3204
|
* Extract JNLPClassLoader initialization logic into createInstance() methodAdam Domurad2013-02-252-21/+45
|
* Removed unused legacy-launcher sourcesJiri Vanek2013-02-2519-9518/+23
|
* Avoid potential NPE on shutdown.Adam Domurad2013-02-212-1/+7
|
* Fix PR835, use HEAD requests to query if resource URL is validAdam Domurad2013-02-143-17/+137
|
* Support HEAD requests in reproducer system HTTP implementationAdam Domurad2013-02-142-1/+15
|
* Fix PR580: http://www.horaoficial.cl/ loads improperly.Adam Domurad2013-02-133-31/+77
|