[Webkit-unassigned] [Bug 105330] REGRESSION(r137607): resource load client callbacks are not called for the main resource when loading HTML string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 27 03:07:09 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=105330





--- Comment #21 from Christophe Dumez <christophe.dumez at intel.com>  2012-12-27 03:09:16 PST ---
(In reply to comment #20)
> (In reply to comment #19)
> > After this patch, http/tests/appcache/main-resource-redirect.html is crashing on EFL port. The reason for this is that ResourceLoadClient::didReceiveResponseForResource() is now called with 0 identifier (which is not a valid key in our HashTable).
> > 
> > Could you tell me if this is expected? If 0 is now a valid resource identifier, then I should probably use WTF::UnsignedWithZeroKeyHashTraits for our Resource HashTable.
> 
> Sounds like a bug, I don't think 0 is a valid resource identifier.

Thanks for your reply. I filed Bug 105788 to track the regression.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list