[Webkit-unassigned] [Bug 198747] [WinCairo] Make objects used in CurlRequest thread safe.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 11 20:15:28 PDT 2019


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

--- Comment #11 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 371898
  --> https://bugs.webkit.org/attachment.cgi?id=371898
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=371898&action=review

>> Source/WebCore/platform/network/curl/CurlRequest.h:78
>> +    void setStartTime(const MonotonicTime& startTime) { m_requestStartTime = startTime.isolatedCopy(); }
> 
> Looks so bad.
> You should define a new struct for passing metrics information from the worker thread to the main thread, and calculate responseEnd in the main thread in the future.

Defining a new struct also doesn't sound good. Ignore this comment.

-- 
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/20190612/b750a9d0/attachment.html>


More information about the webkit-unassigned mailing list