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

Issue 2365153002: [GeometryInterface] Add rotateAxisAngle*(x,y,z,angle) function. (Closed)

Created:
4 years, 2 months ago by Hwanseung Lee
Modified:
4 years, 2 months ago
CC:
blink-reviews, blink-reviews-dom_chromium.org, chromium-reviews, dglazkov+blink, eae+blinkwatch, Hwanseung Lee(hs1217.lee), rwlbuis, sof
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[GeometryInterface] Add rotateAxisAngle*(x,y,z,angle) function. return a result matrix which rotates on an axis of given vector(x,y,z) as angle. spec list: https://drafts.fxtf.org/geometry/#dom-dommatrixreadonly-rotateaxisangle https://drafts.fxtf.org/geometry/#dom-dommatrix-rotateaxisangleself BUG=388780, 645883 Committed: https://crrev.com/93612d557c57266bb656d83ceb48469cd13bef03 Cr-Commit-Position: refs/heads/master@{#425585}

Patch Set 1 #

Total comments: 2

Patch Set 2 : add comment #

Total comments: 4

Patch Set 3 : [GeometryInterface] Add rotateAxisAngle*(x,y,z,angle) function. #

Patch Set 4 : rebase origin/master #

Patch Set 5 : fix a typo. #

Patch Set 6 : rebase from origin #

Total comments: 2

Patch Set 7 : update test. #

Patch Set 8 : update test #

Total comments: 3

Patch Set 9 : update test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+413 lines, -0 lines) Patch
A third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-rotate.html View 1 2 3 4 5 6 7 8 1 chunk +366 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js View 1 2 3 4 5 6 7 8 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMMatrix.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMMatrix.cpp View 1 2 3 4 5 6 7 8 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMMatrix.idl View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp View 1 2 3 4 5 6 7 8 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (17 generated)
Hwanseung Lee
@dominicc, zino Please take a look. thank you.
4 years, 2 months ago (2016-09-24 15:36:30 UTC) #3
zino
https://codereview.chromium.org/2365153002/diff/1/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-rotate.html File third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-rotate.html (right): https://codereview.chromium.org/2365153002/diff/1/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-rotate.html#newcode74 third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-rotate.html:74: var matrix2d = initDomMatrixFor2DTest(); Let's use new DOMMatrix([arrays]) after ...
4 years, 2 months ago (2016-09-24 17:38:21 UTC) #5
Hwanseung Lee
https://codereview.chromium.org/2365153002/diff/1/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-rotate.html File third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-rotate.html (right): https://codereview.chromium.org/2365153002/diff/1/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-rotate.html#newcode74 third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-rotate.html:74: var matrix2d = initDomMatrixFor2DTest(); On 2016/09/24 17:38:20, zino wrote: ...
4 years, 2 months ago (2016-09-25 00:50:54 UTC) #6
dominicc (has gone to gerrit)
Sorry I was a bit slow with this. One thing that's a teeny bit unsatisfying ...
4 years, 2 months ago (2016-09-28 08:16:07 UTC) #7
Hwanseung Lee
@dominicc PTAL. i add some test. it is to rotate +90 and -90 and then ...
4 years, 2 months ago (2016-09-28 16:20:56 UTC) #8
zino
looks good to me but please wait for dominic@'s review.
4 years, 2 months ago (2016-09-29 17:03:56 UTC) #17
Hwanseung Lee
@dominicc, zino. PTAL. if this patch-set look good to you, could you review New CL ...
4 years, 2 months ago (2016-09-29 17:54:29 UTC) #18
zino
lgtm in my side. dominic@ gentle ping :)
4 years, 2 months ago (2016-10-04 16:24:51 UTC) #21
dominicc (has gone to gerrit)
With the 90 and 180 degree rotation tests, I was thinking you could initialize the ...
4 years, 2 months ago (2016-10-05 04:29:52 UTC) #22
Hwanseung Lee
@dominicc PTAL. i did add tests at last of test file. i think it will ...
4 years, 2 months ago (2016-10-05 16:07:57 UTC) #23
dominicc (has gone to gerrit)
Sorry for the slow reply. One more idea to make these tests more readable. https://codereview.chromium.org/2365153002/diff/140001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-rotate.html ...
4 years, 2 months ago (2016-10-14 08:21:37 UTC) #24
Hwanseung Lee
@dominicc i did add assert_matrix_almost_equal function. could you review again? https://codereview.chromium.org/2365153002/diff/140001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-rotate.html File third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-rotate.html (right): https://codereview.chromium.org/2365153002/diff/140001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-rotate.html#newcode55 ...
4 years, 2 months ago (2016-10-15 01:42:09 UTC) #25
dominicc (has gone to gerrit)
lgtm
4 years, 2 months ago (2016-10-16 08:49:22 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2365153002/160001
4 years, 2 months ago (2016-10-16 08:51:11 UTC) #29
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 2 months ago (2016-10-16 10:10:03 UTC) #31
commit-bot: I haz the power
4 years, 2 months ago (2016-10-16 10:12:08 UTC) #33
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/93612d557c57266bb656d83ceb48469cd13bef03
Cr-Commit-Position: refs/heads/master@{#425585}

Powered by Google App Engine
This is Rietveld 408576698