Bug 112215 - Don't send events to plugins that are being snapshotted
Summary: Don't send events to plugins that are being snapshotted
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-12 17:37 PDT by Dean Jackson
Modified: 2013-03-12 18:00 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.85 KB, patch)
2013-03-12 17:45 PDT, Dean Jackson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2013-03-12 17:37:18 PDT
If a plugin is in the process of being snapshotted, we should not send events to it. A followup bug would be to detect what type of event it is, then possibly unsnapshot the plugin if it was a click.
Comment 1 Dean Jackson 2013-03-12 17:37:25 PDT
<rdar://problem/13386224>
Comment 2 Dean Jackson 2013-03-12 17:45:26 PDT
Created attachment 192843 [details]
Patch
Comment 3 Dean Jackson 2013-03-12 18:00:15 PDT
Committed r145645: <http://trac.webkit.org/changeset/145645>