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

Issue 14972014: Remove an overloaded strokeRect in <canvas> (Closed)

Created:
7 years, 7 months ago by dshwang
Modified:
7 years, 7 months ago
CC:
blink-reviews, Rik, eae+blinkwatch, adamk+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Remove an overloaded strokeRect in <canvas> The canvas spec [1] does not define strokeRect with 5 arguments, so this issue remains only strokeRect with 4 arguments. [1] http://www.w3.org/TR/2dcontext2/ BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=150200

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -52 lines) Patch
D LayoutTests/fast/canvas/canvas-overloads-strokeRect.html View 1 chunk +0 lines, -10 lines 0 comments Download
D LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt View 1 chunk +0 lines, -15 lines 1 comment Download
D LayoutTests/fast/canvas/script-tests/canvas-overloads-strokeRect.js View 1 chunk +0 lines, -12 lines 0 comments Download
M LayoutTests/fast/canvas/script-tests/canvas-strokeRect.js View 3 chunks +6 lines, -3 lines 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.cpp View 2 chunks +3 lines, -10 lines 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.idl View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
dshwang
FF and Opera have only strokeRect with 4 arguments. I checked it using fast/canvas/canvas-strokeRect.html strokeRect ...
7 years, 7 months ago (2013-05-10 12:21:35 UTC) #1
dshwang
Eric, do you think I need to send "intent to ship" mail? This change removes ...
7 years, 7 months ago (2013-05-10 12:23:15 UTC) #2
Stephen White
https://codereview.chromium.org/14972014/diff/1/LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt File LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt (left): https://codereview.chromium.org/14972014/diff/1/LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt#oldcode11 LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt:11: PASS ctx.strokeRect(0, 0, 0, 0, 0) is undefined This ...
7 years, 7 months ago (2013-05-10 12:27:14 UTC) #3
dshwang
On 2013/05/10 12:27:14, Stephen White wrote: > https://codereview.chromium.org/14972014/diff/1/LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt > File LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt (left): > > https://codereview.chromium.org/14972014/diff/1/LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt#oldcode11 ...
7 years, 7 months ago (2013-05-10 12:30:17 UTC) #4
Stephen White
On 2013/05/10 12:30:17, dshwang wrote: > On 2013/05/10 12:27:14, Stephen White wrote: > > > ...
7 years, 7 months ago (2013-05-10 12:32:30 UTC) #5
dshwang
On 2013/05/10 12:32:30, Stephen White wrote: > Ah, ok. This looks ok, but leaving for ...
7 years, 7 months ago (2013-05-10 12:34:28 UTC) #6
dshwang
Hi! could you review please?
7 years, 7 months ago (2013-05-13 05:29:16 UTC) #7
eseidel
lgtm If we're the only engine to support this, then I believe this is a ...
7 years, 7 months ago (2013-05-13 06:46:22 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dongseong.hwang@intel.com/14972014/1
7 years, 7 months ago (2013-05-13 06:46:31 UTC) #9
commit-bot: I haz the power
Change committed as 150200
7 years, 7 months ago (2013-05-13 07:45:12 UTC) #10
dshwang
On 2013/05/13 06:46:22, Eric Seidel wrote: > lgtm > > If we're the only engine ...
7 years, 7 months ago (2013-05-13 09:09:40 UTC) #11
dshwang
7 years, 7 months ago (2013-05-13 10:33:35 UTC) #12
Message was sent while issue was closed.
I'm backporting it to WebKit at https://bugs.webkit.org/show_bug.cgi?id=116017

Powered by Google App Engine
This is Rietveld 408576698