[Webkit-unassigned] [Bug 33418] [Qt] Custom select popups.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 15 01:30:13 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33418
Luiz Agostini <luiz.agostini at openbossa.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #46209|0 |1
is obsolete| |
Attachment #46653| |review?
Flag| |
--- Comment #25 from Luiz Agostini <luiz.agostini at openbossa.org> 2010-01-15 01:30:10 PST ---
Created an attachment (id=46653)
--> (https://bugs.webkit.org/attachment.cgi?id=46653)
Custom popups and popup factories.
main changes in this patch:
* make the API public.
* change the name from QWebPopup to QWebSelectPopupDelegate.
* remove the abstract method setParent and create a new non virtual method
QWidget* parentWidget() in QWebSelectPopupDelegate. It can be useful for those
who use QWidgets in their popup customizations but can be ignored by those that
do not.
* remove the usage example from the patch.
--
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