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

Issue 956203002: Sync the DOM* geometry interfaces with the spec (Closed)

Created:
5 years, 9 months ago by philipj_slow
Modified:
5 years, 9 months ago
Reviewers:
haraken, Jens Widell, zino
CC:
blink-reviews, blink-reviews-dom_chromium.org, arv+blink, vivekg_samsung, sof, eae+blinkwatch, vivekg, dglazkov+blink, Inactive, rwlbuis
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Sync the DOM* geometry interfaces with the spec http://dev.w3.org/fxtf/geometry/ Note that DOMRect is missing the optional keyword in the spec: https://www.w3.org/Bugs/Public/show_bug.cgi?id=27706 BUG=460722 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190930

Patch Set 1 #

Total comments: 3

Patch Set 2 : add inherit and tweak constructors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -57 lines) Patch
M Source/core/dom/DOMMatrix.idl View 1 2 chunks +36 lines, -33 lines 0 comments Download
M Source/core/dom/DOMMatrixReadOnly.idl View 2 chunks +17 lines, -12 lines 0 comments Download
M Source/core/dom/DOMPoint.idl View 1 1 chunk +11 lines, -6 lines 0 comments Download
M Source/core/dom/DOMPointInit.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/DOMPointReadOnly.idl View 2 chunks +4 lines, -1 line 0 comments Download
M Source/core/dom/DOMRect.idl View 1 1 chunk +7 lines, -4 lines 0 comments Download
M Source/core/dom/DOMRectReadOnly.idl View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (5 generated)
philipj_slow
PTAL
5 years, 9 months ago (2015-02-26 04:58:42 UTC) #2
zino
Looks good. +haraken since he's the idl expert and owner. https://codereview.chromium.org/956203002/diff/1/Source/core/dom/DOMPoint.idl File Source/core/dom/DOMPoint.idl (right): https://codereview.chromium.org/956203002/diff/1/Source/core/dom/DOMPoint.idl#newcode9 ...
5 years, 9 months ago (2015-02-26 12:11:32 UTC) #3
zino
+haraken since he's the idl expert and owner.
5 years, 9 months ago (2015-02-26 12:12:18 UTC) #5
haraken
LGTM
5 years, 9 months ago (2015-02-26 12:40:58 UTC) #6
zino
https://codereview.chromium.org/956203002/diff/1/Source/core/dom/DOMPoint.idl File Source/core/dom/DOMPoint.idl (right): https://codereview.chromium.org/956203002/diff/1/Source/core/dom/DOMPoint.idl#newcode9 Source/core/dom/DOMPoint.idl:9: // FIXME: The x and y arguments should be ...
5 years, 9 months ago (2015-02-26 13:51:15 UTC) #7
haraken
+Jens
5 years, 9 months ago (2015-02-26 13:54:04 UTC) #9
Jens Widell
https://codereview.chromium.org/956203002/diff/1/Source/core/dom/DOMPoint.idl File Source/core/dom/DOMPoint.idl (right): https://codereview.chromium.org/956203002/diff/1/Source/core/dom/DOMPoint.idl#newcode9 Source/core/dom/DOMPoint.idl:9: // FIXME: The x and y arguments should be ...
5 years, 9 months ago (2015-02-26 14:02:56 UTC) #10
philipj_slow
Thanks for the feedback, I've submitted a spec bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=28108 I'll update the FIXME to ...
5 years, 9 months ago (2015-02-26 14:19:36 UTC) #11
philipj_slow
add inherit and tweak constructors
5 years, 9 months ago (2015-02-26 15:00:48 UTC) #12
philipj_slow
Jens, can you take another look? The diff from PS1 is rather trivial, but better ...
5 years, 9 months ago (2015-02-26 15:19:50 UTC) #13
Jens Widell
LGTM No unexpected changes to generated code.
5 years, 9 months ago (2015-02-26 15:24:31 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/956203002/20001
5 years, 9 months ago (2015-02-26 15:44:35 UTC) #17
philipj_slow
By the way, is there a very quick way to compare the generated code? I ...
5 years, 9 months ago (2015-02-26 15:55:13 UTC) #18
Jens Widell
On 2015/02/26 15:55:13, philipj_UTC7 wrote: > By the way, is there a very quick way ...
5 years, 9 months ago (2015-02-26 15:56:40 UTC) #19
haraken
On 2015/02/26 15:56:40, Jens Widell wrote: > On 2015/02/26 15:55:13, philipj_UTC7 wrote: > > By ...
5 years, 9 months ago (2015-02-26 16:03:06 UTC) #20
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://src.chromium.org/viewvc/blink?view=rev&revision=190930
5 years, 9 months ago (2015-02-26 16:10:25 UTC) #21
philipj_slow
5 years, 9 months ago (2015-02-26 18:18:09 UTC) #22
Message was sent while issue was closed.
OK, I guess I'll write myself a shell script too :)

Powered by Google App Engine
This is Rietveld 408576698