[Webkit-unassigned] [Bug 9214] Images using QT plugin do not display correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 22 14:06:49 PDT 2008


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


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #21875|                            |review?
               Flag|                            |




------- Comment #7 from ddkilzer at webkit.org  2008-06-22 14:06 PDT -------
Created an attachment (id=21875)
 --> (https://bugs.webkit.org/attachment.cgi?id=21875&action=view)
Patch v1

Proposed patch.

HTMLEmbedObject::isImageType() was copied directly from HTMLObjectElement. 
Should I create a base class for HTMLEmbedElement and HTMLObjectElement, or
move common methods to HTMLPlugInElement?    Note that HTMLAppletElement also
inherits from HTMLPlugInElement, which wouldn't used some member variables or
methods.

(The changes to HTMLObjectElement were to make extracting member variables and
methods to a base class easier.)


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



More information about the webkit-unassigned mailing list