Bug 114541 - REGRESSION (r141981): Crash when closing a Google Docs document
Summary: REGRESSION (r141981): Crash when closing a Google Docs document
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar, Regression
Depends on: 114616 114619
Blocks:
  Show dependency treegraph
 
Reported: 2013-04-12 15:59 PDT by Alexey Proskuryakov
Modified: 2013-04-15 11:16 PDT (History)
3 users (show)

See Also:


Attachments
proposed fix (4.01 KB, patch)
2013-04-12 16:03 PDT, Alexey Proskuryakov
beidson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-04-12 15:59:27 PDT
FrameNetworkingContext::shouldClearReferrerOnHTTPSToHTTPRedirect gets called when m_frame is null, because there is an onunload ping that has a redirect from https to http.

<rdar://problem/13277362>
Comment 1 Alexey Proskuryakov 2013-04-12 16:03:41 PDT
Created attachment 197902 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2013-04-12 16:10:53 PDT
Committed <https://trac.webkit.org/r148310>.