Bug 164605

Summary: Incorrect release log message emitted when waiting/not waiting for the WebProcess continue a load
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebKit2Assignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, cdumez, commit-queue, koivisto, krollin, sam
Priority: P2    
Version: WebKit Local Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Daniel Bates 2016-11-10 11:51:31 PST
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.
Comment 1 Daniel Bates 2016-11-10 11:52:45 PST
Created attachment 294393 [details]
Patch
Comment 2 WebKit Commit Bot 2016-11-12 21:53:40 PST
Comment on attachment 294393 [details]
Patch

Clearing flags on attachment: 294393

Committed r208665: <http://trac.webkit.org/changeset/208665>
Comment 3 WebKit Commit Bot 2016-11-12 21:53:44 PST
All reviewed patches have been landed.  Closing bug.