Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Iteration over launchExceptionChain done by pointer/get instead by iterator ↵ | Jiri Vanek | 2013-01-30 | 2 | -4/+9 |
| | | | | to prevent ConcurrentModificationException. | ||||
* | Splashscreen error report made more detailed by stored LaunchErrors | Jiri Vanek | 2013-01-30 | 6 | -9/+123 |
| | | | | | | | | | | | | | | | * netx/net/sourceforge/jnlp/LaunchException.java: (LaunchExceptionWithStamp) new inner class for storing timestamp togetehr with error. (launchExceptionChain) new static list to capture LaunchErrors during runtime. * /netx/net/sourceforge/jnlp/resources/Messages.properties: * netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties: Added explanation string * netx/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialog.java: Is now displaying launchExceptionChain in its error report and is copying it to clipboard. * tests/unit/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialogTest.java: (getTextTest) adapted calls of getText for new Date. | ||||
* | Fix PR1157: Applets can hang browser after fatal exception | Adam Domurad | 2013-01-28 | 3 | -2/+14 |
| | |||||
* | PR1260: IcedTea-Web should not rely on GTK | Deepak Bhole | 2013-01-16 | 7 | -77/+14 |
| | |||||
* | Fixed set of paths to asm | Jiri Vanek | 2013-01-16 | 2 | -1/+7 |
| | | | | | * configure.ac: (IT_FIND_OPTIONAL_JAR([asm], ASM,) path enhanced by objectweb-asm4/asm-all.jar. | ||||
* | Unit tests for PR1198: JSObject not passed correctly to Javascript | Adam Domurad | 2013-01-15 | 3 | -9/+216 |
| | |||||
* | Fix for PR1198: JSObject passed incorrectly to Javascript | Adam Domurad | 2013-01-15 | 11 | -174/+213 |
| | |||||
* | Download indicator made compact for more then one jar | Jiri Vanek | 2013-01-10 | 5 | -31/+175 |
| | |||||
* | All IcedTea-Web dialogues are centered to middle of active screen | Jiri Vanek | 2013-01-10 | 9 | -24/+128 |
| | | | | | | Active screen in this context is the one, where the mouse is presented or default when no mouse presention detected. Patch is affecteing only IcedTea-Web custom dialogues. | ||||
* | First part of fix of recreating desktop icon | Jiri Vanek | 2013-01-10 | 5 | -5/+333 |
| | | | | Another fix can be addition of buttons like always/never | ||||
* | Logging methods made synchronized | Jiri Vanek | 2013-01-09 | 2 | -9/+22 |
| | |||||
* | Converted Messages.properties to Unix format | Deepak Bhole | 2013-01-07 | 2 | -475/+480 |
| | |||||
* | Minor code formatting & cosmetic changes | Adam Domurad | 2013-01-04 | 5 | -48/+60 |
| | |||||
* | Fix CodeBaseClassLoaderTest.testParentClassLoaderIsAskedForClassesApplication | Adam Domurad | 2013-01-03 | 4 | -5/+25 |
| | |||||
* | Fixed unittest for InformationElement | Jiri Vanek | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed unittest for InformationElement | Jiri Vanek | 2013-01-02 | 2 | -1/+8 |
| | |||||
* | Fixed xtrust all behaviour for desktop icons. Now returning true only if ↵ | Jiri Vanek | 2012-12-24 | 1 | -1/+1 |
| | | | | desktop icon should be created. False otherwise. | ||||
* | Fixed typo taget -> target | Jiri Vanek | 2012-12-24 | 2 | -3/+3 |
| | |||||
* | Clean up NP_Initialize; add more C++ unit tests | Adam Domurad | 2012-12-21 | 3 | -92/+135 |
| | |||||
* | netx/net/sourceforge/jnlp/runtime/ApplicationInstance.java - ↵ | Jiri Vanek | 2012-12-21 | 2 | -0/+9 |
| | | | | (shouldCreateShortcut) added handling of xtrustall during asking for desktop icon creation | ||||
* | Minor fix for possible NPE (non fatal) during splashscreen creation | Jiri Vanek | 2012-12-21 | 4 | -5/+47 |
| | |||||
* | Forgotten condition for AviationWeather first run | Jiri Vanek | 2012-12-21 | 2 | -1/+16 |
| | |||||
* | PR909: Unit test fix | Saad Mohammad | 2012-12-20 | 2 | -5/+12 |
| | |||||
* | PR909: URL is invalid after normalization | Saad Mohammad | 2012-12-20 | 3 | -99/+21 |
| |