Bug 51562

Summary: Assertion when loading www.yahoo.com in WebKit2 under decodeResourceRequest
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: WebKit2Assignee: Brian Weinstein <bweinstein>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
[PATCH] Fix
andersca: review+
[PATCH] Fix - Darin's comment andersca: review+

Description Brian Weinstein 2010-12-23 14:50:30 PST
We are hitting an assertion when loading yahoo.com in WebKit2.
Comment 1 Brian Weinstein 2010-12-23 14:52:15 PST
Created attachment 77370 [details]
[PATCH] Fix
Comment 2 Darin Adler 2010-12-23 14:53:54 PST
Comment on attachment 77370 [details]
[PATCH] Fix

We might want to fix this at the DataReference level instead. I also found it inconvenient when writing the web archive code that DataReference wanted to assert if I called data() on an empty one.
Comment 3 Brian Weinstein 2010-12-23 15:06:08 PST
Created attachment 77371 [details]
[PATCH] Fix - Darin's comment
Comment 4 Brian Weinstein 2010-12-23 15:37:20 PST
Landed in r74588.