Bug 115530
Summary: | REGRESSION (149389) Main resources converted to downloads are immediately cancelled | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brady Eidson <beidson> |
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | All |
Brady Eidson
REGRESSION (149389) Main resources converted to downloads are immediately cancelled
The NetworkResourceLoader needs to know its handle should not be cancelled.
In radar as <rdar://problem/13795795>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brady Eidson
I tried a patch that clears m_handle and keeps track of the ref()/deref() self state via a new bool, but because of the threading involved that ran into bizarre problems we don't have time to explore right now.
Prepping a patch that is probably a little worse but definitely works.
Brady Eidson
Alexey reviewed this patch over my shoulder. Landing soon.
Brady Eidson
http://trac.webkit.org/changeset/149499