Bug 146919 - Web Inspector: Uncaught exception in inspector for some ConsoleMessages
Summary: Web Inspector: Uncaught exception in inspector for some ConsoleMessages
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-07-13 15:28 PDT by Joseph Pecoraro
Modified: 2015-07-13 16:54 PDT (History)
9 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.49 KB, patch)
2015-07-13 15:29 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-07-13 15:28:42 PDT
* SUMMARY
Uncaught exception in inspector for engine generated ConsoleMessages with just message text and no parameters or stack trace.

TypeError: undefined is not an object (evaluating 'this._message.parameters.length') (ConsoleMessageView.js)

When a security message is logged, inspector² shows uncaught exception

* NOTES
Fallout from bug 146377.
Comment 1 Joseph Pecoraro 2015-07-13 15:29:38 PDT
Created attachment 256733 [details]
[PATCH] Proposed Fix
Comment 2 Brian Burg 2015-07-13 16:03:09 PDT
Comment on attachment 256733 [details]
[PATCH] Proposed Fix

r=me
Comment 3 WebKit Commit Bot 2015-07-13 16:54:25 PDT
Comment on attachment 256733 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 256733

Committed r186796: <http://trac.webkit.org/changeset/186796>
Comment 4 WebKit Commit Bot 2015-07-13 16:54:30 PDT
All reviewed patches have been landed.  Closing bug.