Bug 81091

Summary: Web Inspector: Copy on the Console gives a mangled result.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch vsevik: review+

Description Pavel Feldman 2012-03-14 01:53:16 PDT
Downstream bug: http://code.google.com/p/chromium/issues/detail?id=115114
Comment 1 Pavel Feldman 2012-03-14 02:16:59 PDT
Created attachment 131812 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-03-14 02:51:39 PDT
Comment on attachment 131812 [details]
Patch

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

> Source/WebCore/inspector/front-end/ConsoleMessage.js:133
> +            this._formattedMessage.appendChild(document.createTextNode(" "));

Could you please add this separator to stack trace also?
Comment 3 Pavel Feldman 2012-03-14 05:04:08 PDT
Committed r110693: <http://trac.webkit.org/changeset/110693>