Bug 51562 - Assertion when loading www.yahoo.com in WebKit2 under decodeResourceRequest
Summary: Assertion when loading www.yahoo.com in WebKit2 under decodeResourceRequest
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Brian Weinstein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-23 14:50 PST by Brian Weinstein
Modified: 2010-12-23 15:37 PST (History)
2 users (show)

See Also:


Attachments
[PATCH] Fix (1.23 KB, patch)
2010-12-23 14:52 PST, Brian Weinstein
andersca: review+
Details | Formatted Diff | Diff
[PATCH] Fix - Darin's comment (2.47 KB, patch)
2010-12-23 15:06 PST, Brian Weinstein
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.