[Webkit-unassigned] [Bug 109842] New: [WK2] Write a test to simulate crashed WebProcess followed by Window resize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 14 09:37:26 PST 2013


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

           Summary: [WK2] Write a test to simulate crashed WebProcess
                    followed by Window resize
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: savagobr at yahoo.com


When WebProcess is killed or has crashed, WebPageProxy will set some of its data members to null (e.g. DrawingAreaProxy, WebFrameProxies, etc).

Some of those elements can later be accessed by the port code, when, for example, there is a Window resize event.

The objective here is to create a WK2 API test to simulate the following scenario: WebProcess crash followed by a Window resize.

Assuming that the port is well behaved, it will test those WebPageProxy members state before making calls into them.

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