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

Issue 1246633004: cc: Move image decodes from tile manager to a separate file. (Closed)

Created:
5 years, 5 months ago by vmpstr
Modified:
5 years, 4 months ago
CC:
cc-bugs_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Move image decodes from tile manager to a separate file. This patch moves image decode functionality to ImageDecodeController. This is intended to make modifications to image decodes simpler. R=enne, weiliangc CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/c8cf52ab5b17cc122027b3c743dced5713628aa7 Cr-Commit-Position: refs/heads/master@{#341636}

Patch Set 1 #

Total comments: 6

Patch Set 2 : update #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -107 lines) Patch
M cc/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M cc/cc.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A cc/tiles/image_decode_controller.h View 1 2 1 chunk +55 lines, -0 lines 0 comments Download
A cc/tiles/image_decode_controller.cc View 1 2 3 1 chunk +124 lines, -0 lines 0 comments Download
M cc/tiles/tile_manager.h View 4 chunks +2 lines, -12 lines 0 comments Download
M cc/tiles/tile_manager.cc View 1 2 3 6 chunks +4 lines, -95 lines 0 comments Download

Messages

Total messages: 25 (11 generated)
vmpstr
Please take a look.
5 years, 5 months ago (2015-07-20 21:44:42 UTC) #1
vmpstr
On 2015/07/20 21:44:42, vmpstr wrote: > Please take a look. ping. I think this will ...
5 years, 4 months ago (2015-07-30 22:10:17 UTC) #2
ericrk
Makes sense to me w/ a few small nits - LGTM https://codereview.chromium.org/1246633004/diff/1/cc/tiles/image_decode_controller.cc File cc/tiles/image_decode_controller.cc (right): ...
5 years, 4 months ago (2015-07-30 22:59:30 UTC) #4
vmpstr
https://codereview.chromium.org/1246633004/diff/1/cc/tiles/image_decode_controller.cc File cc/tiles/image_decode_controller.cc (right): https://codereview.chromium.org/1246633004/diff/1/cc/tiles/image_decode_controller.cc#newcode69 cc/tiles/image_decode_controller.cc:69: if (decode_task) On 2015/07/30 22:59:30, ericrk wrote: > super ...
5 years, 4 months ago (2015-07-30 23:08:34 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1246633004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1246633004/40001
5 years, 4 months ago (2015-07-31 23:36:16 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/93763)
5 years, 4 months ago (2015-08-01 01:34:37 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1246633004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1246633004/40001
5 years, 4 months ago (2015-08-03 17:43:56 UTC) #12
enne (OOO)
lgtm https://codereview.chromium.org/1246633004/diff/40001/cc/tiles/image_decode_controller.cc File cc/tiles/image_decode_controller.cc (right): https://codereview.chromium.org/1246633004/diff/40001/cc/tiles/image_decode_controller.cc#newcode67 cc/tiles/image_decode_controller.cc:67: auto& decode_task = image_decode_tasks_[layer_id][generation_id]; Sorry to style nitpick, ...
5 years, 4 months ago (2015-08-03 18:02:46 UTC) #13
vmpstr
PTAL https://codereview.chromium.org/1246633004/diff/40001/cc/tiles/image_decode_controller.cc File cc/tiles/image_decode_controller.cc (right): https://codereview.chromium.org/1246633004/diff/40001/cc/tiles/image_decode_controller.cc#newcode67 cc/tiles/image_decode_controller.cc:67: auto& decode_task = image_decode_tasks_[layer_id][generation_id]; On 2015/08/03 18:02:46, enne ...
5 years, 4 months ago (2015-08-03 18:19:18 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1246633004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1246633004/60001
5 years, 4 months ago (2015-08-03 18:33:19 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/73676)
5 years, 4 months ago (2015-08-03 19:23:58 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1246633004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1246633004/60001
5 years, 4 months ago (2015-08-03 22:28:28 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 4 months ago (2015-08-03 23:13:06 UTC) #24
commit-bot: I haz the power
5 years, 4 months ago (2015-08-03 23:13:48 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c8cf52ab5b17cc122027b3c743dced5713628aa7
Cr-Commit-Position: refs/heads/master@{#341636}

Powered by Google App Engine
This is Rietveld 408576698