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

Issue 26541008: Web setting for canvas2d msaa (Closed)

Created:
7 years, 2 months ago by bsalomon
Modified:
7 years, 2 months ago
CC:
blink-reviews, jamesr, dsinclair, danakj, dglazkov+blink, Rik, adamk+blink_chromium.org, pdr., Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Web setting for setting canvas2d msaa sample count. Corresponding Chromium change to add a command line switch: https://codereview.chromium.org/26601007 BUG=308277 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160361

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : cleanup #

Patch Set 4 : working? #

Total comments: 4

Patch Set 5 : Address Stephen's comments #

Patch Set 6 : rebase on ToT #

Patch Set 7 : Track sample count in Canvas2DLayerBridge #

Patch Set 8 : Fix C2DLayer tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -19 lines) Patch
M Source/core/html/HTMLCanvasElement.cpp View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M Source/core/page/Settings.in View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/platform/graphics/ImageBuffer.h View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/platform/graphics/ImageBuffer.cpp View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/platform/graphics/chromium/Canvas2DLayerBridge.h View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp View 1 2 3 4 5 6 3 chunks +8 lines, -7 lines 0 comments Download
M Source/core/platform/graphics/chromium/Canvas2DLayerBridgeTest.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/chromium/Canvas2DLayerManagerTest.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebSettingsImpl.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebSettingsImpl.cpp View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M public/web/WebSettings.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
bsalomon
7 years, 2 months ago (2013-10-18 19:22:49 UTC) #1
jamesr
public/ and Source/web/ lgtm, I defer to Stephen on Source/core/
7 years, 2 months ago (2013-10-18 19:24:17 UTC) #2
Stephen White
LGTM. If allocation w/MSAA set fails, should HTMLCanvasElement be doing a retry w/MSAA 0? https://codereview.chromium.org/26541008/diff/8001/Source/core/html/HTMLCanvasElement.cpp ...
7 years, 2 months ago (2013-10-18 20:13:11 UTC) #3
bsalomon
On 2013/10/18 20:13:11, Stephen White wrote: > LGTM. If allocation w/MSAA set fails, should HTMLCanvasElement ...
7 years, 2 months ago (2013-10-21 13:47:51 UTC) #4
bsalomon
https://codereview.chromium.org/26541008/diff/8001/Source/core/html/HTMLCanvasElement.cpp File Source/core/html/HTMLCanvasElement.cpp (right): https://codereview.chromium.org/26541008/diff/8001/Source/core/html/HTMLCanvasElement.cpp#newcode501 Source/core/html/HTMLCanvasElement.cpp:501: if (Accelerated == renderingMode && document().settings()->antialiased2dCanvasEnabled()) On 2013/10/18 20:13:12, ...
7 years, 2 months ago (2013-10-21 13:48:47 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bsalomon@google.com/26541008/138001
7 years, 2 months ago (2013-10-21 13:48:59 UTC) #6
commit-bot: I haz the power
Retried try job too often on linux_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink_rel&number=9044
7 years, 2 months ago (2013-10-21 15:22:35 UTC) #7
bsalomon
There was an issue in Canvas2DLayerBridge::isValid(). The call to accessRenderTarget() would actually recurse back to ...
7 years, 2 months ago (2013-10-22 17:51:57 UTC) #8
Justin Novosad
On 2013/10/22 17:51:57, bsalomon wrote: > There was an issue in Canvas2DLayerBridge::isValid(). The call to ...
7 years, 2 months ago (2013-10-23 16:43:08 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bsalomon@google.com/26541008/358001
7 years, 2 months ago (2013-10-23 17:26:31 UTC) #10
commit-bot: I haz the power
7 years, 2 months ago (2013-10-23 19:16:42 UTC) #11
Message was sent while issue was closed.
Change committed as 160361

Powered by Google App Engine
This is Rietveld 408576698