| Summary: | Web Inspector: Log JS Exceptions to System Console if JavaScriptCoreOutputConsoleMessagesToSystemConsole enabled | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||
| Component: | Web Inspector | Assignee: | Joseph Pecoraro <joepeck> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue, graouts, joepeck, timothy, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
|
Description
Joseph Pecoraro
2014-04-04 15:20:36 PDT
Created attachment 228620 [details]
[PATCH] Proposed Fix
Comment on attachment 228620 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=228620&action=review > Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.cpp:162 > + ConsoleClient::printConsoleMessage(MessageSource::JS, MessageType::Log, MessageLevel::Error, errorMessage, callFrame.sourceURL(), callFrame.lineNumber(), callFrame.columnNumber()); Would be good to print the whole stack by passing in callStack and treating it like a console.trace. Comment on attachment 228620 [details] [PATCH] Proposed Fix Clearing flags on attachment: 228620 Committed r166816: <http://trac.webkit.org/changeset/166816> All reviewed patches have been landed. Closing bug. |