Bug 110881 - Web Inspector: class console-formatted-string renamed to console-formatted- ?
Summary: Web Inspector: class console-formatted-string renamed to console-formatted- ?
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-26 07:36 PST by Patrick F. Marques
Modified: 2013-02-28 04:30 PST (History)
9 users (show)

See Also:


Attachments
Patch (14.66 KB, patch)
2013-02-26 07:59 PST, Pavel Feldman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick F. Marques 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)
Comment 1 Pavel Feldman 2013-02-26 07:59:31 PST
Created attachment 190284 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2013-02-28 04:30:22 PST
All reviewed patches have been landed.  Closing bug.