Bug 114990

Summary: Slow/beachballing when using the find bar on a page with plug-ins
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Anders Carlsson 2013-04-22 13:39:23 PDT
Slow/beachballing when using the find bar on a page with plug-ins
Comment 1 Anders Carlsson 2013-04-22 13:40:26 PDT
Created attachment 199097 [details]
Patch
Comment 2 Tim Horton 2013-04-22 13:41:27 PDT
Comment on attachment 199097 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=199097&action=review

> Source/WebKit2/WebProcess/Plugins/PluginView.cpp:1686
> +            // snapshot plug-ins, because they can never be pained as part of the find indicator.

s/pained/painted/
Comment 3 Anders Carlsson 2013-04-22 13:44:54 PDT
Committed r148911: <http://trac.webkit.org/changeset/148911>