Bug 90783
| Summary: | [EFL][WK2] Establish Error code system for Efl port. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Keunsoon Lee <keunsoon.lee> |
| Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | gyuyoung.kim, lucas.de.marchi, mcatanzaro, sw0524.lee |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Other | ||
| OS: | Linux | ||
Keunsoon Lee
WebErrors.h (on Source/WebKit2/WebProcess/WebCoreSupport) has functions which are not matched with WKError.h.
For example, cancelledError() and fileDoesNotExistError().
So, WebErrorsEfl.cpp (on Source/WebKit2/WebProcess/WebCoreSupport/efl) had to use magic number like "-999" which application cannot recognize.
(Please refer to https://bugs.webkit.org/show_bug.cgi?id=90688)
Efl port should establish its error code system so that this magic number makes disappear.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Closing this bug because the EFL port has been removed from trunk.
If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.