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

Issue 1454163005: Change float-->double in CanvasRenderingContext2D.idl (Closed)

Created:
5 years, 1 month ago by xidachen
Modified:
5 years, 1 month ago
Reviewers:
Justin Novosad
CC:
chromium-reviews, dshwang, ajuma+watch-canvas_chromium.org, blink-reviews-html_chromium.org, dglazkov+blink, Rik, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change float-->double in CanvasRenderingContext2D.idl The type should be double according to the spec: https://html.spec.whatwg.org/multipage/scripting.html#canvasrenderingcontext2d Providing that this change doesn't cause performance regression. BUG=556257, 559182 Committed: https://crrev.com/53bf8ec683c0da3312e6dec83eccf2d057844ed4 Cr-Commit-Position: refs/heads/master@{#360869}

Patch Set 1 #

Total comments: 1

Patch Set 2 : everything is double #

Patch Set 3 : change text in expected.txt float-->double #

Patch Set 4 : Mark NeedsRebaseline for a layout test #

Patch Set 5 : update bug number in TestExpectations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+240 lines, -235 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-2d-imageData-create-nonfinite-expected.txt View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-invalid-expected.txt View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-putImageData-expected.txt View 1 2 1 chunk +18 lines, -18 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/linearGradient-infinite-values-expected.txt View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/radialGradient-infinite-values-expected.txt View 1 2 1 chunk +18 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h View 1 7 chunks +46 lines, -46 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.cpp View 1 2 32 chunks +58 lines, -56 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.idl View 1 6 chunks +33 lines, -34 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DAPITest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DState.h View 1 5 chunks +18 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DState.cpp View 1 8 chunks +14 lines, -12 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
xidachen
Hi Justin, Please review this CL. Thank you. https://codereview.chromium.org/1454163005/diff/1/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h File third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h (left): https://codereview.chromium.org/1454163005/diff/1/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h#oldcode103 third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h:103: These ...
5 years, 1 month ago (2015-11-19 18:55:32 UTC) #3
Justin Novosad
On 2015/11/19 18:55:32, xidachen wrote: > Hi Justin, > > https://codereview.chromium.org/1454163005/diff/1/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h#oldcode103 > third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h:103: > These ...
5 years, 1 month ago (2015-11-19 19:23:56 UTC) #5
xidachen
Hi Justin, The CL should be good now, all layout tests passed. There is a ...
5 years, 1 month ago (2015-11-20 17:43:27 UTC) #7
Justin Novosad
lgtm
5 years, 1 month ago (2015-11-20 17:48:14 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1454163005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1454163005/80001
5 years, 1 month ago (2015-11-20 17:55:13 UTC) #10
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 1 month ago (2015-11-20 19:08:23 UTC) #11
commit-bot: I haz the power
5 years, 1 month ago (2015-11-20 19:09:50 UTC) #12
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/53bf8ec683c0da3312e6dec83eccf2d057844ed4
Cr-Commit-Position: refs/heads/master@{#360869}

Powered by Google App Engine
This is Rietveld 408576698