diff options
author | Denis Lila <[email protected]> | 2011-03-31 15:15:29 -0400 |
---|---|---|
committer | Denis Lila <[email protected]> | 2011-03-31 15:15:29 -0400 |
commit | 5f5e4e60cbd14b87dfdba9206faa3843da33097d (patch) | |
tree | 941d1e2e300c627aad2b396165790681d5a8f0ef /ChangeLog | |
parent | 948a84aa91411545d03c091ab7280905f34097f0 (diff) |
Made PluginObjectStore a singleton.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |