RESOLVED FIXED 201052
Remove logging that contains a URL
https://bugs.webkit.org/show_bug.cgi?id=201052
Summary Remove logging that contains a URL
Keith Rollin
Reported 2019-08-22 14:00:34 PDT
checkURLReceivedFromWebProcess in WebProcessProxy.cpp contains an old logging line that logs a URL. We don't log URLs any more for privacy reasons, so remove this. A search for WTFLogAlways.*url turns up other matches, but those are either false positives or cases where the URLs are logged only on demand by the developer as part of debugging. checkURLReceivedFromWebProcess is the only place where a URL is logged as a matter of course.
Attachments
Patch (1.84 KB, patch)
2019-08-22 14:02 PDT, Keith Rollin
no flags
Patch (1.92 KB, patch)
2019-08-22 14:12 PDT, Keith Rollin
no flags
Radar WebKit Bug Importer
Comment 1 2019-08-22 14:00:52 PDT
Keith Rollin
Comment 2 2019-08-22 14:02:42 PDT
Chris Dumez
Comment 3 2019-08-22 14:08:53 PDT
Comment on attachment 377042 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=377042&action=review > Source/WebKit/UIProcess/WebProcessProxy.cpp:-561 > - WTFLogAlways("Received an unexpected URL from the web process: '%s'\n", url.string().utf8().data()); Shouldn't we keep the logging though? How to we know now that's why the load is failing?
Keith Rollin
Comment 4 2019-08-22 14:12:44 PDT
WebKit Commit Bot
Comment 5 2019-08-22 14:44:00 PDT
Comment on attachment 377043 [details] Patch Clearing flags on attachment: 377043 Committed r249029: <https://trac.webkit.org/changeset/249029>
WebKit Commit Bot
Comment 6 2019-08-22 14:44:01 PDT
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.