aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDenis Lila <[email protected]>2011-03-31 15:15:29 -0400
committerDenis Lila <[email protected]>2011-03-31 15:15:29 -0400
commit5f5e4e60cbd14b87dfdba9206faa3843da33097d (patch)
tree941d1e2e300c627aad2b396165790681d5a8f0ef /ChangeLog
parent948a84aa91411545d03c091ab7280905f34097f0 (diff)
Made PluginObjectStore a singleton.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75d6780..d5d3eed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2011-03-31 Denis Lila <[email protected]>
+ * plugin/icedteanp/java/sun/applet/PluginAppletSecurityContext.java
+ (store): Make private and remove fixme to make private.
+ * plugin/icedteanp/java/sun/applet/PluginObjectStore.java
+ (PluginObjectStore): Make it a singleton using enum.
+ (objects, counts, identifiers, lock, wrapped, nextUniqueIdentifier,
+ checkNeg): Made instance methods/members.
+ (getInstance): New static method.
+
+2011-03-31 Denis Lila <[email protected]>
+
* plugin/icedteanp/java/sun/applet/AppletSecurityContextManager.java
* plugin/icedteanp/java/sun/applet/GetMemberPluginCallRequest.java
* plugin/icedteanp/java/sun/applet/GetWindowPluginCallRequest.java