Skip to content

Commit

Permalink
Bug 1404917 - Use request.mimeType instead of request.responseContent…
Browse files Browse the repository at this point in the history
….content.mimeType. r=Honza

MozReview-Commit-ID: EIaS1CFKzVn

UltraBlame original commit: 652c97b47537924786e48608802ad912a8be5f8c
  • Loading branch information
marco-c committed Oct 2, 2019
1 parent 26197b8 commit 1412b28
Showing 1 changed file with 7 additions and 23 deletions.
30 changes: 7 additions & 23 deletions devtools/client/netmonitor/src/request-list-context-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -907,15 +907,11 @@ selectedRequest
&
selectedRequest
.
responseContent
mimeType
&
&
selectedRequest
.
responseContent
.
content
.
mimeType
.
includes
Expand Down Expand Up @@ -1214,15 +1210,11 @@ selectedRequest
&
selectedRequest
.
responseContent
mimeType
&
&
selectedRequest
.
responseContent
.
content
.
mimeType
.
includes
Expand Down Expand Up @@ -1483,15 +1475,11 @@ selectedRequest
&
selectedRequest
.
responseContent
mimeType
&
&
selectedRequest
.
responseContent
.
content
.
mimeType
.
includes
Expand Down Expand Up @@ -1575,11 +1563,6 @@ visible
selectedRequest
&
&
selectedRequest
.
responseContent
&
&
Services
.
prefs
Expand All @@ -1598,9 +1581,10 @@ enabled
&
selectedRequest
.
responseContent
.
content
mimeType
&
&
selectedRequest
.
mimeType
.
Expand Down

0 comments on commit 1412b28

Please sign in to comment.