Bug 103288

Summary: Ensure that plugins are initialized before using handleEditingCommand/isEditingCommandEnabled/shouldAllowScripting
Product: WebKit Reporter: Tim Horton <thorton>
Component: Plug-insAssignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ap, enrica, mitz, rniwa, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch mitz: review+

Description Tim Horton 2012-11-26 13:45:57 PST
Other PluginView methods that use m_plugin null-check m_plugin and check that the plugin has finished initializing before using it. These three should do the same thing.
Comment 1 Tim Horton 2012-11-26 14:46:07 PST
Created attachment 176076 [details]
patch
Comment 2 Tim Horton 2012-11-26 18:03:07 PST
http://trac.webkit.org/changeset/135797