aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added new utility class for retrieving localized messages for reproducers.Andrew Azores2013-09-134-13/+191
* Made temporary files location JFileChooser open at the currently specified lo...Jacob Wisor2013-09-116-5/+34
* PR1533: Inherit jnlp.packEnabled and jnlp.versionEnabled like other propertiesOmair Majid2013-09-095-27/+94
* Fixed "could not clear cache" message and cache location in CacheReproducerAndrew Azores2013-09-043-41/+64
* mergingAndrew Azores2013-09-0410-158/+436
|\
| * netx/net/sourceforge/jnlp/Launcher.java - Fix applet context being null durin...Jiri Vanek2013-09-042-0/+7
| * Test case for PR1533Omair Majid2013-08-302-0/+66
| * PR1058: XFileOpenService openMultiFileDialog ClassCastExceptionOmair Majid2013-08-302-5/+13
| * Do not wait for applet initialization when binding Java applets for NPAPI.Adam Domurad2013-08-277-153/+350
* | Extracted integer response casting/handling logic in SecurityDialogs to new m...Andrew Azores2013-09-043-39/+100
|/
* Spawn Java side during C++ unit tests. Many new tests.Adam Domurad2013-08-2315-87/+835
* Refactor plugin data creation.Adam Domurad2013-08-233-80/+64
* Fix PR1271: icedtea-web does not handle javascript:-protocol URLsAdam Domurad2013-08-198-6/+205
* Fix and tests for PR974, extension JNLPs unavailable when embedded in HTML ap...Andrew Azores2013-08-1512-17/+515
* Removed HTTP 400 BAD REQUEST as it was unneeded (test server won't be checkin...Andrew Azores2013-08-133-10/+6
* Refactored TinyHttpdImpl. Changed constructor, reflect this in ServerLauncher...Andrew Azores2013-08-125-154/+338
* ignore generated HTML files (from AboutDialog)Andrew Azores2013-08-012-0/+8
* Fix many memory leaks due to utf8fromidentifier misuseAdam Domurad2013-07-309-129/+163
* tests/reproducers/simple/simpletest1/resources/favicon.ico: new file hould b...Jiri Vanek2013-07-302-0/+8
* Cleaned up "throws IOException" from HTMLPanel constructor and try/catches el...Andrew Azores2013-07-256-29/+25
* Added java.vm.name read permission to fix Rhino evaluation of proxy PAC (RH98...Andrew Azores2013-07-222-0/+12
* IcedTea-Web is now following XDG .config and .cache specification(RH947647)Jiri Vanek2013-07-1818-66/+1440
* About dialogue made accessible from pluginJiri Vanek2013-07-177-14/+109
* about dialogue now available from itw-settingsJiri Vanek2013-07-173-3/+35
* added some missing de and pl stringsJiri Vanek2013-07-175-2/+29
* Added entry in NEWS about new About dialog. Fixed localization of News tab in...Andrew Azores2013-07-123-1/+8
* Refactored HTML processing out of Makefile.am into html-gen.sh.Andrew Azores2013-07-114-60/+154
* Implemented new about dialogue (by Andrew Azores). Andrew added to authorsJiri Vanek2013-07-1015-393/+422
* Fix potential NPE on GetValue messageAdam Domurad2013-06-282-1/+7
* Fixed autogen permissions back to 775Jiri Vanek2013-06-271-0/+0
* acinclude.m4 IT_CHECK_FOR_TAGSOUP is now correctly setting HAVE_TAGSOUP when ...Jiri Vanek2013-06-252-1/+6
* JNLP file is now re-downloading only if is local and have href. Real couse of...Jiri Vanek2013-06-2410-107/+325
* IcedTeaScriptableJavaObject simplificationsAdam Domurad2013-06-213-170/+100
* Move 'get_scriptable_java_package_object' and 'get_scriptable_java_object' in...Adam Domurad2013-06-216-39/+50
* Fix memory leak due to allocated NPClassAdam Domurad2013-06-212-45/+59
* More unit tests for scriptable object creation, destructionAdam Domurad2013-06-218-21/+188
* Added tagsup (optional dependence) as sanitizer for (possibly) invalid xml filesJiri Vanek2013-06-2123-332/+698
* Removed out-of date Boot13 classJiri Vanek2013-06-204-101/+7
* Made it work with OpenJDK build 25 by creating application as soon as possibleJiri Vanek2013-06-204-1/+21
* Extract URL to file logic in TinyHttpdImpl.java, with unit testsAndrew Azores2013-06-183-4/+69
* Handled semicolon in internal server (with reproducers)Jiri Vanek2013-06-107-0/+290
* Made all tests running wit junit4.10 and higherJiri Vanek2013-06-062-2/+7
* Silenced deployment.properties and zero size applet exceptions with testsJiri Vanek2013-06-067-3/+183
* Enhanced manifestJiri Vanek2013-06-062-0/+14
* Fix PR1465 - java.io.FileNotFoundException while trying to download a JAR fileAdam Domurad2013-06-055-4/+56
* more detailed hint for CCannotClearCacheJiri Vanek2013-06-042-1/+6
* Remove unused IcedTeaRunnable.h & IcedTeaRunnable.ccAdam Domurad2013-06-043-177/+6
* Handle resizing plugin message more robustly by not blocking worker threadAdam Domurad2013-06-032-37/+51
* Add NativeLibraryStorageTEstAdam Domurad2013-06-036-81/+368
* Extract NativeLibraryStorage class from JNLPClassLoaderAdam Domurad2013-06-034-140/+182