[Webkit-unassigned] [Bug 32550] [Qt] Implement combobox delegate for Qt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 08:22:33 PST 2009


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


Luiz Agostini <luiz.agostini at openbossa.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44888|0                           |1
        is obsolete|                            |
  Attachment #44920|0                           |1
        is obsolete|                            |
  Attachment #44978|                            |review?
               Flag|                            |




--- Comment #18 from Luiz Agostini <luiz.agostini at openbossa.org>  2009-12-16 08:22:32 PST ---
Created an attachment (id=44978)
 --> (https://bugs.webkit.org/attachment.cgi?id=44978)
Refactoring of class QWebPopup.

Class QWebPopup has been split in QtAbstractWebPopup and QtFallbackWebPopup.
Both new classes are now in corresponding files and files QWebPopup.* have been
removed.

Custom combo popup classes will inherit from QtAbstractWebPopup. It is not the
public API as it is
in WebCore and will not be visible by users of QtWebKit. It will be used in
implementation of
public QtWebKit combobox popup delegation API.

Class QtFallbackWebPopup inherits from QtAbstractWebPopup and implements the
currently used combobox popup.
It needs to be improved to provide standard features that are missing like
style or indentation.

-- 
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