[Webkit-unassigned] [Bug 71975] DFG byte array support sometimes clamps values incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 16:09:34 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=71975


Oliver Hunt <oliver at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oliver at apple.com




--- Comment #3 from Oliver Hunt <oliver at apple.com>  2011-11-10 16:09:35 PST ---
(In reply to comment #2)
> Created an attachment (id=114404)
 --> (https://bugs.webkit.org/attachment.cgi?id=114404&action=review) [details]
> the patch
> 
> Not quite sure how to test this since I've not used byte arrays…  Oliver?

theoretically
canvas = document.createElement("canvas")
context = canvas.getContext("2d")
imageData = context.createImageData(10,10);
data = imageData.data; // data is a byte array

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list