WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
48993
Web Inspector: The console's XMLHttpRequest logging does not link to the actual request anymore
https://bugs.webkit.org/show_bug.cgi?id=48993
Summary
Web Inspector: The console's XMLHttpRequest logging does not link to the actu...
Xavier Morel
Reported
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
Attachments
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
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
***
Xavier Morel
Comment 2
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.
Pavel Feldman
Comment 3
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
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