RESOLVED FIXED 156177
REGRESSION(r198955): com.apple.WebKit.Networking.Development crashed in com.apple.WebKit: WebKit::NetworkLoad::setPendingDownloadID + 11
https://bugs.webkit.org/show_bug.cgi?id=156177
Summary REGRESSION(r198955): com.apple.WebKit.Networking.Development crashed in com.a...
Brent Fulgham
Reported 2016-04-04 13:24:41 PDT
The new tests I added in Bug 156057 (r198955) cause a crash in the Networking process on OS X when built with the NETWORK_SESSION flag turned on. This is because the new NETWORK_SESSION code does not handle Blob URLs properly. This patch corrects the specific cause of the crash in our testing infrastructure. The actual fixes for BLOB URLs will be done under Bug 156099.
Attachments
Patch (1.64 KB, patch)
2016-04-04 13:30 PDT, Brent Fulgham
achristensen: review+
Brent Fulgham
Comment 1 2016-04-04 13:25:09 PDT
Brent Fulgham
Comment 2 2016-04-04 13:26:16 PDT
Specific failing test cases: fast/dom/HTMLAnchorElement/anchor-download.html fast/dom/HTMLAnchorElement/anchor-nodownload-set.html http/tests/security/anchor-download-allow-blob.html
Brent Fulgham
Comment 3 2016-04-04 13:30:43 PDT
Brent Fulgham
Comment 4 2016-04-04 14:09:28 PDT
Note You need to log in before you can comment on or make changes to this bug.