[Webkit-unassigned] [Bug 152038] Web Inspector: console.count() shouldn't show a colon in front of a number

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 10 11:27:21 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=152038

--- Comment #9 from Brian Burg <bburg at apple.com> ---
Comment on attachment 268646
  --> https://bugs.webkit.org/attachment.cgi?id=268646
Not quite sure if the empty string (`console.count("")`) should show `: 1` or if it should be equivalent to `console.count()`.

View in context: https://bugs.webkit.org/attachment.cgi?id=268646&action=review

> Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:178
> +    if (title.isEmpty())

What if the argument is all whitespace?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160110/10a10e61/attachment.html>


More information about the webkit-unassigned mailing list