RESOLVED FIXED 192049
Move logCookieInformation bool from NetworkProcess to NetworkSession
https://bugs.webkit.org/show_bug.cgi?id=192049
Summary Move logCookieInformation bool from NetworkProcess to NetworkSession
Alex Christensen
Reported 2018-11-27 16:06:34 PST
Move logCookieInformation bool from NetworkProcess to NetworkSession
Attachments
Patch (21.57 KB, patch)
2018-11-27 16:07 PST, Alex Christensen
no flags
Patch (21.66 KB, patch)
2018-11-27 20:24 PST, Alex Christensen
no flags
Patch (21.66 KB, patch)
2018-11-27 21:55 PST, Alex Christensen
cdumez: review+
Alex Christensen
Comment 1 2018-11-27 16:07:07 PST
Chris Dumez
Comment 2 2018-11-27 16:41:25 PST
Comment on attachment 355805 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=355805&action=review > Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.cpp:460 > + if (session->logCookieInformation()) This is a bad name, makes it sound like it is actually logging stuff. Should be named shouldLogCookieInformation() like it was. > Source/WebKit/NetworkProcess/NetworkSession.h:50 > + virtual bool logCookieInformation() const { return false; } Bad naming. > Source/WebKit/NetworkProcess/NetworkSessionCreationParameters.h:58 > + bool logCookieInformation { false }; Bad naming. > Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.h:86 > + bool m_logCookieInformation { false }; Bad naming.
Alex Christensen
Comment 3 2018-11-27 20:24:10 PST
Alex Christensen
Comment 4 2018-11-27 21:55:17 PST
Alex Christensen
Comment 5 2018-11-28 13:09:22 PST
Radar WebKit Bug Importer
Comment 6 2018-11-28 13:10:40 PST
Note You need to log in before you can comment on or make changes to this bug.