[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 13:19:01 PST 2016


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

Johan K. Jensen <jj at johanjensen.dk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jj at johanjensen.dk

--- Comment #13 from Johan K. Jensen <jj at johanjensen.dk> ---
Both Firefox and Chrome has `console.count()` and `console.count('')` be equivalent (i.e. the count would be 2 after running those commands), while any additional whitespace to the title-parameter would create new counters.
Firefox also writes "<no label>: x" for counters without a title or with the empty title (but not for whitespace).
Should WebKit also show "<no label>: x" for those two cases? (And if so, should it be localized? And how would I do that?) Or should it just show "x"?

-- 
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/641dce89/attachment.html>


More information about the webkit-unassigned mailing list