[Webkit-unassigned] [Bug 234778] New: Console message functions need consistent terminology
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 1 01:46:44 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=234778
Bug ID: 234778
Summary: Console message functions need consistent terminology
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: darin at apple.com
CC: inspector-bugzilla-changes at group.apple.com
Here are the names of functions to put messages in the JavaScript console that I have found:
addConsoleMessage
addMessage
convertToExceptionAndLog
logConsolePersistencyError
logError
logExceptionToConsole
logMockScrollbarsControllerMessage
logSecurityError
printErrorMessage
printToConsole
reportMessage
Note that some of them "add" the messages, some "log" them, some "print" them, and some "report" them. But they are all doing the same thing and so should use the same verb I think.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220101/15069730/attachment-0001.htm>
More information about the webkit-unassigned
mailing list