[Webkit-unassigned] [Bug 18774] New: SQUIRRELFISH: print meaningful error messages
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Apr 27 12:39:04 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18774
Summary: SQUIRRELFISH: print meaningful error messages
Product: WebKit
Version: 526+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: SquirrelFishBlocker
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: cwzwarich at uwaterloo.ca
CC: mjs at apple.com, ggaren at apple.com, oliver at apple.com
OtherBugsDependingO 18631
nThis:
Currently, many error messages include a textual representation of the
expression being evaluated. This doesn't happen with SquirrelFish, which is the
cause of the vast majority of the layout test failures. We currently intercept
thrown exceptions and add line and sourceURL information, which is not used
when printing the exception. Maciej suggested that we use this information when
printing the exception and add column information as well. This will require
tracking columns in the parser and storing them in the nodes.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list