[Webkit-unassigned] [Bug 61920] There is no system of error codes for ResourceError

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 09:07:09 PDT 2011


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





--- Comment #3 from Alexey Proskuryakov <ap at webkit.org>  2011-06-03 09:07:08 PST ---
Both are correct in this regard. There is an m_domain field, and every domain owner uses whatever codes it likes.

Apparently, we never needed to differentiate between errors in internal WebKit domain, so always using 0 is fine. On the other hand, ResourceErrorMac copies error code and domain from NSError - and the domain could be CFNetwork, SSL, POSIX, or something else along those lines.

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