Closed
Bug 603667
Opened 15 years ago
Closed 15 years ago
nsIDOMFileError currently exposes outdated error codes for the constants
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | betaN+ |
People
(Reporter: arun, Assigned: sicking)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
|
1.60 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
http://mxr.mozilla.org/mozilla-central/source/content/base/public/nsIDOMFileError.idl currently exposes error codes dating to an older version of the File API specification. These have been updated in the latest editor's draft:
http://dev.w3.org/2006/webapi/FileAPI/#dfn-fileerror to be in numerical order and no longer share values with DOMException.
The change is to match the specification.
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → jonas
blocking2.0: --- → beta8+
Updated•15 years ago
|
Version: unspecified → Trunk
Updated•15 years ago
|
Keywords: dev-doc-needed
| Assignee | ||
Comment 2•15 years ago
|
||
Didn't change the iid since this is a binary compatible change.
Attachment #492562 -
Flags: review?(jst)
Updated•15 years ago
|
Attachment #492562 -
Flags: review?(jst) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 4•15 years ago
|
||
Updated the doc here:
https://developer.mozilla.org/en/DOM/FileError
Keywords: dev-doc-needed → dev-doc-complete
As per today's meeting, beta 9 will be a time-based release. Marking these all betaN+. Please move it back to beta9+ if you believe it MUST be in the next beta (ie: trunk is in an unshippable state without this)
blocking2.0: beta9+ → betaN+
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•