aboutsummaryrefslogtreecommitdiffstats
path: root/netx
Commit message (Collapse)AuthorAgeFilesLines
* Introduced logging bottleneckJiri Vanek2013-09-2596-1001/+1583
|
* PR1474: Can't get javaws to use SOCKS proxyOmair Majid2013-09-242-12/+16
| | | | | | | | If there is a SOCKS proxy specified, use it for https, http, and ftp protocols too (as a fallback). 'sameProxy' now affects the https, http and ftp protocols, but not the socket protocol.
* Unit tests for JNLPProxySelectorOmair Majid2013-09-234-14/+13
| | | | | | | | | | This contains one functional change: - String host = uri.getSchemeSpecificPart().split(":")[0]; + String host = uri.getHost(); Given the URI of "socket://example.org", the first line evaluates to "//example.org", while the second one (correctly) evaluates to "example.org".
* Unit test for InformationDescOmair Majid2013-09-203-14/+5
| | | | | | Also remove the references to JNLPFile from InformationDesc. This makes it much easier to instantiate InformationDesc for tests.
* Removed java 1.3 comaptible (redundant) code from ParseExceptionJiri Vanek2013-09-181-42/+3
| | | | netx/net/sourceforge/jnlp/ParseException.java: (ParseException) modified to support super call only, (getCause) and both (printStackTrace) removed
* Made temporary files location JFileChooser open at the currently specified ↵Jacob Wisor2013-09-115-5/+16
| | | | | | | | | location Made temporary files location JFileChooser display a helpful title Removed misleading "All Files" file filter from JFileChooser Added new message to resources for JFileChooser's choose button Fixed a few inconsistent messages in resource files
* PR1533: Inherit jnlp.packEnabled and jnlp.versionEnabled like other propertiesOmair Majid2013-09-093-27/+10
| | | | | | | | | | | | | | | | | | | | | | Treat jnlp.packEnabled and jnlp.versionEnabled just like other properties that can be set in one resource element and inherited/filtered in others. 2013-09-09 Omair Majid <[email protected]> * netx/net/sourceforge/jnlp/JNLPFile.java (getDownloadOptionsForJar): Rename to ... (getDownloadOptions): New method. Look up jnlp.packEnabled and jnlp.versionEnabled in any resources element. * netx/net/sourceforge/jnlp/PluginBridge.java (getDownloadOptionsForJar): Rename to ... (getDownloadOptions): New method. * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java (initializeResources): Invoke file.getDownloadResources. (getDownloadOptionsForJar): Remove. * tests/netx/unit/net/sourceforge/jnlp/JNLPFileTest.java (testDownloadOptionsAppliedEverywhere): New method. (testDownloadOptionsFilteredOut): New method.
* Fixed "could not clear cache" message and cache location in CacheReproducerAndrew Azores2013-09-041-1/+1
|
* mergingAndrew Azores2013-09-042-5/+8
|\
| * netx/net/sourceforge/jnlp/Launcher.java - Fix applet context being null ↵Jiri Vanek2013-09-041-0/+2
| | | | | | | | during applet init & start, by Adam Domurad <[email protected]>
| * PR1058: XFileOpenService openMultiFileDialog ClassCastExceptionOmair Majid2013-08-301-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Instead of trying to create a privileged proxy for the FileContents[] array, simply create a privileged proxy for each FileContents instance and return an array of them. 2013-08-29 Omair Majid <[email protected]> PR1058 * netx/net/sourceforge/jnlp/services/XFileOpenService.java (openMultiFileDialog): Create a privileged proxy for each FileContents instance and return an array of them.
* | Extracted integer response casting/handling logic in SecurityDialogs to new ↵Andrew Azores2013-09-041-39/+22
|/ | | | method, added test for this method
* Fix and tests for PR974, extension JNLPs unavailable when embedded in HTML ↵Andrew Azores2013-08-153-17/+47
| | | | applet tags
* Cleaned up "throws IOException" from HTMLPanel constructor and try/catches ↵Andrew Azores2013-07-255-29/+13
| | | | elsewhere which handled this
* Added java.vm.name read permission to fix Rhino evaluation of proxy PAC ↵Andrew Azores2013-07-221-0/+7
| | | | (RH982558)
* IcedTea-Web is now following XDG .config and .cache specification(RH947647)Jiri Vanek2013-07-188-30/+253
|
* About dialogue made accessible from pluginJiri Vanek2013-07-175-11/+88
|
* about dialogue now available from itw-settingsJiri Vanek2013-07-172-3/+27
|
* added some missing de and pl stringsJiri Vanek2013-07-174-2/+15
|
* Added entry in NEWS about new About dialog. Fixed localization of News tab ↵Andrew Azores2013-07-121-1/+1
| | | | in AboutDialog.java
* Implemented new about dialogue (by Andrew Azores). Andrew added to authorsJiri Vanek2013-07-108-61/+360
|
* JNLP file is now re-downloading only if is local and have href. Real couse ↵Jiri Vanek2013-06-242-104/+20
| | | | of PR1473
* Added tagsup (optional dependence) as sanitizer for (possibly) invalid xml filesJiri Vanek2013-06-2111-174/+427
|
* Removed out-of date Boot13 classJiri Vanek2013-06-202-101/+0
|
* Made it work with OpenJDK build 25 by creating application as soon as possibleJiri Vanek2013-06-202-1/+6
|
* Silenced deployment.properties and zero size applet exceptions with testsJiri Vanek2013-06-061-1/+6
|
* Fix PR1465 - java.io.FileNotFoundException while trying to download a JAR fileAdam Domurad2013-06-051-1/+14
|
* more detailed hint for CCannotClearCacheJiri Vanek2013-06-041-1/+1
|
* Add NativeLibraryStorageTEstAdam Domurad2013-06-032-7/+23
|
* Extract NativeLibraryStorage class from JNLPClassLoaderAdam Domurad2013-06-032-126/+175
|
* Remove 'serious' from error message in splash screen.Adam Domurad2013-05-291-2/+2
|
* netx/net/sourceforge/jnlp/resources/Messages.properties: (CPJVMitwExec)fixed ↵Jiri Vanek2013-05-141-1/+1
| | | | invalid unicode character
* Fixed indentationJiri Vanek2013-05-031-2/+2
|
* Minor cleanup, fixed output from ResourceTracker and whitelistJiri Vanek2013-05-021-1/+1
|
* Added default, DE and PL localization's tweeksJiri Vanek2013-05-023-44/+116
|
* Fix for portalbank.no (trying get after failed head requests) and testsJiri Vanek2013-05-025-85/+113
|
* Renamed cz locales to be more generalJiri Vanek2013-05-021-0/+0
| | | | | netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties renamed to netx/net/sourceforge/jnlp/resources/Messages_cs.properties tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java and tests/reproducers/simple/LocalesTest/testcases/LocalesTestTest.java adapted to new cz locales filename.
* Decode local-file URLs lenientlyAdam Domurad2013-04-262-4/+6
|
* Added polish transaltion and tests to itJiri Vanek2013-04-263-38/+576
| | | | Also minor changes to En and De files
* Improved and completed CZ localisationJiri Vanek2013-04-261-43/+140
|
* Fixed regressed unittest and "cause", Fixed compilation under jdk6, Silenced ↵Jiri Vanek2013-04-264-11/+44
| | | | unittests
* 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
|