Closed
Bug 1334408
Opened 8 years ago
Closed 5 years ago
Allow to search within network responses bodies
Categories
(DevTools :: Netmonitor, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1559347
People
(Reporter: sebo, Unassigned)
References
(Blocks 2 open bugs)
Details
There should be an option to let the filter field search within the responses of the network requests.
FWIW, Firebug had an option "Response Bodies" for this within its search field options.
There's a UI difference, though, because Firebug provided a search field, while the DevTools have a filter field.
So, here's an idea for a proper UI:
Add an 'response:' tag to the filter field to make it possible to search within the response bodies of the requests.
Keep the filtering functionality but let the user jump through the matches by pressing Enter. I.e. when you type a string into the filter field, the requests will be filtered according to their response body matching the string. The first matched request will be selected, the side panels will be opened at the "Response" panel and the first match will be highlighted there. Pressing Enter jumps to the next match. If the next match is in another request, that request will be selected accordingly.
Sebastian
Updated•8 years ago
|
Priority: -- → P3
Reporter | ||
Comment 2•8 years ago
|
||
(In reply to Tim Nguyen :ntim from comment #1)
> Duplicate of bug 1041895 ?
The difference is that this request is asking to add a possibility to search within the response body, which is *not* part of the columns. Both are related, though, as the proposed UI uses a tag to allow filtering for matches in the response body.
Allowing to switch through the single matches may also be something that is restricted to the response body filter, as the other filters are present within the columns.
Sebastian
Flags: needinfo?(sebastianzartner)
See Also: → 1041895
Thank you for continuing to work on this. This is a critical feature that was removed, and I'm stuck with old Firefox that I have disabled updates on because I use this feature all day every day during development. No other browser has ever had this functionality, so I really hope you bring it back.
Updated•8 years ago
|
Summary: Allow to search within network responses → Allow to search within network responses bodies
Updated•8 years ago
|
Blocks: netmonitor-filtering
Reporter | ||
Updated•8 years ago
|
Keywords: dev-doc-needed
Comment hidden (me-too) |
Comment hidden (me-too) |
Comment hidden (advocacy) |
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Blocks: netmonitor-search
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•