Bug 147055

Summary: REGRESSION (r186964): Crash in WebKit2.CloseFromWithinCreatePage
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, sam
Priority: P1 Keywords: Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch achristensen: review+

Description mitz 2015-07-17 15:54:45 PDT
http://trac.webkit.org/r186964 introduced a crash in WebKit2.CloseFromWithinCreatePage.
Comment 1 mitz 2015-07-17 16:02:08 PDT
Created attachment 257002 [details]
Patch
Comment 2 Alex Christensen 2015-07-17 16:05:48 PDT
Comment on attachment 257002 [details]
Patch

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

> Source/WebKit2/ChangeLog:9
> +        (WebKit::WebPageProxy::createNewPage): Grab the main frameâs URL before calling out to the

non-ascii '
Comment 3 mitz 2015-07-17 16:07:03 PDT
Fixed in <http://trac.webkit.org/r186969>.
Comment 4 Alexey Proskuryakov 2015-07-17 20:53:47 PDT
Does this need a Radar?
Comment 5 mitz 2015-07-17 21:04:32 PDT
(In reply to comment #4)
> Does this need a Radar?

No, the fix is part of fixing the Radar for the change that caused the regression.