Bug 48993 - Web Inspector: The console's XMLHttpRequest logging does not link to the actual request anymore
Summary: Web Inspector: The console's XMLHttpRequest logging does not link to the actu...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-04 07:26 PDT by Xavier Morel
Modified: 2010-11-09 22:30 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Morel 2010-11-04 07:26:05 PDT
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
Comment 1 Pavel Feldman 2010-11-09 09:36:50 PST
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 ***
Comment 2 Xavier Morel 2010-11-09 10:59:25 PST
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.
Comment 3 Pavel Feldman 2010-11-09 22:30:32 PST
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