Open Bug 1257833 Opened 8 years ago Updated 2 years ago

Add "Open Response in New Tab" to network monitor

Categories

(DevTools :: Netmonitor, enhancement, P2)

enhancement

Tracking

(Not tracked)

People

(Reporter: coviex, Unassigned)

References

(Blocks 1 open bug)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Firefox/45.0
Build ID: 20160303134406

Steps to reproduce:

1/ Open Tools->web Developer -> Network
2/ Make an ajax request
3/ Right click on the address and see that there is no "Open Response in New Tab" option in the context menu


Actual results:

no "Open Response in New Tab" option in the context menu


Expected results:

"Open Response in New Tab" should be in the context menu as it was in Firebug and you announced full Firebug features implementation starting from Firefox 44.
Severity: normal → enhancement
Component: Untriaged → Developer Tools
OS: Unspecified → Mac OS X
Hardware: Unspecified → x86_64
Blocks: 1256749
Component: Developer Tools → Developer Tools: Netmonitor
Blocks: firebug-gaps
No longer blocks: 1256749
Yes, this should be implemented to reach parity with Firebug features.

Thanks for the report,
Honza
Has STR: --- → yes
Priority: -- → P2
See Also: → 1220758
I do see "Open In New Tab" in the context menu. Should this be closed ?
Flags: needinfo?(odvarko)
(In reply to Tim Nguyen :ntim from comment #2)
> I do see "Open In New Tab" in the context menu. Should this be closed ?

This menu open the source URL instead of the Response content, I guess.
(In reply to YF (Yang) from comment #3)
> (In reply to Tim Nguyen :ntim from comment #2)
> > I do see "Open In New Tab" in the context menu. Should this be closed ?
> 
> This menu open the source URL instead of the Response content, I guess.
Yes, Firebug has two actions:

1) Open Response In New Tab: opens the response body in new tab. E.g. for image it shows base64 encoded binary data.
2) Open In New Tab: opens the URL in new tab (just like the current "Open In New Tab" action in DevTools)

This bug report should implement #1

Honza
Flags: needinfo?(odvarko)
The "Open response in new tab" feature is critical for diagnosing ajax POST responses, whereby the action is only valid once and the error returned is in html format.

I am growing very tired of sifting through html code in the response to find the code error and line number. Please add this feature!
Product: Firefox → DevTools
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: macOS → Unspecified
Hardware: x86_64 → Unspecified
Summary: "Open Response in New Tab" is missing from Web Developer Tools → Add "Open Response in New Tab" to network monitor
Version: 45 Branch → unspecified

Indeed a much-needed feature!
Does firefox provide something to view any type of file type in the browser (such as text or json or binary, similar to pdf)? We can use the same to open the response in a new tab.

Flags: needinfo?(odvarko)

There is JSON Viewer (for JSON data) data or XML viewer (for XML), but I don't know about a generic "binary viewer"

In this bug we can just show an response as base64 encoded data.

Noe that there is a bug 1555641 related to implementing binary viewer in the Response panel.

Honza

Flags: needinfo?(odvarko)
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.