Bug 48458

Summary: WebPageProxy::isValid should return false if the page has been explicitly closed
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch sam: review+

Description Anders Carlsson 2010-10-27 13:03:32 PDT
WebPageProxy::isValid should return false if the page has been explicitly closed
Comment 1 Anders Carlsson 2010-10-27 13:04:42 PDT
Created attachment 72074 [details]
Patch
Comment 2 Sam Weinig 2010-10-27 13:07:06 PDT
Comment on attachment 72074 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=72074&action=review

> WebKit2/UIProcess/WebPageProxy.cpp:387
> +    printf("is in window: %d %d\n", m_isInWindow, isInWindow);

Please don't land this.
Comment 3 Anders Carlsson 2010-10-27 13:11:04 PDT
Committed r70696: <http://trac.webkit.org/changeset/70696>