Summary: | TransformationMatrix multiply operations apply operands in wrong order. | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Shane Stephens <shanestephens> | ||||||||
Component: | New Bugs | Assignee: | Shane Stephens <shanestephens> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | cmarrin, commit-queue, dglazkov, simon.fraser, webkit-ews, webkit.review.bot | ||||||||
Priority: | P2 | ||||||||||
Version: | 528+ (Nightly build) | ||||||||||
Hardware: | Other | ||||||||||
OS: | OS X 10.5 | ||||||||||
Attachments: |
|
Description
Shane Stephens
2011-01-19 20:45:56 PST
Created attachment 79547 [details]
Patch
Attachment 79547 [details] did not build on chromium: Build output: http://queues.webkit.org/results/7578232 Attachment 79547 [details] did not build on qt: Build output: http://queues.webkit.org/results/7515234 Created attachment 79686 [details]
Patch
Comment on attachment 79686 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=79686&action=review r=me with a bit more detail in the Changelog. > Source/WebCore/ChangeLog:10 > + Could you be a bit more specific about the change? You're fixing a very confusing part of the code and think you're doing two things. One is flipping the order used to combine matrix, the other is changing multLeft to multiply. This is really doing 2 things: it fixes the incorrect naming of the function being called implicitly flipping the order of the operation. All that gets buried in the name change, so if you could add another sentence or two here, it would make it more clear to future coders. > Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp:61 > +// the array refers to the column that the element lies in; the second the row. This last sentence is awkward. either say "the second, the row", or better "the second index refers to the row" Created attachment 79882 [details]
Patch
The commit-queue encountered the following flaky tests while processing attachment 79882 [details]: animations/dynamic-stylesheet-loading.html bug 52669 (author: cmarrin@apple.com) The commit-queue is continuing to process your patch. Comment on attachment 79882 [details] Patch Clearing flags on attachment: 79882 Committed r76537: <http://trac.webkit.org/changeset/76537> All reviewed patches have been landed. Closing bug. |