[Webkit-unassigned] [Bug 34207] New: No way to distinguish AJAX requests in the Console that resulted in errors (500)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 27 01:49:27 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34207
Summary: No way to distinguish AJAX requests in the Console
that resulted in errors (500)
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jeroen.zwartepoorte at gmail.com
When developing/debugging webapps, Firebug shows an icon in the console when an
AJAX call returned an error (500). This allows you to quickly see if a call
resulted in an error. In the WebInspector there is no visual indication if a
call resulted in an error form the console. The only way is to "guess" (nothing
happens on screen for example or you see a visual indication in the webpage
that an error occurred). And then click the link which brings you to the
resource tab and then inspect the contents of the reponse to see the error
message.
So my request is to add a visual indication in the Console when an AJAX call
resulted in an error (500).
Additionally, Firebug also shows a progress indicator in the console when an
AJAX call is active. Webkit seems to only show the AJAX call in the Console
after it has completed.
--
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