Bug 53237 - [Qt][WK2] Add QWKPage APIs regarding engine process availability
Summary: [Qt][WK2] Add QWKPage APIs regarding engine process availability
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-01-27 06:03 PST by Andreas Kling
Modified: 2011-01-27 07:07 PST (History)
2 users (show)

See Also:


Attachments
Proposed patch (3.43 KB, patch)
2011-01-27 06:05 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.