Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Issue 479863002: Implement rotate*() methods in DOMMatrix.

Created:
6 years, 4 months ago by zino
Modified:
6 years, 3 months ago
Reviewers:
krit, Rik
CC:
blink-reviews, arv+blink, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, Inactive, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Implement rotate*() methods in DOMMatrix. The methods multiply a rotation transformation on the current matrix with the speicified vector or angle in degrees. The specification: http://dev.w3.org/fxtf/geometry/ Intent to Implement: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/V_bJNtOg0oM BUG=388780

Patch Set 1 #

Patch Set 2 : add rotateFromVector and rotateAxisAngle #

Total comments: 1

Patch Set 3 : use testharnessreport.js #

Unified diffs Side-by-side diffs Delta from patch set Stats (+262 lines, -0 lines) Patch
A LayoutTests/fast/dom/geometry-interfaces-dom-matrix-rotate.html View 1 2 1 chunk +189 lines, -0 lines 0 comments Download
M Source/core/dom/DOMMatrix.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/dom/DOMMatrix.cpp View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
M Source/core/dom/DOMMatrix.idl View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M Source/core/dom/DOMMatrixReadOnly.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/dom/DOMMatrixReadOnly.cpp View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M Source/core/dom/DOMMatrixReadOnly.idl View 1 2 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
zino
6 years, 4 months ago (2014-08-17 13:48:33 UTC) #1
zino
Please take a look.
6 years, 4 months ago (2014-08-17 13:48:50 UTC) #2
zino
I added rotateFromVector*() and rotateAxisAngle*(). Please take a look. Thank you. https://codereview.chromium.org/479863002/diff/20001/Source/core/dom/DOMMatrix.cpp File Source/core/dom/DOMMatrix.cpp (right): ...
6 years, 4 months ago (2014-08-17 15:32:50 UTC) #3
Rik
On 2014/08/17 15:32:50, zino wrote: > I added rotateFromVector*() and rotateAxisAngle*(). > Please take a ...
6 years, 4 months ago (2014-08-22 09:17:36 UTC) #4
krit
lgtm lgtm
6 years, 3 months ago (2014-09-04 07:10:56 UTC) #5
krit
6 years, 3 months ago (2014-09-04 07:10:57 UTC) #6
lgtm

lgtm

lgtm

Powered by Google App Engine
This is Rietveld 408576698