Description was changed from ========== add toMatrix() BUG= ========== to ========== [css-typed-om] add toMatrix() method ...
3 years, 6 months ago
(2017-05-27 09:34:23 UTC)
#3
Description was changed from
==========
add toMatrix()
BUG=
==========
to
==========
[css-typed-om] add toMatrix() method in CSSTransformValue.idl
The toMatrix() method of a CSSTransformValue this must,
when called, perform the following steps:
1.Let matrix be a 4x4 matrix, initially set to the identity matrix.
2.For each func in this’s values to iterate over,
set matrix to the result of multiplying matrix
and func’s equivalent 4x4 transform matrix.
3.Return a new DOMMatrix representing matrix.
https://drafts.css-houdini.org/css-typed-om-1/#dom-csstransformvalue-tomatrix
Bug:545318
==========
Hwanseung Lee
The CQ bit was checked by hs1217.lee@samsung.com to run a CQ dry run
3 years, 6 months ago
(2017-05-27 09:34:30 UTC)
#4
Description was changed from ========== [css-typed-om] add toMatrix() method in CSSTransformValue.idl The toMatrix() method of ...
3 years, 6 months ago
(2017-05-27 09:34:53 UTC)
#6
Description was changed from
==========
[css-typed-om] add toMatrix() method in CSSTransformValue.idl
The toMatrix() method of a CSSTransformValue this must,
when called, perform the following steps:
1.Let matrix be a 4x4 matrix, initially set to the identity matrix.
2.For each func in this’s values to iterate over,
set matrix to the result of multiplying matrix
and func’s equivalent 4x4 transform matrix.
3.Return a new DOMMatrix representing matrix.
https://drafts.css-houdini.org/css-typed-om-1/#dom-csstransformvalue-tomatrix
Bug:545318
==========
to
==========
[css-typed-om] add toMatrix() method in CSSTransformValue.idl
The toMatrix() method of a CSSTransformValue this must,
when called, perform the following steps:
1.Let matrix be a 4x4 matrix, initially set to the identity matrix.
2.For each func in this’s values to iterate over,
set matrix to the result of multiplying matrix
and func’s equivalent 4x4 transform matrix.
3.Return a new DOMMatrix representing matrix.
https://drafts.css-houdini.org/css-typed-om-1/#dom-csstransformvalue-tomatrix
BUG=545318
==========
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 6 months ago
(2017-05-27 11:28:13 UTC)
#7
Dry run: 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/455988)
3 years, 6 months ago
(2017-05-27 11:28:14 UTC)
#8
Dry run: Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/309143)
3 years, 6 months ago
(2017-06-02 13:12:02 UTC)
#22
CQ is committing da patch. Bot data: {"patchset_id": 60001, "attempt_start_ts": 1496449029975040, "parent_rev": "1f18863cc9b2a5fe463671f3eb60de2f95bbf283", "commit_rev": "b24e869c0085f7cb80020f073f731c43ae97eb17"}
3 years, 6 months ago
(2017-06-03 00:23:13 UTC)
#32
CQ is committing da patch.
Bot data: {"patchset_id": 60001, "attempt_start_ts": 1496449029975040,
"parent_rev": "1f18863cc9b2a5fe463671f3eb60de2f95bbf283", "commit_rev":
"b24e869c0085f7cb80020f073f731c43ae97eb17"}
commit-bot: I haz the power
Description was changed from ========== [css-typed-om] add toMatrix() method in CSSTransformValue.idl The toMatrix() method of ...
3 years, 6 months ago
(2017-06-03 00:23:26 UTC)
#33
Message was sent while issue was closed.
Description was changed from
==========
[css-typed-om] add toMatrix() method in CSSTransformValue.idl
The toMatrix() method of a CSSTransformValue this must,
when called, perform the following steps:
1.Let matrix be a 4x4 matrix, initially set to the identity matrix.
2.For each func in this’s values to iterate over,
set matrix to the result of multiplying matrix
and func’s equivalent 4x4 transform matrix.
3.Return a new DOMMatrix representing matrix.
https://drafts.css-houdini.org/css-typed-om-1/#dom-csstransformvalue-tomatrix
BUG=545318
==========
to
==========
[css-typed-om] add toMatrix() method in CSSTransformValue.idl
The toMatrix() method of a CSSTransformValue this must,
when called, perform the following steps:
1.Let matrix be a 4x4 matrix, initially set to the identity matrix.
2.For each func in this’s values to iterate over,
set matrix to the result of multiplying matrix
and func’s equivalent 4x4 transform matrix.
3.Return a new DOMMatrix representing matrix.
https://drafts.css-houdini.org/css-typed-om-1/#dom-csstransformvalue-tomatrix
BUG=545318
Review-Url: https://codereview.chromium.org/2907973002
Cr-Commit-Position: refs/heads/master@{#476841}
Committed:
https://chromium.googlesource.com/chromium/src/+/b24e869c0085f7cb80020f073f73...
==========
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/chromium/src/+/b24e869c0085f7cb80020f073f731c43ae97eb17
3 years, 6 months ago
(2017-06-03 00:23:27 UTC)
#34
Issue 2907973002: [css-typed-om] add toMatrix() method in CSSTransformValue.idl
(Closed)
Created 3 years, 6 months ago by Hwanseung Lee
Modified 3 years, 6 months ago
Reviewers: meade_UTC10, dominicc (has gone to gerrit), zino
Base URL:
Comments: 2