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

Issue 1637163002: Change to idle-task implementations in toBlob (Closed)

Created:
4 years, 11 months ago by xlai (Olivia)
Modified:
4 years, 11 months ago
CC:
ajuma+watch-canvas_chromium.org, blink-reviews, blink-reviews-html_chromium.org, Rik, chromium-reviews, dglazkov+blink, dshwang
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change to idle-task implementations in toBlob This is a combined revert of https://codereview.chromium.org/1491653002 and https://codereview.chromium.org/1614173002. One more additional edit is the addition of "testRunner.dumpAsText();" in canvas-toBlob-defaultpng.html and canvas-toBlob-toDataURL-race.js. Reason for this revert is that we found out idle-task performs much better (has less negative impacts on other activities) than threaded implementation on majority of machines. BUG=581574 Committed: https://crrev.com/477b16c4b0051e183d22d3705faeebcb2cc0cc42 Cr-Commit-Position: refs/heads/master@{#371806}

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -94 lines) Patch
M third_party/WebKit/LayoutTests/VirtualTestSuites View 1 chunk +5 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-defaultpng.html View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-defaultpng-expected.txt View 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-toDataURL-race-imageEncoder-png.html View 1 chunk +0 lines, -21 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-toDataURL-race-imageEncoder-png-expected.txt View 1 chunk +0 lines, -10 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/canvas/toBlob/canvas-toBlob-defaultpng.html View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/fast/canvas/toBlob/canvas-toBlob-defaultpng-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/canvas/toBlob/canvas-toBlob-toDataURL-race-imageEncoder-png.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/canvas/toBlob/canvas-toBlob-toDataURL-race-imageEncoder-png-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp View 1 chunk +5 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.h View 2 chunks +5 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.cpp View 3 chunks +59 lines, -3 lines 0 comments Download

Messages

Total messages: 24 (15 generated)
xlai (Olivia)
Created Revert of Removal all idle-task implementations in toBlob
4 years, 11 months ago (2016-01-26 23:07:31 UTC) #1
xlai (Olivia)
Hi Ali, as Justin is away for vacation, would you please help me review this ...
4 years, 11 months ago (2016-01-27 02:41:26 UTC) #8
ajuma
This is roughly a combined revert of https://crrev.com/72fc4074be5f53812829e6272f5e246319f444bd and https://crrev.com/9cbf936a9bc9102b2c9f9a7f6311b53747c2bd52 right? Please mention this in ...
4 years, 11 months ago (2016-01-27 14:21:51 UTC) #10
jbroman
On 2016/01/27 at 14:21:51, ajuma wrote: > This is roughly a combined revert of https://crrev.com/72fc4074be5f53812829e6272f5e246319f444bd ...
4 years, 11 months ago (2016-01-27 15:05:26 UTC) #11
xlai (Olivia)
@ajuma, @jbroman: Yes, this is a combined revert with a few more trivial edits. I ...
4 years, 11 months ago (2016-01-27 16:46:14 UTC) #17
jbroman
lgtm
4 years, 11 months ago (2016-01-27 16:49:17 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1637163002/270001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1637163002/270001
4 years, 11 months ago (2016-01-27 16:52:46 UTC) #20
commit-bot: I haz the power
Committed patchset #1 (id:270001)
4 years, 11 months ago (2016-01-27 16:59:22 UTC) #22
commit-bot: I haz the power
4 years, 11 months ago (2016-01-27 17:00:28 UTC) #24
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/477b16c4b0051e183d22d3705faeebcb2cc0cc42
Cr-Commit-Position: refs/heads/master@{#371806}

Powered by Google App Engine
This is Rietveld 408576698