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

Issue 1155743010: Implement SVGFESpecularLightingElement.kernelUnitLengthX/kernelUnitLengthY. (Closed)

Created:
5 years, 7 months ago by hyunjunekim2
Modified:
5 years, 6 months ago
Reviewers:
pdr., philipj_slow, fs
CC:
blink-reviews, krit, arv+blink, vivekg_samsung, kouhei+svg_chromium.org, fs, vivekg, f(malita), Inactive, gyuyoung2, Stephen Chennney, rwlbuis, pdr+svgwatchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Implement SVGFESpecularLightingElement.kernelUnitLengthX/kernelUnitLengthY. Result about the support in other browsers. - Firefox(36.0.4) [Support] - IE(11.0.9600.17801) [Support] TEST=LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength.html BUG=492546 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196300

Patch Set 1 #

Patch Set 2 : modify test. #

Total comments: 2

Patch Set 3 : PS 3 #

Total comments: 4

Patch Set 4 : PS 4 #

Total comments: 1

Patch Set 5 : PS 5 #

Total comments: 1

Patch Set 6 : PS 6 #

Patch Set 7 : PS 7 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -3 lines) Patch
A LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength.html View 1 2 3 4 5 6 1 chunk +17 lines, -0 lines 0 comments Download
M LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFESpecularLightingElement.idl View 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 20 (2 generated)
hyunjunekim2
philipj_UTC2, Could you check this one? firefox support this one. and i'm going to check ...
5 years, 6 months ago (2015-05-29 12:41:45 UTC) #2
philipj_slow
Looks good, but I'll let fs and/or pdr l g t m this. It's a ...
5 years, 6 months ago (2015-05-29 12:50:09 UTC) #3
hyunjunekim2
On 2015/05/29 12:41:45, hyunjunekim2 wrote: > philipj_UTC2, Could you check this one? firefox support this ...
5 years, 6 months ago (2015-05-29 12:51:00 UTC) #4
philipj_slow
Please write about the support in other browsers in the description, so that people don't ...
5 years, 6 months ago (2015-05-29 12:52:23 UTC) #5
hyunjunekim2
> And IE supported kernelUnitLengthX/kernelUnitLengthY also. IE version is 11.0.9600.17801.
5 years, 6 months ago (2015-05-29 12:52:42 UTC) #6
hyunjunekim2
On 2015/05/29 12:52:23, philipj wrote: > Please write about the support in other browsers in ...
5 years, 6 months ago (2015-05-29 12:53:59 UTC) #7
fs
On 2015/05/29 12:50:09, philipj wrote: > Looks good, but I'll let fs and/or pdr l ...
5 years, 6 months ago (2015-05-29 13:18:40 UTC) #8
hyunjunekim2
fs, philipj, Could you check ps3?
5 years, 6 months ago (2015-05-31 14:21:47 UTC) #9
fs
https://codereview.chromium.org/1155743010/diff/40001/LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength.html File LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength.html (right): https://codereview.chromium.org/1155743010/diff/40001/LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength.html#newcode1 LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength.html:1: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> Use HTML5 doctype: <!DOCTYPE ...
5 years, 6 months ago (2015-06-01 09:13:46 UTC) #10
philipj_slow
pdr@, how do you feel about adding stuff to the SVG1DOM bucket? In this particular ...
5 years, 6 months ago (2015-06-01 09:16:10 UTC) #11
hyunjunekim2
fs, philipj, I modified a test. Could you check PS 4?
5 years, 6 months ago (2015-06-01 14:11:40 UTC) #12
philipj_slow
https://codereview.chromium.org/1155743010/diff/60001/LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength.html File LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength.html (right): https://codereview.chromium.org/1155743010/diff/60001/LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength.html#newcode5 LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength.html:5: setup(function() { You only have one test, so you ...
5 years, 6 months ago (2015-06-01 14:16:33 UTC) #13
hyunjunekim2
On 2015/06/01 14:16:33, philipj wrote: > https://codereview.chromium.org/1155743010/diff/60001/LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength.html > File > LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength.html > (right): > > ...
5 years, 6 months ago (2015-06-01 14:51:40 UTC) #14
philipj_slow
I'm going to say LGTM, but please wait for pdr's verdict as both fs and ...
5 years, 6 months ago (2015-06-01 15:14:29 UTC) #15
pdr.
On 2015/06/01 at 09:16:10, philipj wrote: > pdr@, how do you feel about adding stuff ...
5 years, 6 months ago (2015-06-01 22:31:40 UTC) #16
philipj_slow
lgtm OK, let's do this.
5 years, 6 months ago (2015-06-02 07:23:44 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1155743010/120001
5 years, 6 months ago (2015-06-02 07:24:10 UTC) #19
commit-bot: I haz the power
5 years, 6 months ago (2015-06-02 09:00:00 UTC) #20
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196300

Powered by Google App Engine
This is Rietveld 408576698