log

age author description
Wed, 20 Jul 2011 09:33:13 -0400 Deepak Bhole Prepare for 1.1.2
Wed, 20 Jul 2011 09:31:39 -0400 Deepak Bhole Added tag icedtea-web-1.1.1 for changeset 44535ca47593
Fri, 15 Jul 2011 16:03:02 -0400 Deepak Bhole Prepare to release 1.1.1 icedtea-web-1.1.1
Fri, 15 Jul 2011 16:02:00 -0400 Deepak Bhole RH718170, CVE-2011-2514: Java Web Start security warning dialog manipulation
Fri, 15 Jul 2011 15:44:56 -0400 Deepak Bhole RH718164, CVE-2011-2513: Home directory path disclosure to untrusted applications
Tue, 14 Jun 2011 13:29:12 -0400 Andrew Su Make itweb-settings resizable
Wed, 08 Jun 2011 18:03:52 -0400 Deepak Bhole Prepare for 1.1.1
Wed, 08 Jun 2011 18:02:37 -0400 Deepak Bhole Added tag icedtea-web-1.1 for changeset ff05275397ca
Wed, 08 Jun 2011 18:02:08 -0400 Deepak Bhole Update configure.ac and NEWS files for release icedtea-web-1.1
Wed, 08 Jun 2011 14:56:49 -0400 Deepak Bhole Fixed typo in changelog
Wed, 08 Jun 2011 14:53:27 -0400 Deepak Bhole Remove ecurity update notes from NEWS as they are not "New"
Wed, 08 Jun 2011 14:38:52 -0400 Deepak Bhole Fix PR721: IcedTeaPlugin.so cannot run g_main_context_iteration on a different thread unless a different GMainContext *context is used
Mon, 30 May 2011 13:50:35 -0400 Andrew Su Fix cache to allow redownload on next run when javaws is killed
Mon, 30 May 2011 13:15:50 -0400 Andrew Su Remove non-standard option from itweb-settings.
Fri, 27 May 2011 18:01:27 -0400 Deepak Bhole Fix PR723: AccessControlException while downloading resource
Fri, 27 May 2011 18:00:02 -0400 Deepak Bhole PR735: Firefox 4 sometimes freezes if the applet calls showDocument()
Fri, 27 May 2011 17:27:55 -0400 Deepak Bhole Call dispose() from swing thread when applet is closed.
Fri, 27 May 2011 17:03:25 -0400 Deepak Bhole Backed out 0256de6a4bf6 as it is prone to race conditions.
Fri, 27 May 2011 12:53:15 -0400 Omair Majid PR724: Possible NullPointerException in JNLPClassLoader.getClassPathsFromManifest
Fri, 27 May 2011 12:32:52 -0400 Andrew Su Fix PR727: Split conditional to removed duplicate entries in cache.
Wed, 25 May 2011 15:13:19 -0400 Andrew Su Update NEWS.
Wed, 25 May 2011 14:52:30 -0400 Andrew Su Fix PR726. Create recently_used on startup.
Tue, 10 May 2011 11:59:47 -0400 Andrew Su Fix sorting in itw-settings' cache viewer
Mon, 02 May 2011 14:33:32 -0400 Deepak Bhole Prevent applet from shutting down down if another tab with the same page is
Thu, 28 Apr 2011 16:23:11 -0400 Omair Majid Support configure's --program-suffix option
Thu, 21 Apr 2011 11:08:02 -0400 Deepak Bhole Use NPN_GetURLNotify (non-blocking) instead of NPN_GetURL (blocking)
Wed, 20 Apr 2011 16:58:29 -0400 Andrew Su Update recently_used when deleting cache entries with itw-settings
Wed, 20 Apr 2011 16:33:18 -0400 Omair Majid Load classes from jars listed on the Class-Path in manifest
Wed, 20 Apr 2011 15:34:10 -0400 Omair Majid PR687: BasicService.getCodeBase() returns null for IcedTea6 1.9.7 + OSGI
Wed, 20 Apr 2011 15:23:49 -0400 Omair Majid Dont show error dialogs on exceptions with the plugin
Wed, 20 Apr 2011 15:02:56 -0400 Andrew Su Update itw-setting's cache viewer to display new directory structure
Wed, 20 Apr 2011 14:35:13 -0400 Andrew Su Allow delete only when plugin or javaws is not running
Wed, 20 Apr 2011 11:48:16 -0400 Andrew Su Enforce cache size limit
Wed, 20 Apr 2011 10:44:58 -0400 Andrew Su Unhide components for setting cache size limit in itw-settings
Wed, 20 Apr 2011 09:26:50 -0400 Andrew Su Store lru after modifying the entries
Mon, 18 Apr 2011 17:38:31 -0400 Andrew Su Changed cache to prevent jar overwriting when update happens.
Mon, 18 Apr 2011 15:13:23 -0400 Denis Lila Fix concurrent classloading problem in JNLPClassLoader.loadClass.
Mon, 18 Apr 2011 18:44:40 +0100 Andrew John Hughes Switch to explicit locks and condition queues in PluginAppletViewer
Mon, 18 Apr 2011 11:37:52 -0400 Deepak Bhole Fix applet rezising issue seen with some browsers (Midori)
Mon, 18 Apr 2011 11:36:52 -0400 Deepak Bhole Fixed RH691259: Midori sends a SIGSEGV with the IcedTea NP Plugin
Thu, 14 Apr 2011 21:41:32 +0100 Andrew John Hughes Support Gentoo install location for JUnit 4.
Thu, 14 Apr 2011 16:26:32 -0400 Deepak Bhole Use Object.wait() instead of periodic wakes in PluginAppletViewer.
Thu, 14 Apr 2011 12:24:46 -0400 Denis Lila Refactor PluginAppletViewer.java.
Wed, 13 Apr 2011 17:23:49 -0400 Andrew Su Make CacheDirectory final and not instantiable.
Wed, 13 Apr 2011 12:18:38 -0400 Denis Lila Fix some concurrency problems in PluginAppletViewer.java.
Mon, 11 Apr 2011 16:03:44 +0100 Andrew John Hughes Backout 4f195bca0dc8 - unapproved patch
Mon, 11 Apr 2011 16:02:25 +0100 Andrew John Hughes Backed out changeset 1cce62b89f07 - unapproved patch
Mon, 11 Apr 2011 15:36:10 +0200 Jiri Vanek added support for testng
Mon, 11 Apr 2011 15:08:01 +0200 Jiri Vanek removed junit
Fri, 08 Apr 2011 10:17:36 -0400 Omair Majid Update README with information about junit tests and rhino
Thu, 07 Apr 2011 18:06:40 -0400 Deepak Bhole Prevent NPE in appletClose() by calling it only via the thread-safe
Wed, 06 Apr 2011 10:02:46 -0400 Andrew Su Restrict port fields in itw-settings to accept only valid port numbers.
Tue, 05 Apr 2011 14:38:22 -0400 Denis Lila Use varargs in PluginDebug.debug calls in JSObject.java.
Tue, 05 Apr 2011 12:39:14 -0400 Denis Lila Fix concurrent access problem to downloadOptions.
Tue, 05 Apr 2011 12:07:10 -0400 Denis Lila Set class path to JRE/lib/rt.jar for both plugin and javaws.
Fri, 01 Apr 2011 12:57:18 -0400 dlila Fix PluginDebug regression.
Thu, 31 Mar 2011 18:19:31 -0400 Omair Majid Let launcher handle parsing exceptions
Thu, 31 Mar 2011 17:20:17 -0400 Denis Lila Fix JSObject.equals.
Thu, 31 Mar 2011 17:07:10 -0400 Denis Lila Add citation.
Thu, 31 Mar 2011 15:15:29 -0400 Denis Lila Made PluginObjectStore a singleton.
Thu, 31 Mar 2011 14:35:01 -0400 Denis Lila Fix last merge of ChangeLog.
Thu, 31 Mar 2011 14:01:04 -0400 Denis Lila Make PluginDebug a bit lazier.
Thu, 31 Mar 2011 13:54:45 -0400 Denis Lila merge
Thu, 31 Mar 2011 09:53:15 -0400 Denis Lila Remove race conditions in PluginObjectStore.java.
Thu, 31 Mar 2011 11:04:37 -0400 Omair Majid Add unit tests for the parser
Wed, 30 Mar 2011 17:53:38 -0400 Omair Majid 2011-03-30 Omair Majid <omajid@redhat.com>
Wed, 30 Mar 2011 17:49:13 -0400 Omair Majid Fix typo in RCantRename in Messages.properties
Wed, 30 Mar 2011 17:46:08 -0400 Omair Majid Document reasons for using bootclasspath in Makefile.am
Wed, 30 Mar 2011 17:43:32 -0400 Omair Majid Update location of settings file in javaws man page
Wed, 30 Mar 2011 11:47:41 -0400 Omair Majid Add a new LaunchHandler to show error messages when starting applications
Tue, 29 Mar 2011 10:24:31 -0400 Denis Lila branch merge
Tue, 29 Mar 2011 10:20:51 -0400 Denis Lila Remove redundant if from JNLPFile.java
Tue, 29 Mar 2011 15:13:26 +0100 Andrew John Hughes Replace PDF documentation with editable HTML version of the same content.
Mon, 28 Mar 2011 15:08:39 -0400 Omair Majid fix broken -J command line arguments
Mon, 28 Mar 2011 13:41:16 -0400 Deepak Bhole Fixed classloader sharing rules for applets
Fri, 25 Mar 2011 14:23:28 -0400 dlila Implement codebase_lookup=false.
Thu, 24 Mar 2011 09:34:51 -0400 Omair Majid Fix broken make distcheck
Thu, 24 Mar 2011 08:54:12 -0400 Omair Majid Alternate means of finding browsers
Wed, 23 Mar 2011 16:38:33 -0400 Denis Lila Don't look into <codebase>/META-INF/ for resources.
Mon, 21 Mar 2011 17:27:20 +0100 doko 2011-03-21 Matthias Klose <doko@ubuntu.com>
Thu, 17 Mar 2011 15:19:39 -0400 Andrew Su Allow plugin and javaws to run concurrently, while maintaining locks on systems that only support exclusive locks.
Thu, 17 Mar 2011 15:10:32 -0400 Andrew Su Ensure that javaws can not clear cache while plugin or javaws is running.
Wed, 16 Mar 2011 12:01:58 +0100 Jiri Vanek net.sourceforge.javaws.Main.java updated to find resources in javaws directory and removed code from net.sourceforge.jnlp and hyperlinklistener (useless without permissiopns), about.jnlp all-permitions removed,
Wed, 16 Mar 2011 11:46:24 +0100 Jiri Vanek Refactored extras/net/sourceforge/jnlp to extras/net/sourceforge/javaws/ as first step to get rid of all-permitions tag in abouyt.jnlp, boot.java is now reading about.jnlp from insttall directory. About.jnlp codebase redirected to local directory by dot.
Tue, 15 Mar 2011 11:11:07 -0400 Denis Lila Handling error code returning functions.
Tue, 15 Mar 2011 10:22:27 -0400 Omair Majid Fix DESTDIR issues in Makefile
Fri, 11 Mar 2011 09:48:55 +0100 Mark Wielaard Make sure hostname used for testIsResolvable is really not resolvable.
Thu, 10 Mar 2011 15:42:01 -0500 Omair Majid Replace binary launchers with shell scripts
Thu, 10 Mar 2011 11:29:50 -0500 Omair Majid Remove obsolete autoconf macro IT_FIND_RHINO_JAR
Thu, 10 Mar 2011 11:10:37 -0500 Omair Majid Make output of PAC function tests more jtreg-like to help the buildbot
Wed, 09 Mar 2011 13:51:48 -0500 Denis Lila netx findbugs based refactoring.
Wed, 09 Mar 2011 09:51:07 -0500 Andrew Su Fix typo in itw-settings.
Tue, 08 Mar 2011 17:42:53 -0500 Omair Majid Add new macro IT_FIND_OPTIONAL_JAR
Tue, 08 Mar 2011 15:02:45 -0500 Denis Lila Fix typo when adding to cache.
Tue, 08 Mar 2011 14:48:34 -0500 Denis Lila Close streams after we're finished using them.
Tue, 08 Mar 2011 10:11:28 -0500 Andrew Su Close streams after opening them.
Tue, 08 Mar 2011 09:43:59 -0500 Denis Lila Fix race condition.
Mon, 07 Mar 2011 17:09:22 -0500 Omair Majid Use autoconf to generate build.properties and jrunscript
Mon, 07 Mar 2011 14:48:01 -0500 Omair Majid Fix mercurial version detection
Mon, 07 Mar 2011 11:24:34 -0500 Omair Majid Make ICEDTEAPLUGIN_DEBUG=suspend start the JVM in suspend mode
Mon, 07 Mar 2011 11:10:42 -0500 Omair Majid Add Proxy Auto Config (PAC) support
Mon, 07 Mar 2011 10:45:38 -0500 Denis Lila Minor refactoring.
Mon, 07 Mar 2011 09:50:14 -0500 Denis Lila Added comments, clarified a previous changelog entry.
Fri, 04 Mar 2011 18:16:07 -0500 Denis Lila Fix PR658
Fri, 04 Mar 2011 17:45:57 -0500 Denis Lila merge
Fri, 04 Mar 2011 17:36:23 -0500 Denis Lila Fixed packed jar naming and pack.gz decompression problem.
Fri, 04 Mar 2011 17:34:32 -0500 Deepak Bhole - PR475, RH604061: Allow applets from the same page to use the same classloader
Thu, 03 Mar 2011 17:56:00 -0500 Deepak Bhole Send initialization information to Java side via a new function (also takes
Thu, 03 Mar 2011 17:09:54 -0500 Deepak Bhole Added check for instance validity before making calls to the browser
Thu, 03 Mar 2011 17:04:56 -0500 Deepak Bhole Minor cleanup of C++ code -- removed unused thread_counter
Wed, 02 Mar 2011 11:50:30 -0500 Omair Majid Fix PR612: NetDania application ends on java.security.AccessControlException
Wed, 02 Mar 2011 10:09:07 -0500 Omair Majid Fix warning message for itweb-settings set
Tue, 01 Mar 2011 18:22:17 -0500 Omair Majid Check for nulls in JNLPPolicy.isSystemJar
Tue, 01 Mar 2011 11:55:31 -0500 Andrew Su Hide unimplemented features in itw-settings.
Mon, 28 Feb 2011 17:29:31 -0500 Omair Majid Handle 'reset all' as an itweb-settings command
Mon, 28 Feb 2011 17:30:40 -0500 Denis Lila minor refactoring + dead code removal
Mon, 28 Feb 2011 14:30:39 -0500 Omair Majid Integrate JNLPAuthenticator into the rest of the security subsystem
Mon, 28 Feb 2011 13:40:12 -0500 Omair Majid Rename security warning classes to security dialog classes.
Fri, 25 Feb 2011 18:16:48 -0500 Omair Majid Do not add extra files to netx.jar
Fri, 25 Feb 2011 17:51:42 -0500 Omair Majid Remove unused manifest file