Bug 72051 - Worker with ImageData as message
Summary: Worker with ImageData as message
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Major
Assignee: Nobody
URL: http://host0001.webd.pl/bugs/safari/W...
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-10 13:26 PST by bugzilla33
Modified: 2014-03-24 07:52 PDT (History)
1 user (show)

See Also:


Attachments
Worker_ImageData.htm (954 bytes, text/html)
2011-11-10 13:26 PST, bugzilla33
no flags Details
Worker_ImageData.js (42 bytes, text/javascript)
2011-11-10 13:26 PST, bugzilla33
no flags Details
Worker_ImageData.htm (959 bytes, text/html)
2011-11-10 13:29 PST, bugzilla33
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description bugzilla33 2011-11-10 13:26:03 PST
Created attachment 114554 [details]
Worker_ImageData.htm

Run URL or Worker_ImageData.htm from attachment.

Should alerts: [object ImageData];[object CanvasPixelArray]
Tested on all other browsers (IE, Chrome, Opera, Firefox)

Safari 5.1.1 throws error!
Comment 1 bugzilla33 2011-11-10 13:26:53 PST
Created attachment 114555 [details]
Worker_ImageData.js
Comment 2 bugzilla33 2011-11-10 13:28:51 PST
Comment on attachment 114554 [details]
Worker_ImageData.htm

wrong js file path
Comment 3 bugzilla33 2011-11-10 13:29:10 PST
Created attachment 114556 [details]
Worker_ImageData.htm
Comment 4 Dirk Schulze 2014-03-24 07:52:13 PDT
It returns [object Uint8ClampedArray] and not [object CanvasPixelArray] but that is because of a spec change. Closing bug now.