[Webkit-unassigned] [Bug 61439] REGRESSION (r87229): Lots of tests crashing in CFNetwork!URLResponse::createFilenameFromResponseHeaders on Windows XP

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 25 15:48:51 PDT 2011


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





--- Comment #10 from Stephanie Lewis <slewis at apple.com>  2011-05-25 15:48:51 PST ---
I agree with Brady in ResourceResponseBase m_inNull means some fields have been initialized.  In ResourceResponseCFNet and ResourceResponseMac m_isNull means that the platform is null.  Unfortunately ResourceResponseBase exposes m_isNull to other places with an isNull() call so the first definition has spread. 

It seems like it would be easier to make ResourceResponse adopt ResourceResponseBase's idea of isNull than to revert back to the original meaning, or we could add a flag to ResourceResponse to stand for platform is null.

-- 
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