-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1404917 - Fetch response content only on-demand. r=Honza
Response content should only be fetched whenever it is strictly needed as it is the response body. A possibly very large string. So, netmonitor UI should only retrieve it when users select the Response Panel or do any other action that require having access to it (like "Copy response" context menu). MozReview-Commit-ID: CtpJ8PKsCsm UltraBlame original commit: 291c051b786140efc73bb0f617cf4c07316492d8
- Loading branch information
Showing
44 changed files
with
1,757 additions
and
1,119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -448,6 +448,11 @@ connector | |
open | ||
) | ||
) | ||
requestData | ||
: | ||
connector | ||
. | ||
requestData | ||
} | ||
) | ||
; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -399,9 +399,6 @@ eventTimings | |
securityState | ||
" | ||
" | ||
responseContentDataUri | ||
" | ||
" | ||
status | ||
" | ||
" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -476,6 +476,7 @@ ResponsePanel | |
{ | ||
request | ||
openLink | ||
connector | ||
} | ||
) | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.