[Webkit-unassigned] [Bug 79738] [Qt] Authentication dialog does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 7 08:51:04 PST 2012


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


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

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




--- Comment #9 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-03-07 08:51:03 PST ---
(From update of attachment 130628)
View in context: https://bugs.webkit.org/attachment.cgi?id=130628&action=review

> Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:285
> +    dialogRunner = new QtDialogRunner;

This should use an OwnPtr and you should make a PassOwnPtr QtDialogRunner::create()

> Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:518
> +void QQuickWebViewPrivate::destroyDialogRunner()
> +{
> +    delete dialogRunner;
> +    dialogRunner = 0;
> +}

ieck! this calls for an OwnPtr

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