Bug 72051

Summary: Worker with ImageData as message
Product: WebKit Reporter: bugzilla33 <bugzilla33>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Major CC: krit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://host0001.webd.pl/bugs/safari/Worker_ImageData.htm
Attachments:
Description Flags
Worker_ImageData.htm
none
Worker_ImageData.js
none
Worker_ImageData.htm none

bugzilla33
Reported 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!
Attachments
Worker_ImageData.htm (954 bytes, text/html)
2011-11-10 13:26 PST, bugzilla33
no flags
Worker_ImageData.js (42 bytes, text/javascript)
2011-11-10 13:26 PST, bugzilla33
no flags
Worker_ImageData.htm (959 bytes, text/html)
2011-11-10 13:29 PST, bugzilla33
no flags
bugzilla33
Comment 1 2011-11-10 13:26:53 PST
Created attachment 114555 [details] Worker_ImageData.js
bugzilla33
Comment 2 2011-11-10 13:28:51 PST
Comment on attachment 114554 [details] Worker_ImageData.htm wrong js file path
bugzilla33
Comment 3 2011-11-10 13:29:10 PST
Created attachment 114556 [details] Worker_ImageData.htm
Dirk Schulze
Comment 4 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.
Note You need to log in before you can comment on or make changes to this bug.