Closed
Bug 1116864
Opened 10 years ago
Closed 10 years ago
Devtools break XMLHttpRequest onprogress event
Categories
(DevTools :: Netmonitor, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1115976
People
(Reporter: yury, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
466 bytes,
text/html
|
Details |
When devtools are opened XMLHttpRequest onprogress reports 0 for loaded/total in the event object.
The first bad revision is:
changeset: 220917:455a5366c877
user: J. Ryan Stinnett <jryans@gmail.com>
date: Mon Dec 22 12:15:48 2014 -0600
summary: Bug 731318 - Show transferred size in Net Monitor. r=vporof
STR:
1. Open the attachment with devtools opened
Expected:
Non-zero values for loaded/total (similar to behavior without devtools)
Actual:
Zero values
Sorry for the trouble!
I am fairly sure this will be fixed by the patch up for review in bug 1115976. Will confirm in a bit.
Thanks for the minimal test case, it's quite helpful!
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•