[Webkit-unassigned] [Bug 109216] [Qt][WK2] Crash on window resize if WebProcess is closed/crashed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 08:12:24 PST 2013


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hausmann at webkit.org




--- Comment #6 from Simon Hausmann <hausmann at webkit.org>  2013-02-13 08:14:39 PST ---
(In reply to comment #2)
> (From update of attachment 187146 [details])
> You are gonna need a better excuse to avoid writing a test :)

>From looking at mac/WKView.mm it appears that the common pattern is this:

if (DrawingAreaProxy* drawingArea = webPageProxy->drawingArea()) {
    drawingArea->foo();
    drawingArea->bar();
}

Code in qquickwebview.cpp should probably be changed to follow this pattern.

However having a unit test that calls every possible method in QQuickWebView after crashing the process manually seems overkill to me.

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