[Webkit-unassigned] [Bug 40987] [Chromium] Add a WebPlugin implementation using a WebView to draw.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 22 10:50:26 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40987





--- Comment #3 from Bernhard Bauer <bauerb at chromium.org>  2010-06-22 10:50:26 PST ---
(In reply to comment #2)
> (From update of attachment 59379 [details])
> I think this code (minus the changes to existing WebKit API interfaces) belongs
> in the chromium repository.  The concept of DOM UI is a chromium thing.
> 
> Am I missing a reason why this is best to have as part of the WebKit API?

The drawing code (getting a GraphicsContext from a WebCanvas and doing the necessary transformations on it) depends on WebKit code that's not publicly exposed. I tried keeping the changes to the public interface as small as possible though.

I'm not really happy about the name WebDOMUIPlugin either, do you think something like WebViewPlugin would be better?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list