aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* PR1217: Add command line arguments for pluginsSaad Mohammad2012-12-051-0/+26
|
* Avoid warning message printed in clean target if softkiller is not compiled.Pavel Tisnovsky2012-12-051-0/+5
|
* Fix grammar in splash screen exception messageAdam Domurad2012-12-041-0/+5
|
* PluginAppletViewer refactoringAdam Domurad2012-12-041-0/+9
|
* Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags.Adam Domurad2012-12-041-0/+35
|
* Fixed logging bottleneckJiri Vanek2012-12-031-0/+10
| | | | | Xml logging is now filtering not-unicode characters. Logging have more propper test-method recognition
* Added browser softkiller and related Makefile.Pavel Tisnovsky2012-12-031-0/+10
|
* Refactor IcedTeaPluginUtilities::javaResultToNPVariant into multiple functionsAdam Domurad2012-11-301-0/+11
|
* C++ unit testing: Simple mocking of browser-table functionsAdam Domurad2012-11-301-0/+11
|
* Better error reporting from appletsJiri Vanek2012-11-271-0/+11
| | | | | * netx/net/sourceforge/jnlp/NetxPanel.java: (init) ErrorSplash is shown if fatal exception is cough
* Added Jan Kmetko as current SplashScreen artwork authorJiri Vanek2012-11-271-0/+4
|
* Fixed epiphany switchJiri Vanek2012-11-271-0/+6
| | | | * tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java: -new-tab fixed to --new-tab
* Firefox session-backup and stubs for softkiller, multiple listeners,Jiri Vanek2012-11-231-0/+31
| | | | processes handling moved to separate class.
* Fix new make targets not cleaning properlyAdam Domurad2012-11-211-0/+4
|
* Unit test integration for UnitTest++ with icedtea-webAdam Domurad2012-11-211-0/+13
|
* Add UnitTest++ source code into ITW, without integration.Adam Domurad2012-11-211-0/+50
|
* Free two memory leaksAdam Domurad2012-11-211-0/+5
|
* Fixed dates in changelogJiri Vanek2012-11-201-1/+1
|
* Swapped logs and report xslt operationsJiri Vanek2012-11-201-0/+5
|
* adding annotations of testcases to JSToJGet reproducerJana Fabrikova2012-11-201-0/+6
|
* Reproducer for PR1198: JSObject#eval creates invalid JSObjectAdam Domurad2012-11-131-0/+12
|
* Fix PR1166: Embedded JNLP File is not supported in applet tagSaad Mohammad2012-11-131-0/+15
|
* Unit tests for PR1166Saad Mohammad2012-11-131-0/+11
|
* Reproducer for PR1166Saad Mohammad2012-11-131-0/+16
|
* Add NEWS entry for PR1027Saad Mohammad2012-11-081-0/+5
|
* Reproducer for DownloadServiceSaad Mohammad2012-11-081-0/+12
|
* Add DownloadService implementationSaad Mohammad2012-11-081-0/+35
|
* Added cz_CS locales with testJiri Vanek2012-11-021-0/+11
|
* Splashscreen integrated to javaws and pluginJiri Vanek2012-11-021-0/+37
|
* Simplifying the testcases output in JSToJSet and JSToJGet reproducers.Jana Fabrikova2012-10-311-0/+7
|
* Reproducer for PR1186Omair Majid2012-10-291-0/+7
| | | | | Add a reproducer to verify that deployment properties are available to jnlp applications as system properties.
* PR1186: System.getProperty("deployment.user.security.trusted.cacerts") is nullOmair Majid2012-10-291-0/+12
| | | | | Copy deployment configration read into system properties so it is visibile to target programs.
* Adding new reproducer for LiveConnect JS->J "set" tests.Jana Fabrikova2012-10-291-0/+5
|
* Added clipboard reproducers (PR708)Jiri Vanek2012-10-261-2/+42
|
* KnownToFail texts are now bold in html reportJiri Vanek2012-10-231-0/+6
|
* Revise MultipleSignaturesTest to demonstrate PR822Adam Domurad2012-10-221-0/+27
|
* Reproducer for PR822Adam Domurad2012-10-221-0/+25
|
* New message for when JNLP is fully signed by different certsAdam Domurad2012-10-191-0/+9
|
* Fix regression with trivially signed (eg, just META-INF/) jarsAdam Domurad2012-10-191-0/+11
|
* Use interface types in JCV classes where applicableAdam Domurad2012-10-191-0/+7
|
* Major rework of JarCertVerifier certificate management.Danesh Dadachanji2012-10-221-0/+70
| | | | | | This is a long-planned rework of JarCertVerifier, allowing it to handle multiple certificates. The algorithms used to verify jars with multiple certificates vary between JNLPs and Applets.
* Add a @KnownToFailAdam Domurad2012-10-221-0/+5
|
* Renamed reproducers-related variables and targetsJiri Vanek2012-10-191-0/+25
|
* Add automatic closing to AppletTakesLastParam browser testAdam Domurad2012-10-161-0/+7
|
* Modification of JSToJGet simple reproducer testcases for better readability.Jana Fabrikova2012-10-151-0/+5
|
* PR1145: IcedTea-Web can cause ClassCircularityErrorOmair Majid2012-10-051-0/+9
| | | | | | | | | | | | | | | | | | | It is possible for the ClassLoader to encounter a ClassCircularityError. This can happen when the ClassLoader detects that checking if a class 'A' has been loaded triggers another check of whether 'A' has been loaded before the first check has completed. This can happen easily when trying to load Policy or Permission classes, which lie in our code path that checks whether a class has been loaded. One possible fix is to ensure these classes are not in the path of code that gets executed when we are trying to check for a class. This can be done by removing the call to getAccessControlContextForClassLoading. The javadocs for ClassLoader.findLoadedClass do not mention any permissions required to call the method nor do they mention that the method can throw a SecurityException. The native code that implements findLoadedClass does not have any security checks either. The doProvileged block is probably not needed here and removing it breaks the circularity.
* Editing the ChangeLog file to satisfy the rules of writing changelogs.Jana Fabrikova2012-10-031-4/+5
|
* Added the changelog message for the new reproducer JSToJGet.Jana Fabrikova2012-10-031-0/+5
|
* Fix two typos.martin2012-10-021-0/+5
|
* Fixed missing package declarationAdam Domurad2012-09-261-0/+5
|