Bug 25323 - add HTTP sniffer to Web Inspector
Summary: add HTTP sniffer to Web Inspector
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-21 22:02 PDT by sideshowbarker
Modified: 2014-12-12 14:10 PST (History)
1 user (show)

See Also:


Attachments
GMail scroll bars missing, v3. (8.74 KB, patch)
2009-04-22 16:08 PDT, Dimitri Glazkov (Google)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sideshowbarker 2009-04-21 22:02:42 PDT
Firebug has some kind of built-in feature for HTTP sniffing. There's also HTTPWatch and HTTPFox.
So it would be great to have a feature in Web Inspector that provides a similar function (that is, which also allows full inspection of response bodies and other parts of requests/responses -- not just headers).
Comment 1 Dimitri Glazkov (Google) 2009-04-22 16:08:43 PDT
Created attachment 29693 [details]
GMail scroll bars missing, v3.

 LayoutTests/ChangeLog                              |    9 +++++
 .../fast/overflow/overflow-y-scroll-expected.txt   |    3 ++
 LayoutTests/fast/overflow/overflow-y-scroll.html   |   39 ++++++++++++++++++++
 WebCore/ChangeLog                                  |   13 +++++++
 WebCore/platform/ScrollView.cpp                    |   17 +++++----
 WebKit/mac/ChangeLog                               |   11 ++++++
 WebKit/mac/WebView/WebDynamicScrollBarsView.m      |   19 +++++-----
 7 files changed, 94 insertions(+), 17 deletions(-)
Comment 2 Dimitri Glazkov (Google) 2009-04-22 16:09:22 PDT
Comment on attachment 29693 [details]
GMail scroll bars missing, v3.

Whoops. Wrong bug :)
Comment 3 Rob Colburn 2012-05-02 13:57:37 PDT
Old bug... Net panel new exists.
Comment 4 Brian Burg 2014-12-12 14:10:25 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.