log

age author description
Tue, 05 Jun 2012 16:35:50 +0200 Jiri Vanek Added KnownToFail annotation
Tue, 05 Jun 2012 16:14:42 +0200 Jiri Vanek isDateInRange renamed to isDateInRange_internallForIcedTeaWebTesting
Mon, 04 Jun 2012 15:10:20 -0400 Adam Domurad Added patch so that applet-tags take last param.
Mon, 04 Jun 2012 14:45:25 -0400 Adam Domurad Added reproducer for applets taking last param
Mon, 04 Jun 2012 13:59:44 -0400 Adam Domurad Fixing build for real, sorry for the noise.
Mon, 04 Jun 2012 13:55:16 -0400 Saad Mohammad Added signed jnlp file tests
Mon, 04 Jun 2012 13:35:25 -0400 Danesh Dadachanji Handle absolute paths passed into jnlp_href's value.
Mon, 04 Jun 2012 12:24:04 -0400 Adam Domurad Fix build for older versions of mozilla. (Typo in untested #ifdef)
Mon, 04 Jun 2012 12:07:33 -0400 Adam Domurad Fix for PR518, adds utility function for wrapping NPString
Fri, 01 Jun 2012 16:44:32 -0400 Deepak Bhole Fixed minor typo in ChangeLog
Fri, 01 Jun 2012 16:05:18 -0400 Deepak Bhole Fixed PR863: Error passing strings to applet methods in Chromium
Wed, 30 May 2012 13:36:41 +0200 Jiri Vanek EXPORTED_TEST_CERT_SUFIX repalced by EXPORTED_TEST_CERT_SUFFIX
Wed, 30 May 2012 12:31:19 +0200 Jiri Vanek handling of multiple testing certificates in bulk
Tue, 29 May 2012 17:38:27 +0200 Jiri Vanek netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions): New rethrow of exceptions and following condition make more accurate
Tue, 29 May 2012 15:54:14 +0200 Jiri Vanek fixed changelog according to reviwer
Tue, 29 May 2012 15:34:46 +0200 Jiri Vanek Added ignoration of inner classes during retrieving test id
Mon, 28 May 2012 11:00:49 +0200 Jiri Vanek Get rid of repeated sout/serr in reproducers testcases/unit tests and introduce bottleneck for loging.
Fri, 25 May 2012 11:44:13 -0400 Adam Domurad Changed for-loops over iterators and indices to for-each loops if they
Fri, 25 May 2012 11:23:47 -0400 Adam Domurad Introduced constant NUM_STR_BUFFER_SIZE to replace magic constants.
Fri, 25 May 2012 10:34:24 -0400 Danesh Dadachanji Fix whitelisting to use src dir instead of build dir.
Thu, 24 May 2012 15:37:30 -0400 Adam Domurad Fixed spaces -> tabs in ChangeLog
Thu, 24 May 2012 14:59:04 -0400 Adam Domurad Removed residual free(str) on stack variable.
Thu, 24 May 2012 19:57:14 +0200 Jiri Vanek Reproducers engine enhanced for jars in subdirectories by "." naming convention
Thu, 24 May 2012 19:52:17 +0200 Jiri Vanek Introduced whitelist for reproducers
Thu, 24 May 2012 10:31:44 -0400 Adam Domurad Reapplied the patches, sorry for the mess!
Thu, 24 May 2012 10:28:47 -0400 Adam Domurad Finished commit rollbacks.
Thu, 24 May 2012 10:21:14 -0400 Adam Domurad Backed out changeset 43a78616b1dd
Thu, 24 May 2012 09:12:38 -0400 Adam Domurad fixing conflict in ChangeLog
Thu, 24 May 2012 09:10:41 -0400 Adam Domurad Added Martin Olsson's typo fix
Wed, 23 May 2012 13:02:58 -0400 Deepak Bhole AUTHORS: Added Martin Olsson to list.
Wed, 23 May 2012 12:13:03 -0400 Deepak Bhole Use g_mutex_free instead of g_free to free appletviewer_mutex (fixes
Wed, 23 May 2012 12:06:03 -0400 Deepak Bhole ChangeLog: Converted spaces to tabs in an older entry
Wed, 23 May 2012 18:40:09 +0200 Jiri Vanek netx/net/sourceforge/jnlp/resources/Messages.properties: fixed error in PBadNonrelativeUrl
Wed, 23 May 2012 18:33:29 +0200 Jiri Vanek Added more debugging outputs (especially paths to keystores) for JNLPClassLoader and CertificateUtils
Wed, 23 May 2012 18:22:43 +0200 Jiri Vanek * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions):
Wed, 23 May 2012 14:56:30 +0200 Jiri Vanek fixed typo
Wed, 23 May 2012 13:42:11 +0200 Jiri Vanek Enhanced about dialog
Wed, 23 May 2012 10:42:45 +0200 Jiri Vanek Fixed error in reproducers source preparation
Tue, 22 May 2012 14:19:50 -0400 Adam Domurad Changed usage of sprintf to snprintf. Made some small malloc'd buffers on the stack.
Tue, 22 May 2012 14:21:10 +0200 Jiri Vanek Fixed security tests to pass both jdk6 and 7
Tue, 22 May 2012 13:25:13 +0200 Jiri Vanek Removed trailing spaces after slash in Makefile.am
Tue, 22 May 2012 12:08:17 +0200 Jiri Vanek added midori and epiphany to be counted as testable browsers
Mon, 21 May 2012 18:17:43 +0200 Jiri Vanek Missing changelog entry
Mon, 21 May 2012 17:48:18 +0200 Jiri Vanek Added check for browsers and targets ensuring theirs proper linking with icedtea-web plugin
Mon, 21 May 2012 15:50:10 +0200 Jiri Vanek Fixed output to be printed just in case of debug mode
Fri, 18 May 2012 16:23:30 +0200 Jiri Vanek Fixed behavior when encoded/characters needed encoding included in url (PR811)
Fri, 18 May 2012 16:18:29 +0200 Jiri Vanek More tests for Spaces and characters in urls
Fri, 18 May 2012 09:27:24 -0400 Adam Domurad Removal of synchronization on Boolean in PluginStreamHandler.
Thu, 17 May 2012 14:14:03 -0400 Adam Domurad Went through the source of IcedTeaWeb with FindBugs and went over all reported cases of == being used to compare String's. Some usage cases were valid (eg, .equals eventually called, magic String value). I noted one such usage case. The others were changed to .equals calls.
Wed, 16 May 2012 17:01:46 +0200 Jiri Vanek 2012-05-14 Jiri Vanek <jvanek@redhat.com>
Wed, 16 May 2012 16:57:54 +0200 Jiri Vanek 2012-05-14 Jiri Vanek <jvanek@redhat.com>
Fri, 11 May 2012 21:33:54 +0200 Thomas Meyer Reduce no. of loads of the cache index file
Wed, 02 May 2012 12:53:07 +0200 Jiri Vanek Added bug annotation forr testing engine
Tue, 24 Apr 2012 14:43:34 -0400 Omair Majid Add resources.jar to classpath
Fri, 20 Apr 2012 17:17:59 +0200 Thomas Meyer Spelling fixes
Thu, 19 Apr 2012 12:36:43 -0400 Omair Majid PR918: java applet windows uses a low resulution black/white icon
Wed, 18 Apr 2012 12:28:08 +0200 Jiri Vanek Added possibility to run signed applets during reproducers runs.
Tue, 17 Apr 2012 16:43:11 +0200 Jiri Vanek minor typos fixes
Tue, 17 Apr 2012 16:41:09 +0200 Jiri Vanek Fixed xfork test with kill signal
Wed, 11 Apr 2012 10:19:17 +0200 Jiri Vanek Added and used java arguments (now Xmx2G) for emma runs.