[Webkit-unassigned] [Bug 61920] DocumentThreadableLoader should return meaningful error codes.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 10:31:53 PDT 2011


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





--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2011-06-03 10:31:53 PST ---
Note that DocumentThreadableLoader creates errors in internal domain. Internal means that these should never go to the client, or at least that we don't want the client to care about details. Errors that are meaningful to the client are defined in each WebKit - see e.g. WebKit/mac/Misc/WebKitErrors.h.

If DocumentThreadableLoader creates errors that can be meaningful to clients, it should call WebKit to create those via FrameLoaderClient.

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