[Webkit-unassigned] [Bug 161063] Sample Process on notifyDone timed out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 22 16:30:53 PDT 2016


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

--- Comment #2 from Jonathan Bedard <jbedard at apple.com> ---
A few notes about this patch: There are a number of techniques used in this patch that do not seem to adhere to the architecture of WebKit.  This particular code path is classified as a timeout, but the location and logging of this type of error is consistent with a text difference rather than a timeout or a crash.  Because of this, the mechanisms used in the TestController are unavailable to this class, hence the hard-coding of the process name.  It is possible to entirely define TestController::webProcessName() in the TestController header, which allows the InjectedBundle library to access this function, but such a change seemed to violate the intent and future plans for the function.

-- 
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/20160822/17f24d68/attachment.html>


More information about the webkit-unassigned mailing list