Closed
Bug 277662
Opened 20 years ago
Closed 12 years ago
nsIDOMLSProgressEvent should use 64-bit sizes
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: Biesinger, Unassigned)
References
()
Details
(note: currently, XMLHTTPRequest is the only implementor of this iface)
nsIDOMLSProgressEvent should use 64-bit values for position and totalSize, to
support data > 4 GB; note that after bug 264599 is fixed this will make the
implementation a little bit simpler too (no LL_L2UI).
Comment 1•20 years ago
|
||
Note that this interface is defined in a DOM spec
(http://w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/load-save.html#LS-LSProgressEvent).
I think the spec should be fixed to use 64-bit ints, though.
Updated•15 years ago
|
Assignee: general → nobody
QA Contact: ian → general
Comment 2•12 years ago
|
||
There is no such thing as nsIDOMLSProgressEvent.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•12 years ago
|
Component: DOM: Other → DOM
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•