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

Daniel Bates
Reported 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.
Attachments
Patch (3.37 KB, patch)
2016-11-10 11:52 PST, Daniel Bates
no flags
Daniel Bates
Comment 1 2016-11-10 11:52:45 PST
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2016-11-12 21:53:44 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.