[Webkit-unassigned] [Bug 164605] New: Incorrect release log message emitted when waiting/not waiting for the WebProcess continue a load
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 10 11:51:31 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=164605
Bug ID: 164605
Summary: Incorrect release log message emitted when waiting/not
waiting for the WebProcess continue a load
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dbates at webkit.org
CC: achristensen at apple.com, beidson at apple.com,
cdumez at apple.com, koivisto at iki.fi, krollin at apple.com,
sam at webkit.org
Currently the release log messages emitted in NetworkResourceLoader::didReceiveResponse() are inverted with respect to whether we are waiting for the WebProcess to send message NetworkResourceLoader::ContinueDidReceiveResponse. We emit a release log message of the form "didReceiveResponse: Should wait for message from WebContent process ..." when we are not waiting for the WebProcess and emit a message of the form "didReceiveResponse: Should not wait for message from WebContent process" when we are waiting on the WebProcess. We should invert these messages.
--
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/20161110/7c67106b/attachment.html>
More information about the webkit-unassigned
mailing list