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

Issue 2273663002: Implement toString() 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

Implement toString() funtion in DOMMatrixReadOnly. add toString() funtion in DOMMatrixReadOnly. refer to detail spec([1]) [1] = https://drafts.fxtf.org/geometry/#dom-dommatrixreadonly-stringifier BUG=388780 Committed: https://crrev.com/9b40862bbf0ef208bae308ee4004637a61151430 Cr-Commit-Position: refs/heads/master@{#414228}

Patch Set 1 #

Patch Set 2 : \ #

Total comments: 4

Patch Set 3 : Implement toString() funtion in DOMMatrixReadOnly. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -0 lines) Patch
M third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 1 chunk +1 line, -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 1 chunk +19 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
Hwanseung Lee
PTAL. thank you.
4 years, 4 months ago (2016-08-23 14:04:01 UTC) #3
pdr.
https://codereview.chromium.org/2273663002/diff/20001/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/2273663002/diff/20001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html#newcode45 third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html:45: assert_equals(matrix2d.toString(), "matrix(1, 2, 3, 2, 1)"); Should this be ...
4 years, 4 months ago (2016-08-23 18:00:55 UTC) #4
pdr.
https://codereview.chromium.org/2273663002/diff/20001/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h File third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h (right): https://codereview.chromium.org/2273663002/diff/20001/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h#newcode64 third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h:64: const AtomicString toString() const; Can you use String here ...
4 years, 4 months ago (2016-08-23 18:24:30 UTC) #5
Hwanseung Lee
@pdr. i did fix a some problem. could you review again? thank you. https://codereview.chromium.org/2273663002/diff/20001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html File ...
4 years, 4 months ago (2016-08-23 21:35:01 UTC) #6
pdr.
On 2016/08/23 at 21:35:01, hs1217.lee wrote: > @pdr. i did fix a some problem. could ...
4 years, 4 months ago (2016-08-24 18:20:29 UTC) #7
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/2273663002/40001
4 years, 4 months ago (2016-08-24 21:17:14 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/189042) linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years, 4 months ago (2016-08-24 23:20:09 UTC) #11
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/2273663002/40001
4 years, 4 months ago (2016-08-24 23:36:36 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-25 00:40:25 UTC) #15
commit-bot: I haz the power
4 years, 4 months ago (2016-08-25 00:42:56 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/9b40862bbf0ef208bae308ee4004637a61151430
Cr-Commit-Position: refs/heads/master@{#414228}

Powered by Google App Engine
This is Rietveld 408576698