Bug 131813

Summary: _webProcessIdentifier should return 0 if the web process crashed
Product: WebKit Reporter: Pratik Solanki <psolanki>
Component: New BugsAssignee: Pratik Solanki <psolanki>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, mitz, psolanki
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch andersca: review+

Pratik Solanki
Reported 2014-04-17 13:50:52 PDT
Add SPI to see if web process is live or got killed
Attachments
Patch (1.89 KB, patch)
2014-04-17 13:52 PDT, Pratik Solanki
no flags
Patch (1.33 KB, patch)
2014-04-17 14:27 PDT, Pratik Solanki
andersca: review+
Pratik Solanki
Comment 1 2014-04-17 13:52:05 PDT
Anders Carlsson
Comment 2 2014-04-17 13:53:48 PDT
Comment on attachment 229572 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=229572&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:1411 > +- (BOOL)_isValid > +{ > + return _page->isValid(); > +} I think this name is too generic. How about _hasWebProcess? > Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h:121 > +- (BOOL)_isValid; This should be a property.
Pratik Solanki
Comment 3 2014-04-17 14:16:47 PDT
Better way - just make _webProcessIdentifier return 0 if the process was killed.
Pratik Solanki
Comment 4 2014-04-17 14:27:30 PDT
Pratik Solanki
Comment 5 2014-04-17 15:39:55 PDT
Note You need to log in before you can comment on or make changes to this bug.