[Webkit-unassigned] [Bug 139491] [GTK] Add initial database process support
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 10 10:01:55 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=139491
Carlos Garcia Campos <cgarcia at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #243039| |review?
Flags| |
--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Created attachment 243039
--> https://bugs.webkit.org/attachment.cgi?id=243039&action=review
Patch
It's still disabled by default because I'm getting a lot of test failures, mainly due to what I think it's a bug in the compiler, but I'm not sure. When completing an async task, UniqueIDBDatabase is calling AsyncRequest::completeRequest() with an errorCode and an errorMessage. For some reason, when the errorCode is 0, something very different is received in the completion handler callback, I guess someting goes wrong when unpacking the Arguments, however all other parameters are correctly unpacked. This makes the WebProcess think that many of the methods failed when they didn't. I manged to workaround it by using WTF::move(errorCode), but I don't have an explanation. With that, and skipping the same layout tests than mac, I managed to get only 25 failures (with similar error, so I suspect is actually the same bug in most of them).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141210/94c99784/attachment-0002.html>
More information about the webkit-unassigned
mailing list