Bug 53237

Summary: [Qt][WK2] Add QWKPage APIs regarding engine process availability
Product: WebKit Reporter: Andreas Kling <kling>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann, vestbo
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch none

Description Andreas Kling 2011-01-27 06:03:55 PST
Add the following Qt/WK2 APIs:

bool QWKPage::isConnectedToEngine() const
void QWKPage::engineConnected() [signal]
void QWKPage::engineDisconnected() [signal]
Comment 1 Andreas Kling 2011-01-27 06:05:38 PST
Created attachment 80326 [details]
Proposed patch
Comment 2 Andreas Kling 2011-01-27 07:07:47 PST
Comment on attachment 80326 [details]
Proposed patch

Clearing flags on attachment: 80326

Committed r76798: <http://trac.webkit.org/changeset/76798>
Comment 3 Andreas Kling 2011-01-27 07:07:56 PST
All reviewed patches have been landed.  Closing bug.