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

Issue 2846523002: Update the stringifier behavior for DOMMatrixReadOnly (Closed)

Created:
3 years, 8 months ago by Byoungkwon Ko
Modified:
3 years, 6 months ago
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Update the stringifier behavior for DOMMatrixReadOnly They are appending a much lower precision than a double. It should append the value of the double atrributes to the string. Link: https://github.com/w3c/fxtf-drafts/issues/120 BUG=none Review-Url: https://codereview.chromium.org/2846523002 Cr-Commit-Position: refs/heads/master@{#477328} Committed: https://chromium.googlesource.com/chromium/src/+/38211a9a22a7d3ad0ed32e8250f8ae2b4b3ff94a

Patch Set 1 #

Patch Set 2 : Update the stringifier behavior for DOMMatrixReadOnly #

Patch Set 3 : Update the stringifier behavior for DOMMatrixReadOnly #

Patch Set 4 : Update the stringifier behavior for DOMMatrixReadOnly #

Patch Set 5 : Update the stringifier behavior for DOMMatrixReadOnly #

Total comments: 1

Patch Set 6 : Update the stringifier behavior for DOMMatrixReadOnly #

Total comments: 4

Patch Set 7 : Update the stringifier behavior for DOMMatrixReadOnly #

Total comments: 8

Patch Set 8 : Update the stringifier behavior for DOMMatrixReadOnly #

Patch Set 9 : Update the stringifier behavior for DOMMatrixReadOnly #

Patch Set 10 : Update the stringifier behavior for DOMMatrixReadOnly #

Total comments: 4

Patch Set 11 : Update the stringifier behavior for DOMMatrixReadOnly #

Patch Set 12 : Update the stringifier behavior for DOMMatrixReadOnly #

Total comments: 1

Messages

Total messages: 107 (66 generated)
Byoungkwon Ko
I split it from "Make WebkitCSSMatrix an alias of DOMMatrix". Could you review it? Thanks.
3 years, 8 months ago (2017-04-26 13:23:31 UTC) #4
foolip
I started a dry run. If no tests fail, then please add tests that exercise ...
3 years, 8 months ago (2017-04-26 13:50:00 UTC) #7
foolip
(I updated the description)
3 years, 8 months ago (2017-04-26 13:54:18 UTC) #10
foolip
If you are on GitHub, can you please comment on https://github.com/w3c/fxtf-drafts/issues/120 to say that you'd ...
3 years, 8 months ago (2017-04-26 13:55:17 UTC) #11
Byoungkwon Ko
On 2017/04/26 13:55:17, foolip OOO until May 2 wrote: > If you are on GitHub, ...
3 years, 8 months ago (2017-04-26 14:18:29 UTC) #14
zino
On 2017/04/26 14:18:29, Byoungkwon Ko wrote: > On 2017/04/26 13:55:17, foolip OOO until May 2 ...
3 years, 8 months ago (2017-04-26 14:46:15 UTC) #15
Byoungkwon Ko
On 2017/04/26 14:46:15, zino wrote: > On 2017/04/26 14:18:29, Byoungkwon Ko wrote: > > On ...
3 years, 8 months ago (2017-04-26 14:49:05 UTC) #16
simonp
On 2017/04/26 14:49:05, Byoungkwon Ko wrote: > > You should use String::Format() instead of format(). ...
3 years, 7 months ago (2017-05-09 09:05:52 UTC) #35
zino
https://codereview.chromium.org/2846523002/diff/80001/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp File third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp (left): https://codereview.chromium.org/2846523002/diff/80001/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp#oldcode309 third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp:309: stream << "matrix(" << a() << ", " << ...
3 years, 7 months ago (2017-05-09 09:32:04 UTC) #36
Byoungkwon Ko
On 2017/05/09 09:32:04, zino wrote: > https://codereview.chromium.org/2846523002/diff/80001/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp > File third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp (left): > > https://codereview.chromium.org/2846523002/diff/80001/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp#oldcode309 > ...
3 years, 7 months ago (2017-05-10 07:23:43 UTC) #37
simonp
On 2017/05/09 09:05:52, simonp wrote: > Per discussion in https://github.com/w3c/fxtf-drafts/issues/120 using > String::NumberToStringECMAScript is probably ...
3 years, 7 months ago (2017-05-11 08:14:21 UTC) #38
zino
+ fserb@ for this review.
3 years, 7 months ago (2017-05-15 19:12:16 UTC) #41
zino
Byungkown Ko@ ping. I think you should resolve simonp@'s comment. Please see the spec bug. ...
3 years, 7 months ago (2017-05-15 19:17:04 UTC) #42
Byoungkwon Ko
PTAL my latest patch.
3 years, 7 months ago (2017-05-16 19:03:53 UTC) #43
zino
lgtm with nits https://codereview.chromium.org/2846523002/diff/100001/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp File third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp (right): https://codereview.chromium.org/2846523002/diff/100001/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp#newcode329 third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp:329: exception_state.ThrowDOMException(kInvalidStateError, "Wrong values."); nit: Please update ...
3 years, 7 months ago (2017-05-16 22:25:37 UTC) #44
Byoungkwon Ko
PTAL https://codereview.chromium.org/2846523002/diff/100001/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp File third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp (right): https://codereview.chromium.org/2846523002/diff/100001/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp#newcode329 third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp:329: exception_state.ThrowDOMException(kInvalidStateError, "Wrong values."); On 2017/05/16 22:25:37, zino wrote: ...
3 years, 7 months ago (2017-05-18 13:52:15 UTC) #45
zino
https://codereview.chromium.org/2846523002/diff/120001/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp File third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp (right): https://codereview.chromium.org/2846523002/diff/120001/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp#newcode327 third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp:327: if (std::isfinite(a()) || std::isfinite(b()) || std::isfinite(c()) || Shouldn't be ...
3 years, 7 months ago (2017-05-18 16:15:38 UTC) #50
fserb
https://codereview.chromium.org/2846523002/diff/120001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html File third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html (right): https://codereview.chromium.org/2846523002/diff/120001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html#newcode69 third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html:69: var matrix2d = new DOMMatrixReadOnly([NaN, NaN, NaN, NaN, NaN, ...
3 years, 7 months ago (2017-05-18 17:10:55 UTC) #51
zino
https://codereview.chromium.org/2846523002/diff/120001/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp File third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp (right): https://codereview.chromium.org/2846523002/diff/120001/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp#newcode327 third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp:327: if (std::isfinite(a()) || std::isfinite(b()) || std::isfinite(c()) || On 2017/05/18 ...
3 years, 7 months ago (2017-05-18 18:19:02 UTC) #52
blink-reviews
Not unless you have a big ! outside, right? On Thu, May 18, 2017, 14:19 ...
3 years, 7 months ago (2017-05-18 18:39:09 UTC) #53
chromium-reviews
Not unless you have a big ! outside, right? On Thu, May 18, 2017, 14:19 ...
3 years, 7 months ago (2017-05-18 18:39:09 UTC) #54
zino
On 2017/05/18 18:39:09, chromium-reviews wrote: > Not unless you have a big ! outside, right? ...
3 years, 7 months ago (2017-05-18 18:53:02 UTC) #55
Byoungkwon Ko
https://codereview.chromium.org/2846523002/diff/120001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html File third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html (right): https://codereview.chromium.org/2846523002/diff/120001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html#newcode69 third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html:69: var matrix2d = new DOMMatrixReadOnly([NaN, NaN, NaN, NaN, NaN, ...
3 years, 7 months ago (2017-05-20 08:41:29 UTC) #62
fserb
On 2017/05/20 at 08:41:29, gogag2 wrote: > https://codereview.chromium.org/2846523002/diff/120001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html > File third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html (right): > > https://codereview.chromium.org/2846523002/diff/120001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html#newcode69 ...
3 years, 7 months ago (2017-05-20 15:50:57 UTC) #65
Byoungkwon Ko
On 2017/05/20 15:50:57, fserb wrote: > On 2017/05/20 at 08:41:29, gogag2 wrote: > > > ...
3 years, 7 months ago (2017-05-21 14:19:29 UTC) #70
Byoungkwon Ko
@fserb Could you review test code?? is it right?
3 years, 7 months ago (2017-05-21 16:53:12 UTC) #73
Byoungkwon Ko
@fserb. If you have time to review my code, plz check it : ) Thanks.
3 years, 6 months ago (2017-05-29 07:08:56 UTC) #80
fserb
https://codereview.chromium.org/2846523002/diff/180001/third_party/WebKit/LayoutTests/external/wpt/css/geometry-1/DOMMatrix-stringifier-expected.txt File third_party/WebKit/LayoutTests/external/wpt/css/geometry-1/DOMMatrix-stringifier-expected.txt (right): https://codereview.chromium.org/2846523002/diff/180001/third_party/WebKit/LayoutTests/external/wpt/css/geometry-1/DOMMatrix-stringifier-expected.txt#newcode55 third_party/WebKit/LayoutTests/external/wpt/css/geometry-1/DOMMatrix-stringifier-expected.txt:55: FAIL WebKitCSSMatrix stringifier: identity (2d) assert_equals: expected "matrix(1, 0, ...
3 years, 6 months ago (2017-05-29 17:22:51 UTC) #81
Byoungkwon Ko
@fserb Could you review my comment? Thanks. https://codereview.chromium.org/2846523002/diff/180001/third_party/WebKit/LayoutTests/external/wpt/css/geometry-1/DOMMatrix-stringifier-expected.txt File third_party/WebKit/LayoutTests/external/wpt/css/geometry-1/DOMMatrix-stringifier-expected.txt (right): https://codereview.chromium.org/2846523002/diff/180001/third_party/WebKit/LayoutTests/external/wpt/css/geometry-1/DOMMatrix-stringifier-expected.txt#newcode55 third_party/WebKit/LayoutTests/external/wpt/css/geometry-1/DOMMatrix-stringifier-expected.txt:55: FAIL WebKitCSSMatrix ...
3 years, 6 months ago (2017-05-31 15:00:41 UTC) #82
fserb
On 2017/05/31 at 15:00:41, gogag2 wrote: > @fserb > > Could you review my comment? ...
3 years, 6 months ago (2017-05-31 20:21:35 UTC) #83
fserb
On 2017/05/31 at 20:21:35, fserb wrote: > On 2017/05/31 at 15:00:41, gogag2 wrote: > > ...
3 years, 6 months ago (2017-05-31 20:21:58 UTC) #84
Byoungkwon Ko
On 2017/05/31 20:21:58, fserb wrote: > On 2017/05/31 at 20:21:35, fserb wrote: > > On ...
3 years, 6 months ago (2017-06-06 06:12:10 UTC) #93
fserb
lgtm
3 years, 6 months ago (2017-06-06 06:52:08 UTC) #94
Byoungkwon Ko
@junov PTAL!
3 years, 6 months ago (2017-06-06 09:06:36 UTC) #96
zino
On 2017/05/31 20:21:35, fserb wrote: > On 2017/05/31 at 15:00:41, gogag2 wrote: > > @fserb ...
3 years, 6 months ago (2017-06-06 09:10:08 UTC) #97
zino
But if you guys don't care of it much, I'm okay because it's the same ...
3 years, 6 months ago (2017-06-06 09:20:08 UTC) #98
Justin Novosad
lgtm
3 years, 6 months ago (2017-06-06 15:13:29 UTC) #99
Byoungkwon Ko
@All Could I commit this CL? : )
3 years, 6 months ago (2017-06-06 15:39:49 UTC) #100
fserb
lgtm
3 years, 6 months ago (2017-06-06 17:16:49 UTC) #102
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/2846523002/220001
3 years, 6 months ago (2017-06-06 17:17:14 UTC) #104
commit-bot: I haz the power
3 years, 6 months ago (2017-06-06 17:30:56 UTC) #107
Message was sent while issue was closed.
Committed patchset #12 (id:220001) as
https://chromium.googlesource.com/chromium/src/+/38211a9a22a7d3ad0ed32e8250f8...

Powered by Google App Engine
This is Rietveld 408576698