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

Issue 2231053003: Add dataset property to SVGElement interface. (Closed)

Created:
4 years, 4 months ago by ramya.v
Modified:
4 years, 3 months ago
Reviewers:
chrishtr, pdr., foolip
CC:
blink-reviews, chromium-reviews, krit, f(malita), gyuyoung2, kouhei+svg_chromium.org, pdr+svgwatchlist_chromium.org, rwlbuis, Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add dataset property to SVGElement interface. Spec: https://svgwg.org/svg2-draft/types.html#InterfaceSVGElement BUG=636108 Committed: https://crrev.com/25105789b773639799f91afaff54dec8f63b023c Cr-Commit-Position: refs/heads/master@{#414654}

Patch Set 1 #

Patch Set 2 : Added test #

Total comments: 2

Patch Set 3 : Modified existing dataset.html to handle both HTML and SVG elements #

Patch Set 4 : Updated testcase #

Total comments: 2

Patch Set 5 : Added comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+280 lines, -355 lines) Patch
M third_party/WebKit/LayoutTests/fast/dom/dataset.html View 1 2 3 4 1 chunk +277 lines, -7 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/dataset-expected.txt View 1 2 1 chunk +0 lines, -128 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/script-tests/dataset.js View 1 2 1 chunk +0 lines, -220 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGElement.idl View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 29 (11 generated)
ramya.v
PTAL! Thanks
4 years, 4 months ago (2016-08-11 08:38:58 UTC) #6
foolip
Can you investigate and summarize the state of support in other engines?
4 years, 4 months ago (2016-08-11 08:54:29 UTC) #8
ramya.v
On 2016/08/11 08:54:29, foolip wrote: > Can you investigate and summarize the state of support ...
4 years, 4 months ago (2016-08-11 09:14:44 UTC) #9
foolip
On 2016/08/11 09:14:44, ramya.v wrote: > On 2016/08/11 08:54:29, foolip wrote: > > Can you ...
4 years, 4 months ago (2016-08-11 12:10:13 UTC) #10
foolip
chrishtr@, pdr@, I think this is trivial enough to not need an Intent to Implement ...
4 years, 4 months ago (2016-08-11 12:11:55 UTC) #12
fs
On 2016/08/11 at 12:11:55, foolip wrote: > chrishtr@, pdr@, I think this is trivial enough ...
4 years, 4 months ago (2016-08-11 17:05:08 UTC) #13
chrishtr
I know it's small, but please send an intent anyway. Will get quick approval if ...
4 years, 4 months ago (2016-08-11 17:35:08 UTC) #14
ramya.v
On 2016/08/11 17:35:08, chrishtr wrote: > I know it's small, but please send an intent ...
4 years, 4 months ago (2016-08-12 09:08:43 UTC) #15
chrishtr
pdr, could you review the test?
4 years, 4 months ago (2016-08-23 19:48:11 UTC) #16
pdr.
https://codereview.chromium.org/2231053003/diff/20001/third_party/WebKit/LayoutTests/fast/dom/dataset-svg.html File third_party/WebKit/LayoutTests/fast/dom/dataset-svg.html (right): https://codereview.chromium.org/2231053003/diff/20001/third_party/WebKit/LayoutTests/fast/dom/dataset-svg.html#newcode2 third_party/WebKit/LayoutTests/fast/dom/dataset-svg.html:2: <script src="../../resources/testharness.js"></script> This test copies fast/dom/script-tests/dataset.js. Instead of copying ...
4 years, 4 months ago (2016-08-24 18:42:15 UTC) #17
ramya.v
On 2016/08/24 18:42:15, pdr. wrote: > https://codereview.chromium.org/2231053003/diff/20001/third_party/WebKit/LayoutTests/fast/dom/dataset-svg.html > File third_party/WebKit/LayoutTests/fast/dom/dataset-svg.html (right): > > https://codereview.chromium.org/2231053003/diff/20001/third_party/WebKit/LayoutTests/fast/dom/dataset-svg.html#newcode2 > ...
4 years, 4 months ago (2016-08-25 03:47:55 UTC) #18
ramya.v
@pdr Updated as per review comments. PTAL! Thanks https://codereview.chromium.org/2231053003/diff/20001/third_party/WebKit/LayoutTests/fast/dom/dataset-svg.html File third_party/WebKit/LayoutTests/fast/dom/dataset-svg.html (right): https://codereview.chromium.org/2231053003/diff/20001/third_party/WebKit/LayoutTests/fast/dom/dataset-svg.html#newcode2 third_party/WebKit/LayoutTests/fast/dom/dataset-svg.html:2: <script ...
4 years, 4 months ago (2016-08-25 10:51:33 UTC) #19
pdr.
Nice work combining the testcases. LGTM https://codereview.chromium.org/2231053003/diff/60001/third_party/WebKit/LayoutTests/fast/dom/dataset.html File third_party/WebKit/LayoutTests/fast/dom/dataset.html (right): https://codereview.chromium.org/2231053003/diff/60001/third_party/WebKit/LayoutTests/fast/dom/dataset.html#newcode38 third_party/WebKit/LayoutTests/fast/dom/dataset.html:38: if (e instanceof ...
4 years, 3 months ago (2016-08-25 18:13:33 UTC) #20
chrishtr
lgtm
4 years, 3 months ago (2016-08-25 18:56:00 UTC) #21
ramya.v
https://codereview.chromium.org/2231053003/diff/60001/third_party/WebKit/LayoutTests/fast/dom/dataset.html File third_party/WebKit/LayoutTests/fast/dom/dataset.html (right): https://codereview.chromium.org/2231053003/diff/60001/third_party/WebKit/LayoutTests/fast/dom/dataset.html#newcode38 third_party/WebKit/LayoutTests/fast/dom/dataset.html:38: if (e instanceof HTMLElement) On 2016/08/25 18:13:33, pdr. wrote: ...
4 years, 3 months ago (2016-08-26 03:36:01 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/2231053003/80001
4 years, 3 months ago (2016-08-26 03:36:25 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-08-26 05:26:22 UTC) #27
commit-bot: I haz the power
4 years, 3 months ago (2016-08-26 05:28:37 UTC) #29
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/25105789b773639799f91afaff54dec8f63b023c
Cr-Commit-Position: refs/heads/master@{#414654}

Powered by Google App Engine
This is Rietveld 408576698