| Summary: | Crash when signing into twitter calling WebCore::DocumentLoader::responseReceived(WebCore::CachedResource*, WebCore::ResourceResponse const&) | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Brady Eidson <beidson> | ||||||||
| Component: | Page Loading | Assignee: | Brady Eidson <beidson> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | commit-queue, japhet | ||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||
| Version: | 528+ (Nightly build) | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Unspecified | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Brady Eidson
2015-08-03 08:53:49 PDT
Created attachment 258063 [details]
Patch v1
Created attachment 258068 [details]
Patch v2
Comment on attachment 258068 [details] Patch v2 View in context: https://bugs.webkit.org/attachment.cgi?id=258068&action=review > Source/WebCore/ChangeLog:3 > + Crash when signing into twitter calling WebCore::DocumentLoader::responseReceived(WebCore::CachedResource*, WebCore::ResourceResponse const&). Would like a regression test. (In reply to comment #3) > Comment on attachment 258068 [details] > Patch v2 > > View in context: > https://bugs.webkit.org/attachment.cgi?id=258068&action=review > > > Source/WebCore/ChangeLog:3 > > + Crash when signing into twitter calling WebCore::DocumentLoader::responseReceived(WebCore::CachedResource*, WebCore::ResourceResponse const&). > > Would like a regression test. And like with r187466, it's a struggle. But whereas with r187466 I'm not convinced it's possible, I am convinced it's possible here... so I'm working on it as a followup. https://trac.webkit.org/changeset/187740 I have a test. On its way. Created attachment 258095 [details]
Layouttest
|