RESOLVED FIXED 114315
ScriptExecutionContext log exception should include a column number
https://bugs.webkit.org/show_bug.cgi?id=114315
Summary ScriptExecutionContext log exception should include a column number
Joseph Pecoraro
Reported 2013-04-09 16:02:22 PDT
ScriptExecutionContext has logExceptionToConsole which may send error ConsoleMessages to the inspector. In order to jump to the proper place in source code the inspector needs both the line number and column number. Examples would be JavaScript runtime exceptions.
Attachments
[PATCH] Proposed Fix (35.21 KB, patch)
2013-04-24 20:20 PDT, Joseph Pecoraro
oliver: review+
joepeck: commit-queue-
Radar WebKit Bug Importer
Comment 1 2013-04-09 16:03:27 PDT
Joseph Pecoraro
Comment 2 2013-04-09 16:04:54 PDT
This should also cover ScriptExecutionContext::reportException.
Radar WebKit Bug Importer
Comment 3 2013-04-09 16:05:14 PDT
Joseph Pecoraro
Comment 4 2013-04-24 20:20:19 PDT
Created attachment 199610 [details] [PATCH] Proposed Fix Likely requires a patch on another bug and needs to be rebased in order to build. I'll work on making that happen so the bots can build as expected. The change however would remain essentially the same.
Joseph Pecoraro
Comment 5 2013-04-25 12:31:11 PDT
Note You need to log in before you can comment on or make changes to this bug.