[Webkit-unassigned] [Bug 125340] New: PageConsole::addMessage does not set position in every cases.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 6 01:07:05 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125340
Summary: PageConsole::addMessage does not set position in every
cases.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: lango at inf.u-szeged.hu
WebCore/page/PageConsole.cpp:
FIXME: The below code attempts to determine line numbers for parser generated errors, but this is not the only reason why we can get here. For example, if we are still parsing and get a WebSocket network error, it will be erroneously attributed to a line where parsing was paused. Also, we should determine line numbers for script generated messages (e.g. calling getImageData on a canvas). We probably need to split this function into multiple ones, as appropriate for different call sites. Or maybe decide based on MessageSource.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list