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

Issue 2260393002: add FlipX() and FlipY() funtion in DOMMatrixReadOnly. (Closed)

Created:
4 years, 4 months ago by Hwanseung Lee
Modified:
4 years, 4 months ago
Reviewers:
pdr., zino
CC:
blink-reviews, blink-reviews-dom_chromium.org, chromium-reviews, dglazkov+blink, eae+blinkwatch, Hwanseung Lee(hs1217.lee), rwlbuis, sof
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

add FlipX() and FlipY() funtion in DOMMatrixReadOnly. refer to detail spec about FlipX()[1] and FlipY()[2] [1] = https://drafts.fxtf.org/geometry/#dom-dommatrixreadonly-flipx [2] = https://drafts.fxtf.org/geometry/#dom-dommatrixreadonly-flipy BUG=388780 Committed: https://crrev.com/05ce102e02307012b4246f62f496b92b1c60b2c4 Cr-Commit-Position: refs/heads/master@{#413365}

Patch Set 1 #

Patch Set 2 : remove runtimeEnableFuture.in #

Patch Set 3 : add flipY function #

Total comments: 4

Patch Set 4 : add FlipX() and FlipY() funtion in DOMMatrixReadOnly. #

Patch Set 5 : add FlipX() and FlipY() funtion in DOMMatrixReadOnly. #

Total comments: 6

Patch Set 6 : fix a typo #

Patch Set 7 : add FlipX() and FlipY() funtion in DOMMatrixReadOnly. #

Patch Set 8 : add FlipX() and FlipY() funtion in DOMMatrixReadOnly. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -0 lines) Patch
A third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly-flip.html View 1 2 3 4 5 1 chunk +79 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 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp View 1 2 3 4 5 1 chunk +20 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (13 generated)
zino
https://codereview.chromium.org/2260393002/diff/40001/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp File third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp (right): https://codereview.chromium.org/2260393002/diff/40001/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp#newcode77 third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp:77: DOMMatrix* DOMMatrixReadOnly::flipX() IMHO, this function is simplified like this: ...
4 years, 4 months ago (2016-08-20 11:47:17 UTC) #5
Hwanseung Lee
i did change to implement follow your guide. could you review again? https://codereview.chromium.org/2260393002/diff/40001/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp File third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp ...
4 years, 4 months ago (2016-08-20 13:13:12 UTC) #6
zino
This patch looks good but you should wait for owner's review.
4 years, 4 months ago (2016-08-20 13:27:58 UTC) #7
Hwanseung Lee
PTAL
4 years, 4 months ago (2016-08-20 15:42:46 UTC) #9
pdr.
LGTM with nits https://codereview.chromium.org/2260393002/diff/80001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly-filp.html File third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly-filp.html (right): https://codereview.chromium.org/2260393002/diff/80001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly-filp.html#newcode4 third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly-filp.html:4: <title>Geometry Interfaces: DOMMatrixReadOnly filp</title> Nit: filp ...
4 years, 4 months ago (2016-08-20 20:20:02 UTC) #10
Hwanseung Lee
i did to fix a typo. https://codereview.chromium.org/2260393002/diff/80001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly-filp.html File third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly-filp.html (right): https://codereview.chromium.org/2260393002/diff/80001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly-filp.html#newcode4 third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly-filp.html:4: <title>Geometry Interfaces: DOMMatrixReadOnly ...
4 years, 4 months ago (2016-08-20 22:40:43 UTC) #12
pdr.
On 2016/08/20 at 22:40:43, hs1217.lee wrote: > i did to fix a typo. > > ...
4 years, 4 months ago (2016-08-20 22:42:44 UTC) #13
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/2260393002/100001
4 years, 4 months ago (2016-08-21 00:40:05 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/277829)
4 years, 4 months ago (2016-08-21 02:21:06 UTC) #18
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/2260393002/140001
4 years, 4 months ago (2016-08-21 02:26:47 UTC) #21
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 4 months ago (2016-08-21 04:23:20 UTC) #23
commit-bot: I haz the power
4 years, 4 months ago (2016-08-21 04:24:17 UTC) #25
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/05ce102e02307012b4246f62f496b92b1c60b2c4
Cr-Commit-Position: refs/heads/master@{#413365}

Powered by Google App Engine
This is Rietveld 408576698