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

Issue 2600663002: Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. (Closed)

Created:
4 years ago by Byoungkwon Ko
Modified:
3 years, 11 months ago
Reviewers:
haraken, zino
CC:
chromium-reviews, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, blink-reviews, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. Adding matrixTransform to DOMPointReadOnly interfaces as following spec. The interfaces require matrixTransform function as following spec[1]. [1] https://drafts.fxtf.org/geometry/#dom-dompointreadonly-matrixtransform BUG=675437 Committed: https://crrev.com/bf96f8354f45b92870f2d80a194b59d97e102fe2 Cr-Commit-Position: refs/heads/master@{#441193}

Patch Set 1 #

Patch Set 2 : Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. #

Patch Set 3 : Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. #

Patch Set 4 : Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. #

Patch Set 5 : Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. #

Total comments: 8

Patch Set 6 : Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. #

Patch Set 7 : Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. #

Patch Set 8 : Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. #

Patch Set 9 : Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. #

Patch Set 10 : Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. #

Patch Set 11 : Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. #

Patch Set 12 : Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. #

Total comments: 4

Patch Set 13 : Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. #

Total comments: 6

Patch Set 14 : Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. #

Patch Set 15 : Adding matrixTrasnform to DOMPointReadOnly interfaces as following spec. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -12 lines) Patch
M third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-point-readonly.html View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +33 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMPointReadOnly.h View 1 2 3 2 chunks +7 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMPointReadOnly.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +29 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMPointReadOnly.idl View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
zino
I left some comments. https://codereview.chromium.org/2600663002/diff/80001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-point-readonly.html File third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-point-readonly.html (right): https://codereview.chromium.org/2600663002/diff/80001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-point-readonly.html#newcode47 third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-point-readonly.html:47: var point1 = new DOMPointReadOnly(5, ...
3 years, 11 months ago (2016-12-28 16:39:14 UTC) #2
Byoungkwon Ko
3 years, 11 months ago (2017-01-03 01:18:16 UTC) #3
Byoungkwon Ko
https://codereview.chromium.org/2600663002/diff/80001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-point-readonly.html File third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-point-readonly.html (right): https://codereview.chromium.org/2600663002/diff/80001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-point-readonly.html#newcode47 third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-point-readonly.html:47: var point1 = new DOMPointReadOnly(5, 4, 0, 1); On ...
3 years, 11 months ago (2017-01-03 15:54:37 UTC) #5
zino
https://codereview.chromium.org/2600663002/diff/220001/third_party/WebKit/Source/core/dom/DOMPointReadOnly.cpp File third_party/WebKit/Source/core/dom/DOMPointReadOnly.cpp (right): https://codereview.chromium.org/2600663002/diff/220001/third_party/WebKit/Source/core/dom/DOMPointReadOnly.cpp#newcode38 third_party/WebKit/Source/core/dom/DOMPointReadOnly.cpp:38: DOMPoint* DOMPointReadOnly::matrixTransform(DOMMatrixInit& other, ExceptionState& exceptionState) { nit: This line(and ...
3 years, 11 months ago (2017-01-03 16:16:55 UTC) #6
Byoungkwon Ko
PTAL https://codereview.chromium.org/2600663002/diff/220001/third_party/WebKit/Source/core/dom/DOMPointReadOnly.cpp File third_party/WebKit/Source/core/dom/DOMPointReadOnly.cpp (right): https://codereview.chromium.org/2600663002/diff/220001/third_party/WebKit/Source/core/dom/DOMPointReadOnly.cpp#newcode38 third_party/WebKit/Source/core/dom/DOMPointReadOnly.cpp:38: DOMPoint* DOMPointReadOnly::matrixTransform(DOMMatrixInit& other, ExceptionState& exceptionState) { On 2017/01/03 ...
3 years, 11 months ago (2017-01-03 16:35:39 UTC) #7
zino
lgtm with some nits. Please fix them. Also, you should wait for haraken@'s review. Thank ...
3 years, 11 months ago (2017-01-03 16:47:59 UTC) #8
haraken
LGTM with zino's comments addressed.
3 years, 11 months ago (2017-01-03 16:57:19 UTC) #9
Byoungkwon Ko
https://codereview.chromium.org/2600663002/diff/240001/third_party/WebKit/Source/core/dom/DOMPointReadOnly.idl File third_party/WebKit/Source/core/dom/DOMPointReadOnly.idl (left): https://codereview.chromium.org/2600663002/diff/240001/third_party/WebKit/Source/core/dom/DOMPointReadOnly.idl#oldcode5 third_party/WebKit/Source/core/dom/DOMPointReadOnly.idl:5: // https://dev.w3.org/fxtf/geometry/#DOMPoint On 2017/01/03 16:47:59, zino wrote: > nit: ...
3 years, 11 months ago (2017-01-03 17:12:37 UTC) #10
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/2600663002/280001
3 years, 11 months ago (2017-01-03 18:25:44 UTC) #13
commit-bot: I haz the power
Committed patchset #15 (id:280001)
3 years, 11 months ago (2017-01-03 19:59:51 UTC) #16
commit-bot: I haz the power
3 years, 11 months ago (2017-01-03 20:02:23 UTC) #18
Message was sent while issue was closed.
Patchset 15 (id:??) landed as
https://crrev.com/bf96f8354f45b92870f2d80a194b59d97e102fe2
Cr-Commit-Position: refs/heads/master@{#441193}

Powered by Google App Engine
This is Rietveld 408576698