Closed Bug 610212 Opened 14 years ago Closed 13 years ago

canvas.width and canvas.height should be reflected as unsigned int

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla5

People

(Reporter: mounir, Assigned: mounir)

References

Details

(Keywords: dev-doc-complete, html5)

Attachments

(1 file)

Those attributes are declared as long instead of unsigned long in the IDL and the reflection isn't correct.
Depends on: 610214
Attached patch Patch v1Splinter Review
Should we push that in Gecko 2.0 even if it changes the IDL?
Assignee: nobody → mounir.lamouri
Status: NEW → ASSIGNED
Attachment #488745 - Flags: review?(jst)
Attachment #488745 - Flags: approval2.0?
Attachment #488745 - Flags: approval2.0? → approval2.0-
Unless there's something not listed in the bug, I don't think this is worth breaking API freeze for. I know that several binary extensions use nsIDOMHTMLCanvasElement.
(In reply to comment #2)
> Unless there's something not listed in the bug, I don't think this is worth
> breaking API freeze for. I know that several binary extensions use
> nsIDOMHTMLCanvasElement.

We might be one of the last "modern browsers" to have canvas.width and canvas.height to not default correctly and we are failing some tests in HTML5 Test Suite because of that. But I agree I do not see a reason big enough to break compatibility.
In another hand, I really don't see how moving from long to unsigned long might break something (it would be insane to set a negative value to a width or a height).
I figured we'd never actually get negative values, so that's not my concern. We're already past API-freeze for Firefox 4, which means that IDL changes are not allowed except by very special exception.
Comment on attachment 488745 [details] [diff] [review]
Patch v1

r=jst, but yeah, let's land this after branching.
Attachment #488745 - Flags: review?(jst) → review+
Surely you need changes to test_canvas.html too?
Whiteboard: [can land][post-2.0]
Is this something to consider for Firefox 5?
Imo, yes.
Pushed:
http://hg.mozilla.org/mozilla-central/rev/873390caf174
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Whiteboard: [can land][post-2.0]
Target Milestone: --- → mozilla2.2
Updated documentation:

https://developer.mozilla.org/en/HTML/Element/canvas

And mentioned on Firefox 5 for developers.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: