RESOLVED FIXED 110881
Web Inspector: class console-formatted-string renamed to console-formatted- ?
https://bugs.webkit.org/show_bug.cgi?id=110881
Summary Web Inspector: class console-formatted-string renamed to console-formatted- ?
Patrick F. Marques
Reported 2013-02-26 07:36:08 PST
Good: Previous versions use class .console-formatted-string in console span element Bad: class applied is now .console-formatted- in the same span element Overview: I tweaked my web development tools but in the last canary versions I experienced a difference in my colorized console lines. My custom.css is: #console-messages .console-formatted-string { color: #a8ff60 !important; } How reproduce: Open chrome canary (I use 27.0.1423.0), next open the development tools and run in console: >> console.log(['This is the text with wrong class']); using Ctrl+Shif+j to inspect the inspector and verify the class applied to the span element containing the text "This is the text with wrong class". The class is .console-formatted- instead of .console-formatted-string (the previous behavior)
Attachments
Patch (14.66 KB, patch)
2013-02-26 07:59 PST, Pavel Feldman
no flags
Pavel Feldman
Comment 1 2013-02-26 07:59:31 PST
WebKit Review Bot
Comment 2 2013-02-28 04:30:19 PST
Comment on attachment 190284 [details] Patch Clearing flags on attachment: 190284 Committed r144295: <http://trac.webkit.org/changeset/144295>
WebKit Review Bot
Comment 3 2013-02-28 04:30:22 PST
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.