Bug 41885

Summary: Add a Plugin abstract base class and a DummyPlugin that implements it
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch sam: review+

Anders Carlsson
Reported 2010-07-08 11:50:44 PDT
Add a Plugin abstract base class and a DummyPlugin that implements it
Attachments
Patch (19.86 KB, patch)
2010-07-08 11:52 PDT, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2010-07-08 11:52:40 PDT
Sam Weinig
Comment 2 2010-07-08 11:55:35 PDT
Comment on attachment 60920 [details] Patch > + virtual void initialize(const WebCore::String& mimeType, const WebCore::KURL&, bool loadManually); > + virtual void destroy(); > + virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect& dirtyRect); > + virtual void geometryDidChange(const WebCore::IntRect& frameRect); > + > +}; Extra newline' > +}; Extra semicolon. r=me.
Anders Carlsson
Comment 3 2010-07-14 11:29:13 PDT
Note You need to log in before you can comment on or make changes to this bug.