WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 41885
Add a Plugin abstract base class and a DummyPlugin that implements it
https://bugs.webkit.org/show_bug.cgi?id=41885
Summary
Add a Plugin abstract base class and a DummyPlugin that implements it
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2010-07-08 11:52:40 PDT
Created
attachment 60920
[details]
Patch
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
Committed
r62813
: <
http://trac.webkit.org/changeset/62813
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug