This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 16669 - Structured cloning should work for ImageData objects
Summary: Structured cloning should work for ImageData objects
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on: 16667
Blocks:
  Show dependency treegraph
 
Reported: 2012-04-09 14:39 UTC by Boris Zbarsky
Modified: 2012-07-18 18:46 UTC (History)
4 users (show)

See Also:


Attachments

Description Boris Zbarsky 2012-04-09 14:39:16 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html
Multipage: http://www.whatwg.org/C#safe-passing-of-structured-data
Complete: http://www.whatwg.org/c#safe-passing-of-structured-data

Comment:
Gecko and WebKit+V8, at least, support it.  And things like the Peacekeeper benchmark depend on it.
Comment 1 Ian 'Hixie' Hickson 2012-04-09 16:24:36 UTC
Not sure how this broke. Must've accidentally removed ImageData when I removed CanvasPixelArray or something.