Bug 24927

Summary: Avoid empty ResourceError objects in CURL / wx ports
Product: WebKit Reporter: Kevin Ollivier <kevino>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, mr.diggilin
Priority: P2 Keywords: Curl, Wx
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
CURL fix for empty ResourceError object problem
mjs: review+
wx fixes for empty ResourceError objects mjs: review+

Description Kevin Ollivier 2009-03-29 16:43:41 PDT
WebCore::DocumentLoader::mainReceivedError now asserts if error.isNull(), and other places may start asserting too, so we need to fill out the ResourceError objects.
Comment 1 Kevin Ollivier 2009-03-29 16:44:20 PDT
Created attachment 29049 [details]
CURL fix for empty ResourceError object problem
Comment 2 Kevin Ollivier 2009-03-29 16:44:54 PDT
Created attachment 29050 [details]
wx fixes for empty ResourceError objects
Comment 3 Maciej Stachowiak 2009-05-09 14:58:20 PDT
Comment on attachment 29049 [details]
CURL fix for empty ResourceError object problem

r=me
Comment 4 Maciej Stachowiak 2009-05-09 14:58:41 PDT
Comment on attachment 29050 [details]
wx fixes for empty ResourceError objects

r=me
Comment 5 Kevin Ollivier 2009-05-09 15:42:03 PDT
Landed in r43442, thanks!