Bug 48993
Summary: | Web Inspector: The console's XMLHttpRequest logging does not link to the actual request anymore | ||
---|---|---|---|
Product: | WebKit | Reporter: | Xavier Morel <webkit.org> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.6 |
Xavier Morel
Apparently a few versions ago requests display was forked to a Network tab from the previous Resources tab. During that refactoring, the links from the console's "XMLHttpRequest logging" messages were not re-linked to the correct tab.
Repro:
0. Open google.com
1. Open web inspector to the console tab
2. Enable "XMLHttpRequest logging" (right-click on the console and select it)
3. Enter a letter in the search box
4. Click on the link following the message "XHR finished" in the console
Expected:
Select the "s" request in the Network tab
Observed:
Opens the Resources tab, does not know what to select
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Pavel Feldman
Is this the same as https://bugs.webkit.org/show_bug.cgi?id=48998?
*** This bug has been marked as a duplicate of bug 48998 ***
Xavier Morel
It's not, but the fix for 48998 was actually for this one.
This one is a bug: the xmlhttprequest logging didn't link to the request page anymore. The other one is an enhancement request: it would be nice if — as in Firebug — it was possible to see the HTTP request data without leaving the console.
Pavel Feldman
Closing the right bug.
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