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

Issue 2612263002: Adding fromRect to DOMRect and DOMRectReadOnly interfaces following spec. (Closed)

Created:
3 years, 11 months ago by Byoungkwon Ko
Modified:
3 years, 11 months ago
Reviewers:
haraken, zino
CC:
chromium-reviews, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, blink-reviews, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding fromRect to DOMRect and DOMRectReadOnly interfaces following spec. Adding fromRect to DOMRect and DOMRectReadOnly interfaces following spec. The two interfaces require fromRect function as following spec[1]. And DOMRectInit is added[2]. [1] https://drafts.fxtf.org/geometry/#dom-domrectreadonly-fromrect [2] https://drafts.fxtf.org/geometry/#dictdef-domrectinit BUG=678023 Review-Url: https://codereview.chromium.org/2612263002 Cr-Commit-Position: refs/heads/master@{#443878} Committed: https://chromium.googlesource.com/chromium/src/+/5be3a2ab80dff22d41a0a5e99a586272208dac37

Patch Set 1 #

Patch Set 2 : Adding fromRect to DOMRect and DOMRectReadOnly interfaces following spec. #

Patch Set 3 : Adding fromRect to DOMRect and DOMRectReadOnly interfaces following spec. #

Patch Set 4 : Adding fromRect to DOMRect and DOMRectReadOnly interfaces following spec. #

Patch Set 5 : Adding fromRect to DOMRect and DOMRectReadOnly interfaces following spec. #

Total comments: 11

Patch Set 6 : Adding fromRect to DOMRect and DOMRectReadOnly interfaces following spec. #

Patch Set 7 : Adding fromRect to DOMRect and DOMRectReadOnly interfaces following spec. #

Patch Set 8 : Adding fromRect to DOMRect and DOMRectReadOnly interfaces following spec. #

Total comments: 6

Patch Set 9 : Adding fromRect to DOMRect and DOMRectReadOnly interfaces following spec. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -0 lines) Patch
M third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-rect.html View 1 2 3 4 5 6 7 2 chunks +54 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/BUILD.gn View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/core_idl_files.gni View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMRect.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMRect.cpp View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMRect.idl View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/dom/DOMRectInit.idl View 1 2 3 4 5 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMRectReadOnly.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMRectReadOnly.cpp View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMRectReadOnly.idl View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 42 (30 generated)
zino
https://codereview.chromium.org/2612263002/diff/80001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-rect.html File third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-rect.html (right): https://codereview.chromium.org/2612263002/diff/80001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-rect.html#newcode119 third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-rect.html:119: assert_dom_rect_equals(rect, [10, 20, 80, 50, 20, 90, 70, 10]); ...
3 years, 11 months ago (2017-01-11 18:43:35 UTC) #16
Byoungkwon Ko
PTAL https://codereview.chromium.org/2612263002/diff/80001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-rect.html File third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-rect.html (right): https://codereview.chromium.org/2612263002/diff/80001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-rect.html#newcode119 third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-rect.html:119: assert_dom_rect_equals(rect, [10, 20, 80, 50, 20, 90, 70, ...
3 years, 11 months ago (2017-01-12 17:24:17 UTC) #21
Byoungkwon Ko
PTAL
3 years, 11 months ago (2017-01-12 17:47:28 UTC) #22
zino
https://codereview.chromium.org/2612263002/diff/80001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-rect.html File third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-rect.html (right): https://codereview.chromium.org/2612263002/diff/80001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-rect.html#newcode119 third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-rect.html:119: assert_dom_rect_equals(rect, [10, 20, 80, 50, 20, 90, 70, 10]); ...
3 years, 11 months ago (2017-01-12 19:05:25 UTC) #23
Byoungkwon Ko
On 2017/01/12 19:05:25, zino wrote: > https://codereview.chromium.org/2612263002/diff/80001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-rect.html > File third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-rect.html > (right): > > https://codereview.chromium.org/2612263002/diff/80001/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-rect.html#newcode119 ...
3 years, 11 months ago (2017-01-14 13:42:42 UTC) #28
zino
lgtm but please fix nits before adding a reviewer for core directory. https://codereview.chromium.org/2612263002/diff/140001/third_party/WebKit/Source/core/dom/DOMRect.cpp File third_party/WebKit/Source/core/dom/DOMRect.cpp ...
3 years, 11 months ago (2017-01-14 17:11:34 UTC) #31
Byoungkwon Ko
https://codereview.chromium.org/2612263002/diff/140001/third_party/WebKit/Source/core/dom/DOMRect.cpp File third_party/WebKit/Source/core/dom/DOMRect.cpp (right): https://codereview.chromium.org/2612263002/diff/140001/third_party/WebKit/Source/core/dom/DOMRect.cpp#newcode16 third_party/WebKit/Source/core/dom/DOMRect.cpp:16: return new DOMRect(other.x(), other.y(), other.width(), other.height()); On 2017/01/14 17:11:33, ...
3 years, 11 months ago (2017-01-15 02:49:09 UTC) #33
Byoungkwon Ko
PTAL
3 years, 11 months ago (2017-01-15 02:50:23 UTC) #34
Byoungkwon Ko
PTAL https://codereview.chromium.org/2612263002/diff/140001/third_party/WebKit/Source/core/dom/DOMRect.cpp File third_party/WebKit/Source/core/dom/DOMRect.cpp (right): https://codereview.chromium.org/2612263002/diff/140001/third_party/WebKit/Source/core/dom/DOMRect.cpp#newcode6 third_party/WebKit/Source/core/dom/DOMRect.cpp:6: On 2017/01/14 17:11:33, zino wrote: > nit: Please ...
3 years, 11 months ago (2017-01-15 03:00:39 UTC) #35
haraken
LGTM
3 years, 11 months ago (2017-01-15 23:44:39 UTC) #36
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/2612263002/160001
3 years, 11 months ago (2017-01-16 11:14:44 UTC) #39
commit-bot: I haz the power
3 years, 11 months ago (2017-01-16 12:49:36 UTC) #42
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/5be3a2ab80dff22d41a0a5e99a58...

Powered by Google App Engine
This is Rietveld 408576698