RESOLVED FIXED 106025
[chromium] WebTransformationMatrix shouldn't alias memory for TransformationMatrix
https://bugs.webkit.org/show_bug.cgi?id=106025
Summary [chromium] WebTransformationMatrix shouldn't alias memory for TransformationM...
James Robinson
Reported 2013-01-03 11:29:01 PST
[chromium] WebTransformationMatrix should always be 16-byte aligned
Attachments
Patch (19.50 KB, patch)
2013-01-03 13:48 PST, James Robinson
no flags
James Robinson
Comment 1 2013-01-03 13:48:08 PST
WebKit Review Bot
Comment 2 2013-01-03 13:51:33 PST
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
James Robinson
Comment 3 2013-01-03 13:57:56 PST
@enne - context here: https://bugs.webkit.org/show_bug.cgi?id=105719#c15. This adds matrix copies to many operations on WebTransformationMatrix, but the only code that uses it to actually do operations instead of just copying data around (WebTransformOperations) is being refactored not to do so.
Adrienne Walker
Comment 4 2013-01-03 14:09:40 PST
Comment on attachment 181213 [details] Patch R=me. Thanks for investigating this crash. Are there any other potential hidden behind #if WEBKIT_IMPLEMENTATION that should be converted to WebPrivateOwnPtr?
WebKit Review Bot
Comment 5 2013-01-03 14:17:11 PST
Comment on attachment 181213 [details] Patch Attachment 181213 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/15665213
James Robinson
Comment 6 2013-01-03 14:24:19 PST
This won't compile until https://codereview.chromium.org/11762003/ lands and is rolled into Source/WK/chromium/DEPS I'm not aware of any other instances quite like this class, although maybe I'm just forgetting them at the moment.
Peter Beverloo (cr-android ews)
Comment 7 2013-01-03 15:04:56 PST
Comment on attachment 181213 [details] Patch Attachment 181213 [details] did not pass cr-android-ews (chromium-android): Output: http://queues.webkit.org/results/15656565
WebKit Review Bot
Comment 8 2013-01-04 12:03:24 PST
Comment on attachment 181213 [details] Patch Clearing flags on attachment: 181213 Committed r138825: <http://trac.webkit.org/changeset/138825>
WebKit Review Bot
Comment 9 2013-01-04 12:03:29 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.