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

Issue 2615653003: [GeometryInterface] Implement DOMQuad and DOMQuadInit. (Closed)

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

Description

[GeometryInterface] Implement DOMQuad and DOMQuadInit. Objects implementing the DOMQuad interface represents a quadrilateral. first, constructor was added in this CL. and i will add other functions in follow up CL. spec list: https://drafts.fxtf.org/geometry/#domquad https://drafts.fxtf.org/geometry/#dictdef-domquadinit BUG=678237 Review-Url: https://codereview.chromium.org/2615653003 Cr-Commit-Position: refs/heads/master@{#443446} Committed: https://chromium.googlesource.com/chromium/src/+/4ebe01d1636b1ed0b258584b2485470646f7aec9

Patch Set 1 #

Patch Set 2 : [GeometryInterface] Implement DOMQuad and DOMQuadInit. #

Total comments: 10

Patch Set 3 : [GeometryInterface] Implement DOMQuad and DOMQuadInit. #

Patch Set 4 : [GeometryInterface] Implement DOMQuad and DOMQuadInit. #

Patch Set 5 : [GeometryInterface] Implement DOMQuad and DOMQuadInit. #

Total comments: 5

Patch Set 6 : add const keyword #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -3 lines) Patch
A third_party/WebKit/LayoutTests/fast/dom/geometry-interface-dom-quad.html View 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/BUILD.gn View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/core_idl_files.gni View 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/dom/DOMQuad.h View 1 2 3 4 5 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/dom/DOMQuad.cpp View 1 2 3 4 5 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/dom/DOMQuad.idl View 1 2 3 4 5 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/dom/DOMQuadInit.idl View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (27 generated)
Hwanseung Lee
@dominicc, zino PTAL, thank you.
3 years, 11 months ago (2017-01-07 09:03:23 UTC) #14
zino
https://codereview.chromium.org/2615653003/diff/20001/third_party/WebKit/Source/core/dom/DOMQuad.h File third_party/WebKit/Source/core/dom/DOMQuad.h (right): https://codereview.chromium.org/2615653003/diff/20001/third_party/WebKit/Source/core/dom/DOMQuad.h#newcode10 third_party/WebKit/Source/core/dom/DOMQuad.h:10: #include "core/dom/DOMPoint.h" Can we use forward declaration instead of ...
3 years, 11 months ago (2017-01-08 17:52:30 UTC) #15
Hwanseung Lee
@zino PTAL, i fixed them. https://codereview.chromium.org/2615653003/diff/20001/third_party/WebKit/Source/core/dom/DOMQuad.h File third_party/WebKit/Source/core/dom/DOMQuad.h (right): https://codereview.chromium.org/2615653003/diff/20001/third_party/WebKit/Source/core/dom/DOMQuad.h#newcode10 third_party/WebKit/Source/core/dom/DOMQuad.h:10: #include "core/dom/DOMPoint.h" On 2017/01/08 ...
3 years, 11 months ago (2017-01-09 13:28:25 UTC) #16
zino
LGTM
3 years, 11 months ago (2017-01-10 09:14:18 UTC) #17
dominicc (has gone to gerrit)
lgtm lgtm modulo comment inline. https://codereview.chromium.org/2615653003/diff/80001/third_party/WebKit/Source/core/core_idl_files.gni File third_party/WebKit/Source/core/core_idl_files.gni (right): https://codereview.chromium.org/2615653003/diff/80001/third_party/WebKit/Source/core/core_idl_files.gni#newcode513 third_party/WebKit/Source/core/core_idl_files.gni:513: "dom/DOMPointInit.idl", Thank you for ...
3 years, 11 months ago (2017-01-11 08:07:54 UTC) #18
Hwanseung Lee
https://codereview.chromium.org/2615653003/diff/80001/third_party/WebKit/Source/core/dom/DOMQuad.h File third_party/WebKit/Source/core/dom/DOMQuad.h (right): https://codereview.chromium.org/2615653003/diff/80001/third_party/WebKit/Source/core/dom/DOMQuad.h#newcode21 third_party/WebKit/Source/core/dom/DOMQuad.h:21: static DOMQuad* create(DOMPointInit& p1, On 2017/01/11 08:07:54, dominicc wrote: ...
3 years, 11 months ago (2017-01-11 13:34:04 UTC) #19
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/2615653003/100001
3 years, 11 months ago (2017-01-11 13:34:30 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/368793)
3 years, 11 months ago (2017-01-11 15:16:24 UTC) #24
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/2615653003/100001
3 years, 11 months ago (2017-01-13 01:21:37 UTC) #34
commit-bot: I haz the power
3 years, 11 months ago (2017-01-13 01:45:11 UTC) #37
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/4ebe01d1636b1ed0b258584b2485...

Powered by Google App Engine
This is Rietveld 408576698