Bug 48458 - WebPageProxy::isValid should return false if the page has been explicitly closed
Summary: WebPageProxy::isValid should return false if the page has been explicitly closed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-27 13:03 PDT by Anders Carlsson
Modified: 2010-10-27 13:11 PDT (History)
0 users

See Also:


Attachments
Patch (3.65 KB, patch)
2010-10-27 13:04 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

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