Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed good --sm-client-disable switch. No longer supported by epiphany. | Jiri Vanek | 2013-04-08 | 2 | -5/+7 | |
| | ||||||
* | 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 | 4 | -10/+50 | |
| | ||||||
* | added annotation KnownToFail to reproducers JavascriptGet and ↵ | Jana Fabrikova | 2013-04-03 | 3 | -4/+14 | |
| | | | | JavascriptFuncParam | |||||
* | Modification of KnownToFail annotation | Jana Fabrikova | 2013-04-03 | 1 | -0/+15 | |
| | ||||||
* | Modification of KnownToFail annotation (adding optional parameter failsIn) | Jana Fabrikova | 2013-04-03 | 3 | -9/+46 | |
| | ||||||
* | Move normalizeUrlAndStripParams to UrlUtils | Adam Domurad | 2013-03-28 | 5 | -37/+66 | |
| | ||||||
* | Don't interrupt message handling threads | Adam Domurad | 2013-03-28 | 3 | -23/+55 | |
| | ||||||
* | Added code to parse properties and to find correct configuration files from ↵ | Jiri Vanek | 2013-03-28 | 8 | -2/+903 | |
| | | | | c++ part of plugin. | |||||
* | Integration of unsigned applet confirmation dialogue. | Adam Domurad | 2013-03-26 | 12 | -10/+668 | |
| | ||||||
* | Path validator fixed to be correctly multiplatform | Jiri Vanek | 2013-03-26 | 3 | -6/+152 | |
| | ||||||
* | adding new reproducer JavascriptFuncReturn for testing calling javascript ↵ | Jana Fabrikova | 2013-03-25 | 6 | -0/+250 | |
| | | | | functions with various return types from java | |||||
* | adding new reproducer JavascriptSet that test setting javascript values from ↵ | Jana Fabrikova | 2013-03-25 | 6 | -0/+455 | |
| | | | | java | |||||
* | adding new reproducer JavascriptGet for reading JS values from Java applet | Jana Fabrikova | 2013-03-25 | 6 | -0/+309 | |
| | ||||||
* | adding JavascriptFuncParam reproducer for testing LiveConnect, calling JS ↵ | Jana Fabrikova | 2013-03-25 | 5 | -0/+455 | |
| | | | | functions from Java with various parameters | |||||
* | Revert behaviour of PluginParameterParser#isInt to fail on overflow | Adam Domurad | 2013-03-22 | 3 | -1/+15 | |
| | ||||||
* | Print stacktrace for ClassFormatError's during classloading | Adam Domurad | 2013-03-22 | 2 | -0/+6 | |
| | ||||||
* | UnsignedAppletActionStorageImpl: (isMatching) is now ignring archives if empty. | Jiri Vanek | 2013-03-22 | 3 | -2/+33 | |
| | ||||||
* | Launchers made aware of custom set JRE | Jiri Vanek | 2013-03-21 | 3 | -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 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 | 5 | -0/+75 | |
| | ||||||
* | All occurences of hardcoded paths to java repalced by call of functions | Jiri Vanek | 2013-03-20 | 2 | -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 F18 | Adam Domurad | 2013-03-19 | 2 | -0/+8 | |
| | ||||||
* | Udated news for DE transaltion and Authors for Jacob | Jiri Vanek | 2013-03-13 | 3 | -0/+7 | |
| | ||||||
* | Jacob Wisor <[email protected]>, fixed strange sentences in default ↵ | Jiri Vanek | 2013-03-13 | 2 | -40/+46 | |
| | | | | | | locales bundle netx/net/sourceforge/jnlp/resources/Messages.properties | |||||
* | Added tests for German i18n | Jiri Vanek | 2013-03-13 | 3 | -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 Vanek | 2013-03-13 | 2 | -0/+543 | |
| | | | | | * 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 | 3 | -19/+30 | |
| | ||||||
* | * netx/net/sourceforge/jnlp/config/SecurityValueValidator.java: modifed | Jiri Vanek | 2013-02-28 | 2 | -1/+9 | |
| | | | | 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 | 21 | -1/+3204 | |
| | ||||||
* | Extract JNLPClassLoader initialization logic into createInstance() method | Adam Domurad | 2013-02-25 | 2 | -21/+45 | |
| | ||||||
* | Removed unused legacy-launcher sources | Jiri Vanek | 2013-02-25 | 19 | -9518/+23 | |
| | ||||||
* | Avoid potential NPE on shutdown. | Adam Domurad | 2013-02-21 | 2 | -1/+7 | |
| | ||||||
* | Fix PR835, use HEAD requests to query if resource URL is valid | Adam Domurad | 2013-02-14 | 3 | -17/+137 | |
| | ||||||
* | Support HEAD requests in reproducer system HTTP implementation | Adam Domurad | 2013-02-14 | 2 | -1/+15 | |
| | ||||||
* | Fix PR580: http://www.horaoficial.cl/ loads improperly. | Adam Domurad | 2013-02-13 | 3 | -31/+77 | |
| | ||||||
* | Added test for hanging firefox by LaunchException and Improved ↵ | Jiri Vanek | 2013-02-13 | 7 | -86/+347 | |
| | | | | AddShutdownHookTest | |||||
* | removing file should not appear in the repository ↵ | Jana Fabrikova | 2013-02-12 | 1 | -415/+0 | |
| | | | | (modified_JSToJFuncParam_with_decodeURIComponent.patch) | |||||
* | adding JSToJFuncParam reproducer for LiveConnect JS->Java function ↵ | Jana Fabrikova | 2013-02-12 | 7 | -0/+821 | |
| | | | | parameters tests | |||||
* | ChangeLog message for JSToJTypeConv push | Jana Fabrikova | 2013-02-12 | 1 | -0/+16 | |
| | ||||||
* | adding JSToJTypeConv reproducer for LiveConnect tests setting java variables ↵ | Jana Fabrikova | 2013-02-12 | 5 | -0/+655 | |
| | | | | from JS | |||||
* | Only destroy full initialized applets | Adam Domurad | 2013-02-07 | 2 | -0/+11 | |
| | ||||||
* | modification of JSToJSet reproducer, added JSObject case and bug annotations | Jana Fabrikova | 2013-02-06 | 4 | -26/+73 | |
| | ||||||
* | JSToJGet reproducer modification, adding JSObject testcase | Jana Fabrikova | 2013-02-06 | 6 | -35/+55 | |
| | ||||||
* | Provide names for unnamed threads for better debugging | Adam Domurad | 2013-02-06 | 6 | -5/+27 | |
| | ||||||
* | Another renamed conflict file for case insensitive systems | Jiri Vanek | 2013-02-05 | 3 | -1/+11 | |
| | | | | | | | | | * tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1E_x_2s.html Renamed to ParallelAppletsTest_1_x_2EE.html * tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1EE_x_2s.html new file. * tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java: (testParallelAppletsTest1Ex2s) adapted to renaming | |||||
* | Renamed conflict file for case insensitive systems | Jiri Vanek | 2013-01-31 | 3 | -1/+11 | |
| | ||||||
* | Add unit tests for locales and locales fixed | Jiri Vanek | 2013-01-30 | 4 | -13/+270 | |
| | | | | | | | | * netx/net/sourceforge/jnlp/resources/Messages.properties: * netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties: Added missing, filled empty and removed dangling items * tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java: New unittest for missing, empty, duplicate or dangling locales. | |||||
* | Fix for PR1292: Javaws does not resolve versioned jar names with periods ↵ | Adam Domurad | 2013-01-30 | 8 | -6/+293 | |
| | | | | properly |