Bug 143801 - Web Inspector: InspectorTest frontend console methods redirected to the frontend are wrong
Summary: Web Inspector: InspectorTest frontend console methods redirected to the front...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2015-04-15 15:15 PDT by Joseph Pecoraro
Modified: 2015-04-15 16:23 PDT (History)
10 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.60 KB, patch)
2015-04-15 15:17 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-04-15 15:15:54 PDT
* SUMMARY
InspectorTest frontend console methods redirected to the frontend are wrong.

Test.js tries to redirect console.log/error/info as "LOG: args" etc, but they all end up as "INFO: " and have an extra comma in the arguments stringification.
Comment 1 Joseph Pecoraro 2015-04-15 15:17:30 PDT
Created attachment 250870 [details]
[PATCH] Proposed Fix
Comment 2 Brian Burg 2015-04-15 15:22:51 PDT
Comment on attachment 250870 [details]
[PATCH] Proposed Fix

r=me (Ouch, that is a dumb bug.)

I would have expected this to require test rebaselines..?
Comment 3 WebKit Commit Bot 2015-04-15 16:23:03 PDT
Comment on attachment 250870 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 250870

Committed r182870: <http://trac.webkit.org/changeset/182870>
Comment 4 WebKit Commit Bot 2015-04-15 16:23:07 PDT
All reviewed patches have been landed.  Closing bug.