Bug 107211 - Do not track user interaction for plugins that are not snapshotted
Summary: Do not track user interaction for plugins that are not snapshotted
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.8
: P2 Normal
Assignee: Jon Lee
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-01-17 17:57 PST by Jon Lee
Modified: 2013-01-17 18:10 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.90 KB, patch)
2013-01-17 18:06 PST, Jon Lee
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Lee 2013-01-17 17:57:52 PST
Interaction with a plugin that has not been snapshotted causes an assertion in WebProcess::plugInDidReceiveUserInteraction since the plugin origin might not be in the cached table.

<rdar://problem/12967277>
Comment 1 Jon Lee 2013-01-17 18:06:40 PST
Created attachment 183337 [details]
Patch
Comment 2 Jon Lee 2013-01-17 18:10:47 PST
Committed r140081: <http://trac.webkit.org/changeset/140081>