diff options
author | Denis Lila <[email protected]> | 2011-04-13 12:18:38 -0400 |
---|---|---|
committer | Denis Lila <[email protected]> | 2011-04-13 12:18:38 -0400 |
commit | 12a09d26929a3a7bfb46e55ed3e3641ff3e86292 (patch) | |
tree | 1aa01c0845cc2e2670854d5907b6c068a740180b /ChangeLog | |
parent | 69510480db77bb2c42c2a9c57bacbf55989e7f59 (diff) |
Fix some concurrency problems in PluginAppletViewer.java.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2011-04-12 Denis Lila <[email protected]> + + * plugin/icedteanp/java/sun/applet/PluginAppletViewer.java + (applets, status): Make concurrent. + (PluginAppletViewer): Synchronize appletPanels addElement. + (destroyApplet): Remove applets.containsKey because it and the + get that followed it were not atomic. + (appletPanels): Privatize. + (getApplet, getApplets): Synchronize iteration. + 2011-04-08 Omair Majid <[email protected]> * README: Update to add notes on rhino and junit. |