Closed
Bug 685518
Opened 12 years ago
Closed 12 years ago
Shouldn't taint the canvas when drawing images with @crossorigin into it
Categories
(Core :: Graphics: Canvas2D, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla9
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
(Keywords: dev-doc-complete)
Attachments
(3 files)
16.10 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
11.02 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
6.53 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
For some reason this wasn't done in bug 664299 and followups, and since Chrome did implement this, people are hitting it as a problem now....
![]() |
Assignee | |
Comment 1•12 years ago
|
||
Attachment #559211 -
Flags: review?(roc)
![]() |
Assignee | |
Comment 2•12 years ago
|
||
Attachment #559212 -
Flags: review?(roc)
![]() |
Assignee | |
Comment 3•12 years ago
|
||
Attachment #559213 -
Flags: review?(roc)
![]() |
Assignee | |
Updated•12 years ago
|
Assignee: nobody → bzbarsky
Priority: -- → P1
Whiteboard: [need review]
Attachment #559211 -
Flags: review?(roc) → review+
Attachment #559212 -
Flags: review?(roc) → review+
Attachment #559213 -
Flags: review?(roc) → review+
![]() |
Assignee | |
Comment 4•12 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/cb9eced21ea1 http://hg.mozilla.org/integration/mozilla-inbound/rev/5946c1288127 http://hg.mozilla.org/integration/mozilla-inbound/rev/7dfaccb430c3
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla9
Comment 5•12 years ago
|
||
(In reply to Boris Zbarsky (:bz) from comment #4) > http://hg.mozilla.org/integration/mozilla-inbound/rev/cb9eced21ea1 > http://hg.mozilla.org/integration/mozilla-inbound/rev/5946c1288127 > http://hg.mozilla.org/integration/mozilla-inbound/rev/7dfaccb430c3 Now on m-c
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Keywords: dev-doc-needed
Comment 6•12 years ago
|
||
Docs updated: https://developer.mozilla.org/en/DOM/CanvasRenderingContext2D#drawImage%28%29 https://developer.mozilla.org/en/Canvas_tutorial/Using_images#Using_images_from_other_domains Also cleaned up: https://developer.mozilla.org/en/CORS_Enabled_Image https://developer.mozilla.org/en/HTML/CORS_settings_attributes And mentioned on Firefox 9 for developers.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•