Summary: | Reduce logging from WebResourceLoader::didReceiveData | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Keith Rollin <krollin> | ||||||
Component: | WebKit2 | Assignee: | Keith Rollin <krollin> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | commit-queue, koivisto | ||||||
Priority: | P2 | ||||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 162235 | ||||||||
Attachments: |
|
Description
Keith Rollin
2016-09-19 14:16:56 PDT
Created attachment 289259 [details]
Patch
Created attachment 289262 [details]
Patch
Comment on attachment 289262 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=289262&action=review > Source/WebKit2/WebProcess/Network/WebResourceLoader.cpp:138 > + RELEASE_LOG_IF_ALLOWED("didReceiveData: (size = %lu)", data.size()); Should the message indicate that this was the first data received? It might be confusing if it appears that there was nothing more. (In reply to comment #3) > Comment on attachment 289262 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=289262&action=review > > > Source/WebKit2/WebProcess/Network/WebResourceLoader.cpp:138 > > + RELEASE_LOG_IF_ALLOWED("didReceiveData: (size = %lu)", data.size()); > > Should the message indicate that this was the first data received? It might > be confusing if it appears that there was nothing more. This will be addressed in Bug 162235. Comment on attachment 289262 [details] Patch Clearing flags on attachment: 289262 Committed r206123: <http://trac.webkit.org/changeset/206123> All reviewed patches have been landed. Closing bug. |