aboutsummaryrefslogtreecommitdiffstats
path: root/netx
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a dead-lock bug that can cause Firefox to hang.Adam Domurad2013-04-251-9/+6
|
* Locking disabled on windows machinesJiri Vanek2013-04-251-0/+7
|
* Splashscreen now strip commit id from released versionsJiri Vanek2013-04-251-2/+14
|
* Introduce more UrlUtils functions.Adam Domurad2013-04-234-52/+98
|
* Ensure document-base is properly encodedAdam Domurad2013-04-231-1/+4
|
* Clean-up of dead & outdated parts of NetxPanelAdam Domurad2013-04-231-28/+5
|
* Ensure JarFile handles do not leak.Adam Domurad2013-04-231-1/+10
|
* JNLPClassLoader unit tests for file leaksAdam Domurad2013-04-231-3/+3
|
* Fix PR1299: WebStart doesn't read socket proxy settings from firefox correctlyAdam Domurad2013-04-231-1/+1
|
* Fixed CVE-2013-1926, RH916774: Class-loader incorrectly shared for applets ↵Jiri Vanek2013-04-173-11/+9
| | | | with same relative-path.
* Fixed gifar vulnereability with automated testcaseJiri Vanek2013-04-1710-12/+238
|
* Clean-up generated code.Adam Domurad2013-04-121-20/+18
|
* Present more information in unsigned applet confirmation.Adam Domurad2013-04-122-8/+8
|
* Added help for extended applets security and settingsJiri Vanek2013-04-124-0/+347
|
* Added dialogue to allow setting of custom JREJiri Vanek2013-04-127-11/+374
|
* Allow for remembered unsigned trust based on codebaseAdam Domurad2013-04-115-22/+94
|
* Move normalizeUrlAndStripParams to UrlUtilsAdam Domurad2013-03-282-17/+23
|
* Integration of unsigned applet confirmation dialogue.Adam Domurad2013-03-269-9/+565
|
* Path validator fixed to be correctly multiplatformJiri Vanek2013-03-261-6/+10
|
* Print stacktrace for ClassFormatError's during classloadingAdam Domurad2013-03-221-0/+1
|
* UnsignedAppletActionStorageImpl: (isMatching) is now ignring archives if empty.Jiri Vanek2013-03-221-1/+5
|
* Jacob Wisor <[email protected]>, fixed strange sentences in default ↵Jiri Vanek2013-03-131-40/+40
| | | | | | locales bundle netx/net/sourceforge/jnlp/resources/Messages.properties
* Added initial German localization by Jacob Wisor <[email protected]>Jiri Vanek2013-03-131-0/+536
| | | | | * netx/net/sourceforge/jnlp/resources/Messages_de.properties: New file with German properties
* Move stream closing utility in JNLPClassLoader to StreamUtilsAdam Domurad2013-03-052-19/+22
|
* * netx/net/sourceforge/jnlp/config/SecurityValueValidator.java: modifedJiri Vanek2013-02-281-1/+4
| | | | null check - no considered as correct value as being valid value in runtime.
* Added backend and settings for extended applet securityJiri Vanek2013-02-2718-1/+2805
|
* Extract JNLPClassLoader initialization logic into createInstance() methodAdam Domurad2013-02-251-21/+38
|
* Avoid potential NPE on shutdown.Adam Domurad2013-02-211-1/+1
|
* Fix PR835, use HEAD requests to query if resource URL is validAdam Domurad2013-02-142-17/+124
|
* Fix PR580: http://www.horaoficial.cl/ loads improperly.Adam Domurad2013-02-131-31/+62
|
* Provide names for unnamed threads for better debuggingAdam Domurad2013-02-062-2/+2
|
* Add unit tests for locales and locales fixedJiri Vanek2013-01-302-13/+17
| | | | | | | | * 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 Domurad2013-01-301-6/+17
| | | | properly
* Iteration over launchExceptionChain done by pointer/get instead by iterator ↵Jiri Vanek2013-01-301-4/+3
| | | | to prevent ConcurrentModificationException.
* Splashscreen error report made more detailed by stored LaunchErrorsJiri Vanek2013-01-304-5/+102
| | | | | | | | | | | | | | | * 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 exceptionAdam Domurad2013-01-281-2/+6
|
* Download indicator made compact for more then one jarJiri Vanek2013-01-103-31/+160
|
* All IcedTea-Web dialogues are centered to middle of active screenJiri Vanek2013-01-107-24/+113
| | | | | | 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 iconJiri Vanek2013-01-102-5/+124
| | | | Another fix can be addition of buttons like always/never
* Converted Messages.properties to Unix formatDeepak Bhole2013-01-071-475/+475
|
* Fix CodeBaseClassLoaderTest.testParentClassLoaderIsAskedForClassesApplicationAdam Domurad2013-01-031-3/+8
|
* Fixed xtrust all behaviour for desktop icons. Now returning true only if ↵Jiri Vanek2012-12-241-1/+1
| | | | desktop icon should be created. False otherwise.
* netx/net/sourceforge/jnlp/runtime/ApplicationInstance.java - ↵Jiri Vanek2012-12-211-0/+3
| | | | (shouldCreateShortcut) added handling of xtrustall during asking for desktop icon creation
* Minor fix for possible NPE (non fatal) during splashscreen creationJiri Vanek2012-12-213-5/+37
|
* PR909: URL is invalid after normalizationSaad Mohammad2012-12-201-99/+14
|
* PR1189: Icedtea-plugin requires code attribute when using jnlp_hrefSaad Mohammad2012-12-101-1/+3
|
* PR1217: Add command line arguments for pluginsSaad Mohammad2012-12-055-0/+104
|
* Fix grammar in splash screen exception messageAdam Domurad2012-12-041-1/+1
|
* Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags.Adam Domurad2012-12-046-81/+323
|
* Better error reporting from appletsJiri Vanek2012-11-271-0/+2
| | | | | * netx/net/sourceforge/jnlp/NetxPanel.java: (init) ErrorSplash is shown if fatal exception is cough