Closed
Bug 669366
Opened 13 years ago
Closed 13 years ago
Handle negative arguments to drawImage
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
People
(Reporter: christian, Assigned: jrmuizel)
References
()
Details
(4 keywords, Whiteboard: [qa!])
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #629875 +++
http://www.w3c-test.org/html/tests/submission/PhilipTaylor/canvas/2d.drawImage.negativedest.html
http://www.w3c-test.org/html/tests/submission/PhilipTaylor/canvas/2d.drawImage.negativedir.html
http://www.w3c-test.org/html/tests/submission/PhilipTaylor/canvas/2d.drawImage.negativesource.html
We need to figure out if we want the backout on Aurora as we didn't transplant anything in the source migration (didn't transplant cleanly)
tracking-firefox7:
--- → +
Comment 1•13 years ago
|
||
So, should we get attachment 533887 [details] [diff] [review] reviewed and landed?
Keywords: dev-doc-complete → dev-doc-needed
Comment 2•13 years ago
|
||
JP, can you help find the right people to look at this?
Assignee | ||
Comment 4•13 years ago
|
||
Yes, I believe we should land the backout on Aurora. I'll take a closer look at this today.
Comment 5•13 years ago
|
||
This patch will switch Azure to the old behavior.
Comment 6•13 years ago
|
||
I pushed this and the reversion of bug 629875 to aurora:
http://hg.mozilla.org/releases/mozilla-aurora/rev/20e76c984d82
and to inbound:
http://hg.mozilla.org/integration/mozilla-inbound/rev/b9ad0b9119b7
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
status-firefox7:
--- → fixed
Comment 7•13 years ago
|
||
Comment 8•13 years ago
|
||
This was documented a while ago.
Keywords: dev-doc-needed → dev-doc-complete
Comment 10•13 years ago
|
||
Verified using the links from the description in Win XP, Win 7, Mac OS X 10.6 and Ubuntu 11.04 on Firefox 7RC, Aurora and the latest Nightly. On all of the 3 links the results are Failed on a red Background, this is the intended behavior as this is a backout.
Mozilla/5.0 (Windows NT 5.1; rv:7.0) Gecko/20100101 Firefox/7.0
Mozilla/5.0 (Windows NT 6.1; rv:7.0) Gecko/20100101 Firefox/7.0
Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20100101 Firefox/7.0
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0) Gecko/20100101 Firefox/7.0
Mozilla/5.0 (Windows NT 5.1; rv:8.0a2) Gecko/20110921 Firefox/8.0a2
Mozilla/5.0 (Windows NT 6.1; rv:8.0a2) Gecko/20110921 Firefox/8.0a2
Mozilla/5.0 (X11; Linux x86_64; rv:8.0a2) Gecko/20110921 Firefox/8.0a2
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0a2) Gecko/20110921 Firefox/8.0a2
Mozilla/5.0 (Windows NT 5.1; rv:9.0a1) Gecko/20110922 Firefox/9.0a1
Mozilla/5.0 (Windows NT 6.1; rv:9.0a1) Gecko/20110922 Firefox/9.0a1
Mozilla/5.0 (X11; Linux x86_64; rv:9.0a1) Gecko/20110922 Firefox/9.0a1
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0a1) Gecko/20110923 Firefox/9.0a1
Status: RESOLVED → VERIFIED
Whiteboard: [qa+] → [qa!]
Updated•13 years ago
|
Keywords: verified-aurora,
verified-beta
You need to log in
before you can comment on or make changes to this bug.
Description
•