Bug 146919

Summary: Web Inspector: Uncaught exception in inspector for some ConsoleMessages
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, hi, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: DoNotImportToRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

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.