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

Issue 426063007: Implement basic interfaces and attributes for DOMMatrix. (Closed)

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

Description

Implement basic interfaces and attributes for DOMMatrix. The DOMMatrix can represent a mathmetical matrix with the purpose of describing transformations in a graphical context. 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 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179589

Patch Set 1 : #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : is2d flag #

Total comments: 1

Patch Set 4 : add is2d test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+470 lines, -0 lines) Patch
A LayoutTests/fast/dom/geometry-interfaces-dom-matrix.html View 1 2 3 1 chunk +116 lines, -0 lines 0 comments Download
A LayoutTests/fast/dom/geometry-interfaces-dom-matrix-expected.txt View 1 2 3 1 chunk +90 lines, -0 lines 0 comments Download
M LayoutTests/webexposed/global-constructors-listing-expected.txt View 1 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/core.gypi View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
A Source/core/dom/DOMMatrix.h View 1 2 1 chunk +53 lines, -0 lines 0 comments Download
A Source/core/dom/DOMMatrix.cpp View 1 2 1 chunk +55 lines, -0 lines 0 comments Download
A Source/core/dom/DOMMatrix.idl View 1 chunk +37 lines, -0 lines 0 comments Download
A Source/core/dom/DOMMatrixReadOnly.h View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
A Source/core/dom/DOMMatrixReadOnly.cpp View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A Source/core/dom/DOMMatrixReadOnly.idl View 1 chunk +38 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
zino
I'm working on DOMMatrix currently. Because this interface is larger than other interfaces, I'll upload ...
6 years, 4 months ago (2014-08-01 07:46:50 UTC) #1
Rik
On 2014/08/01 07:46:50, zino wrote: > I'm working on DOMMatrix currently. > Because this interface ...
6 years, 4 months ago (2014-08-01 17:26:39 UTC) #2
Rik
https://codereview.chromium.org/426063007/diff/60001/Source/core/dom/DOMMatrixReadOnly.cpp File Source/core/dom/DOMMatrixReadOnly.cpp (right): https://codereview.chromium.org/426063007/diff/60001/Source/core/dom/DOMMatrixReadOnly.cpp#newcode14 Source/core/dom/DOMMatrixReadOnly.cpp:14: && m33() == 1 && m44() == 1; 2D'ness ...
6 years, 4 months ago (2014-08-01 17:26:46 UTC) #3
zino
Thank you for review. I uploaded a new patch set. Could you take a look? ...
6 years, 4 months ago (2014-08-02 02:24:53 UTC) #4
zino
Dear Rik and Adam, Please take a look this CL. Thank you.
6 years, 4 months ago (2014-08-04 08:10:58 UTC) #5
Rik
lgtm
6 years, 4 months ago (2014-08-04 17:44:52 UTC) #6
abarth-chromium
https://codereview.chromium.org/426063007/diff/100001/Source/core/dom/DOMMatrix.cpp File Source/core/dom/DOMMatrix.cpp (right): https://codereview.chromium.org/426063007/diff/100001/Source/core/dom/DOMMatrix.cpp#newcode52 Source/core/dom/DOMMatrix.cpp:52: m_is2D = value; m_is2D = m_is2D && value ? ...
6 years, 4 months ago (2014-08-04 17:54:18 UTC) #7
Rik
On 2014/08/04 17:54:18, abarth wrote: > https://codereview.chromium.org/426063007/diff/100001/Source/core/dom/DOMMatrix.cpp > File Source/core/dom/DOMMatrix.cpp (right): > > https://codereview.chromium.org/426063007/diff/100001/Source/core/dom/DOMMatrix.cpp#newcode52 > ...
6 years, 4 months ago (2014-08-04 18:41:54 UTC) #8
abarth-chromium
Ok. Can you add a test that exercises that behavior?
6 years, 4 months ago (2014-08-04 19:29:12 UTC) #9
zino
On 2014/08/04 19:29:12, abarth wrote: > Ok. Can you add a test that exercises that ...
6 years, 4 months ago (2014-08-05 07:37:41 UTC) #10
abarth-chromium
Thanks! LGTM
6 years, 4 months ago (2014-08-05 18:46:38 UTC) #11
abarth-chromium
The CQ bit was checked by abarth@chromium.org
6 years, 4 months ago (2014-08-05 18:46:41 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jinho.bang@samsung.com/426063007/120001
6 years, 4 months ago (2014-08-05 18:48:25 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 4 months ago (2014-08-05 22:55:21 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-06 03:27:38 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_dbg/builds/19835)
6 years, 4 months ago (2014-08-06 03:27:39 UTC) #16
zino
The CQ bit was checked by jinho.bang@samsung.com
6 years, 4 months ago (2014-08-06 04:24:52 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jinho.bang@samsung.com/426063007/120001
6 years, 4 months ago (2014-08-06 04:25:55 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 4 months ago (2014-08-06 04:33:16 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-06 04:40:38 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_dbg/builds/19900)
6 years, 4 months ago (2014-08-06 04:40:40 UTC) #21
zino
The CQ bit was checked by jinho.bang@samsung.com
6 years, 4 months ago (2014-08-06 08:06:36 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jinho.bang@samsung.com/426063007/120001
6 years, 4 months ago (2014-08-06 08:07:42 UTC) #23
commit-bot: I haz the power
6 years, 4 months ago (2014-08-06 09:10:17 UTC) #24
Message was sent while issue was closed.
Change committed as 179589

Powered by Google App Engine
This is Rietveld 408576698