[Webkit-unassigned] [Bug 156974] New: Moving WebErrors from WebCoreSupport to Shared
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 25 05:56:02 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=156974
Bug ID: 156974
Summary: Moving WebErrors from WebCoreSupport to Shared
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit API
Assignee: webkit-unassigned at lists.webkit.org
Reporter: csaavedra at igalia.com
The GTK+ and EFL ports have a WebCore/platform layer for errors, which basically wraps around ResourceError and friends. This is then used from the UI, web, etc. processes.
Then there is WebErrors in WebCoreSupport, which also wrap around ResourceError (although in the GTK+ and EFL port these use the above-mentioned errors as an intermediate layer). However, this is only available to the web process.
I would like to unify these into one set of WebErrors, available to processes. I suspect that a reasonable place for this would be Shared/WebErrors.h. This would involve moving the existing WebErrors in WebCoreSupport and merging them with the errors that the EFL and GTK+ ports have in WebCore.
Does this sound OK or am I missing something?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160425/a3c7c95a/attachment-0001.html>
More information about the webkit-unassigned
mailing list