WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
48998
Web Inspector: XHR logging in console should give complete view of resource
https://bugs.webkit.org/show_bug.cgi?id=48998
Summary
Web Inspector: XHR logging in console should give complete view of resource
Xavier Morel
Reported
2010-11-04 07:48:35 PDT
The web inspector has an option to log XHR requests to the console. Sadly this logging, when enabled, is merely a link to the Resources tab (due to a bug, should link to the Network tab) and the request there. It would be nice (for those using XHR logging) if the log was closer to Firebug's for the same feature: a single line akin to the one generated by console.group() (but closed by default) displaying the request method and URL, the response status and the total response time, and this line can be opened (again akin to a group) to a more complete view (request/response headers as well as content) close to the one currently living in the Network pane.
Attachments
[PATCH] Navigate to network log upon xhr console entry click.
(6.94 KB, patch)
2010-11-05 07:06 PDT
,
Pavel Feldman
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2010-11-05 07:06:22 PDT
Created
attachment 73062
[details]
[PATCH] Navigate to network log upon xhr console entry click.
Pavel Feldman
Comment 2
2010-11-05 07:25:35 PDT
Committing to
http://svn.webkit.org/repository/webkit/trunk
... M WebCore/ChangeLog M WebCore/inspector/front-end/ConsoleView.js M WebCore/inspector/front-end/NetworkPanel.js M WebCore/inspector/front-end/StoragePanel.js M WebCore/inspector/front-end/inspector.js Committed
r71413
Pavel Feldman
Comment 3
2010-11-09 09:36:50 PST
***
Bug 48993
has been marked as a duplicate of this bug. ***
Pavel Feldman
Comment 4
2010-11-09 22:31:51 PST
Reopening since this one was not actually fixed. User wants to expand console message to see XHR details.
Kirill Maximov
Comment 5
2011-08-17 03:48:57 PDT
I'd expect Chrome to navigate to network log upon click on XHR request in console - it would be a noticable improvement. Viewing some details inline would be good, but not essential (and it is important to keep the link to network log to see _all_ details).
Pavel Feldman
Comment 6
2011-08-17 05:32:58 PDT
(In reply to
comment #5
)
> I'd expect Chrome to navigate to network log upon click on XHR request in console - it would be a noticable improvement. Viewing some details inline would be good, but not essential (and it is important to keep the link to network log to see _all_ details).
There is
https://bugs.webkit.org/show_bug.cgi?id=65550
for that.
Vsevolod Vlasov
Comment 7
2011-09-01 07:34:45 PDT
(In reply to
comment #6
)
> (In reply to
comment #5
) > > I'd expect Chrome to navigate to network log upon click on XHR request in console - it would be a noticable improvement. Viewing some details inline would be good, but not essential (and it is important to keep the link to network log to see _all_ details). > > There is
https://bugs.webkit.org/show_bug.cgi?id=65550
for that.
This is now tracked in
https://bugs.webkit.org/show_bug.cgi?id=67399
Rob Colburn
Comment 8
2012-05-09 09:53:58 PDT
This appears complete with:
https://bugs.webkit.org/show_bug.cgi?id=67399
Screen-shots of the process:
http://www.dropmocks.com/mBijMg
Nikita Vasilyev
Comment 9
2012-10-25 14:59:09 PDT
The current behaviour looks perfectly fine to me. Pavel, do you still want something like
http://elv1s.ru/i/firebug-xhr-logging.png
?
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug