Bug 81091 - Web Inspector: Copy on the Console gives a mangled result.
Summary: Web Inspector: Copy on the Console gives a mangled result.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-14 01:53 PDT by Pavel Feldman
Modified: 2012-03-14 05:04 PDT (History)
10 users (show)

See Also:


Attachments
Patch (65.74 KB, patch)
2012-03-14 02:16 PDT, Pavel Feldman
vsevik: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>