commit | 718d69f931e320b9a8d98371a0b4925d7c2e83f4 | [log] [tgz] |
---|---|---|
author | Derek Sollenberger <djsollen@google.com> | Mon Oct 19 15:56:43 2009 -0400 |
committer | Derek Sollenberger <djsollen@google.com> | Tue Oct 27 11:09:17 2009 -0400 |
tree | b10d18277339695f9eb0505b69c1c168265ce40f | |
parent | 09e383c9ff4a3b762084e999dfb5fdd347abc151 [diff] |
changing how plugins gain/lose focus. Previously we were keeping our own state in the UI thread to determine when to send events to the plugin. This change removes that logic and uses the document focus to determine when events are to be sent. This also fixes problems with the plugins occasionally not receiving lose focus events. see bug http://b/2033843