aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDeepak Bhole <[email protected]>2011-04-21 11:08:02 -0400
committerDeepak Bhole <[email protected]>2011-04-21 11:08:02 -0400
commit802e3159c452efe2cf2e21bd8fdb899a8824d539 (patch)
tree0f43121a68d1e09d7da7a87ced3d77c29274e48e /ChangeLog
parent6d9882321fc6e2bf6c8887c4b4ceaaad77f637f2 (diff)
Use NPN_GetURLNotify (non-blocking) instead of NPN_GetURL (blocking)icedtea-web-1.1-branchpoint
Fixed spacing issues in previous ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 80eaddd..a386773 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,16 @@
+2011-04-21 Deepak Bhole <[email protected]>
+
+ * plugin/icedteanp/IcedTeaNPPlugin.cc (consume_message): Use
+ NPN_GetURLNotify (non-blocking) instead of NPN_GetURL (blocking) so that
+ the plugin is free to process additional requests.
+ * ChangeLog: Fixed spacing issues in previous entry.
+
2011-04-20 Andrew Su <[email protected]>
- * netx/net/sourceforge/jnlp/controlpanel/CachePane.java:
- (createButtonPanel): Changed to update the recently_used file to
- reflect the deletion. Added method updateRecentlyUsed to anonymous
- ActionListener class which will do the actual updating.
+ * netx/net/sourceforge/jnlp/controlpanel/CachePane.java:
+ (createButtonPanel): Changed to update the recently_used file to
+ reflect the deletion. Added method updateRecentlyUsed to anonymous
+ ActionListener class which will do the actual updating.
2011-04-20 Omair Majid <[email protected]>