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

Issue 1839833003: Add medium image quality to software predecode. (Closed)

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

Description

Add medium image quality to software predecode. Software predecode has low and high qualities supported. This CL adds support for medium quality. BUG=594839 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/8b9662d8d9563da3ad545f1e7717d134238c8961 Cr-Commit-Position: refs/heads/master@{#391357}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Moving CLZ to a separate CL. Making changes as per CR comments. #

Total comments: 6

Patch Set 3 : Generating mip levels on demand. #

Total comments: 2

Patch Set 4 : Cherry picking from refactor CL. #

Patch Set 5 : Cherry picking from updated refactor CL. #

Patch Set 6 : Fixing bad rebase. #

Patch Set 7 : Fixing unreachable code error. #

Patch Set 8 : Using Skia's medium quality to generate the mipmap. #

Patch Set 9 : Rebasing. #

Total comments: 6

Patch Set 10 : Adding mipmap scaling. #

Patch Set 11 : Rebasing #

Total comments: 16

Patch Set 12 : Using SkSize instead of SkMatrix, some renaming + comments. #

Total comments: 7

Patch Set 13 : Comparing <= 0.f instead of == -1.f. Adding a lot of unit tests." #

Patch Set 14 : Rebasing. #

Total comments: 15

Patch Set 15 : Now caching the mip level and using scale adjustment to get the actual destination size. #

Patch Set 16 : Changing an error check to a DCHECK. Updating unit tests (including adding a new one) to reflect th… #

Total comments: 8

Patch Set 17 : Code review comments. #

Total comments: 6

Patch Set 18 : Adding a DCHECK. #

Patch Set 19 : Fixing DCHECK. Removing unnecessary if. #

Patch Set 20 : Removing return after NOTREACHED. #

Patch Set 21 : Checking if this errors GCC/Clang. #

Patch Set 22 : I assume this needs to be part of the macro but lets just check. #

Patch Set 23 : I forgot I cannot nest macros. I'll just set it at the offending site. #

Patch Set 24 : The warning only disables at function scope. #

Total comments: 4

Patch Set 25 : Removing NOTREACHED since VC was warning on it. Removing unneeded braces. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+482 lines, -76 lines) Patch
M cc/tiles/software_image_decode_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +0 lines, -12 lines 0 comments Download
M cc/tiles/software_image_decode_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 11 chunks +64 lines, -54 lines 0 comments Download
M cc/tiles/software_image_decode_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 chunks +418 lines, -10 lines 0 comments Download

Messages

Total messages: 117 (45 generated)
cblume
This is not yet ready. We still need to get Skia's thoughts on what they ...
4 years, 8 months ago (2016-03-29 07:21:55 UTC) #5
vmpstr
https://codereview.chromium.org/1839833003/diff/1/base/bits.h File base/bits.h (right): https://codereview.chromium.org/1839833003/diff/1/base/bits.h#newcode52 base/bits.h:52: inline int CountLeadingZerosFallback(uint32_t value) { This should probably be ...
4 years, 8 months ago (2016-03-29 18:38:13 UTC) #6
cblume
https://codereview.chromium.org/1839833003/diff/1/base/bits.h File base/bits.h (right): https://codereview.chromium.org/1839833003/diff/1/base/bits.h#newcode52 base/bits.h:52: inline int CountLeadingZerosFallback(uint32_t value) { On 2016/03/29 18:38:13, vmpstr ...
4 years, 8 months ago (2016-03-29 18:53:45 UTC) #7
cblume
I have made the changes mentioned. This build but has a run-time error (which is ...
4 years, 8 months ago (2016-03-29 21:38:50 UTC) #8
vmpstr
The part that would cache things is the thing that is calling the Medium/Low functions. ...
4 years, 8 months ago (2016-03-29 21:48:04 UTC) #9
ericrk
On 2016/03/29 21:48:04, vmpstr wrote: > The part that would cache things is the thing ...
4 years, 8 months ago (2016-03-30 00:18:52 UTC) #10
cblume
>> With the current approach it seems like we'd re-generate the whole mip tree each ...
4 years, 8 months ago (2016-03-30 00:31:08 UTC) #11
vmpstr
https://codereview.chromium.org/1839833003/diff/40001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/40001/cc/tiles/software_image_decode_controller.cc#newcode356 cc/tiles/software_image_decode_controller.cc:356: if (mip_height < key.target_size().height() || If the target size ...
4 years, 8 months ago (2016-03-30 18:58:07 UTC) #13
cblume
I'm going to work on the unit tests next. I believe we're to a point ...
4 years, 8 months ago (2016-04-13 20:54:15 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/100001
4 years, 8 months ago (2016-04-13 20:54:42 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/197225)
4 years, 8 months ago (2016-04-13 21:35:21 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/120001
4 years, 8 months ago (2016-04-13 23:07:59 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-14 00:14:11 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/140001
4 years, 8 months ago (2016-04-18 22:28:43 UTC) #24
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_gn/builds/21006) mac_chromium_compile_dbg_ng on ...
4 years, 8 months ago (2016-04-18 22:32:55 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/160001
4 years, 8 months ago (2016-04-19 02:34:06 UTC) #30
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-19 03:33:24 UTC) #32
cblume
On 2016/04/19 03:33:24, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
4 years, 8 months ago (2016-04-19 21:21:48 UTC) #33
vmpstr
https://codereview.chromium.org/1839833003/diff/160001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/160001/cc/tiles/software_image_decode_controller.cc#newcode544 cc/tiles/software_image_decode_controller.cc:544: decoded_pixmap.scalePixels(scaled_pixmap, key.filter_quality()); So... we don't actually cache the mip ...
4 years, 8 months ago (2016-04-19 23:04:57 UTC) #34
cblume
https://codereview.chromium.org/1839833003/diff/160001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/160001/cc/tiles/software_image_decode_controller.cc#newcode544 cc/tiles/software_image_decode_controller.cc:544: decoded_pixmap.scalePixels(scaled_pixmap, key.filter_quality()); On 2016/04/19 23:04:57, vmpstr wrote: > So... ...
4 years, 8 months ago (2016-04-21 19:28:11 UTC) #35
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/200001
4 years, 8 months ago (2016-04-21 19:33:42 UTC) #37
vmpstr
Can you add a few unittests to verify that the scale/sizing is all correct? Specifically, ...
4 years, 8 months ago (2016-04-21 20:11:31 UTC) #38
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-21 21:26:00 UTC) #40
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/220001
4 years, 8 months ago (2016-04-22 01:40:02 UTC) #42
cblume
https://codereview.chromium.org/1839833003/diff/160001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/160001/cc/tiles/software_image_decode_controller.cc#newcode544 cc/tiles/software_image_decode_controller.cc:544: decoded_pixmap.scalePixels(scaled_pixmap, key.filter_quality()); On 2016/04/21 20:11:30, vmpstr wrote: > On ...
4 years, 8 months ago (2016-04-22 01:40:14 UTC) #43
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-22 03:42:15 UTC) #45
vmpstr
Looks good. Can you add the unittests I mentioned in #38 https://codereview.chromium.org/1839833003/diff/220001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): ...
4 years, 8 months ago (2016-04-22 18:17:10 UTC) #46
ericrk
https://codereview.chromium.org/1839833003/diff/220001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/220001/cc/tiles/software_image_decode_controller.cc#newcode123 cc/tiles/software_image_decode_controller.cc:123: next_mip_width < key.target_size().width()) { I think this hits an ...
4 years, 8 months ago (2016-04-23 00:25:48 UTC) #47
cblume
On 2016/04/22 18:17:10, vmpstr wrote: > Looks good. Can you add the unittests I mentioned ...
4 years, 8 months ago (2016-04-24 12:43:22 UTC) #48
vmpstr
https://codereview.chromium.org/1839833003/diff/220001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/220001/cc/tiles/software_image_decode_controller.cc#newcode388 cc/tiles/software_image_decode_controller.cc:388: if (mipmap_scale.width() == -1.f || mipmap_scale.height() == -1.f) { ...
4 years, 8 months ago (2016-04-25 18:27:21 UTC) #49
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/260001
4 years, 7 months ago (2016-04-27 08:10:33 UTC) #51
cblume
https://codereview.chromium.org/1839833003/diff/220001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/220001/cc/tiles/software_image_decode_controller.cc#newcode123 cc/tiles/software_image_decode_controller.cc:123: next_mip_width < key.target_size().width()) { On 2016/04/23 00:25:48, ericrk wrote: ...
4 years, 7 months ago (2016-04-27 08:10:36 UTC) #52
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-04-27 09:05:38 UTC) #54
cblume
ping
4 years, 7 months ago (2016-04-29 17:20:20 UTC) #55
vmpstr
https://codereview.chromium.org/1839833003/diff/260001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/260001/cc/tiles/software_image_decode_controller.cc#newcode124 cc/tiles/software_image_decode_controller.cc:124: SkScalar y_scale = 1.f; nit: i'd just do the ...
4 years, 7 months ago (2016-04-29 19:09:41 UTC) #56
cblume
https://codereview.chromium.org/1839833003/diff/260001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/260001/cc/tiles/software_image_decode_controller.cc#newcode124 cc/tiles/software_image_decode_controller.cc:124: SkScalar y_scale = 1.f; On 2016/04/29 19:09:41, vmpstr wrote: ...
4 years, 7 months ago (2016-05-01 01:03:37 UTC) #57
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/280001
4 years, 7 months ago (2016-05-01 01:12:29 UTC) #59
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/214509)
4 years, 7 months ago (2016-05-01 01:48:24 UTC) #61
cblume
https://codereview.chromium.org/1839833003/diff/260001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/260001/cc/tiles/software_image_decode_controller.cc#newcode414 cc/tiles/software_image_decode_controller.cc:414: if (mipmap_scale.width() <= 0.f || mipmap_scale.height() <= 0.f) { ...
4 years, 7 months ago (2016-05-01 22:51:28 UTC) #62
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/300001
4 years, 7 months ago (2016-05-01 22:51:49 UTC) #64
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-01 23:40:41 UTC) #66
vmpstr
https://codereview.chromium.org/1839833003/diff/300001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/300001/cc/tiles/software_image_decode_controller.cc#newcode109 cc/tiles/software_image_decode_controller.cc:109: int target_width = target_size.width(); nit: you can early out ...
4 years, 7 months ago (2016-05-02 19:58:26 UTC) #67
cblume
https://codereview.chromium.org/1839833003/diff/300001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/300001/cc/tiles/software_image_decode_controller.cc#newcode109 cc/tiles/software_image_decode_controller.cc:109: int target_width = target_size.width(); On 2016/05/02 19:58:26, vmpstr wrote: ...
4 years, 7 months ago (2016-05-02 23:04:09 UTC) #68
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/320001
4 years, 7 months ago (2016-05-02 23:04:59 UTC) #70
vmpstr
lgtm with nits https://codereview.chromium.org/1839833003/diff/320001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/320001/cc/tiles/software_image_decode_controller.cc#newcode135 cc/tiles/software_image_decode_controller.cc:135: if (target_height == 1 && target_width ...
4 years, 7 months ago (2016-05-02 23:13:16 UTC) #71
cblume
https://codereview.chromium.org/1839833003/diff/320001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/320001/cc/tiles/software_image_decode_controller.cc#newcode135 cc/tiles/software_image_decode_controller.cc:135: if (target_height == 1 && target_width == 1) { ...
4 years, 7 months ago (2016-05-02 23:35:14 UTC) #73
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/340001
4 years, 7 months ago (2016-05-02 23:35:27 UTC) #74
vmpstr
https://codereview.chromium.org/1839833003/diff/320001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/320001/cc/tiles/software_image_decode_controller.cc#newcode135 cc/tiles/software_image_decode_controller.cc:135: if (target_height == 1 && target_width == 1) { ...
4 years, 7 months ago (2016-05-02 23:39:06 UTC) #75
commit-bot: I haz the power
Dry run: 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/85470) cast_shell_linux on ...
4 years, 7 months ago (2016-05-02 23:46:28 UTC) #77
cblume
https://codereview.chromium.org/1839833003/diff/320001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/320001/cc/tiles/software_image_decode_controller.cc#newcode135 cc/tiles/software_image_decode_controller.cc:135: if (target_height == 1 && target_width == 1) { ...
4 years, 7 months ago (2016-05-02 23:59:20 UTC) #78
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/360001
4 years, 7 months ago (2016-05-02 23:59:51 UTC) #80
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/184132)
4 years, 7 months ago (2016-05-03 00:40:32 UTC) #82
cblume
On 2016/05/03 00:40:32, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
4 years, 7 months ago (2016-05-03 01:26:04 UTC) #83
danakj
On Mon, May 2, 2016 at 6:26 PM, <cblume@chromium.org> wrote: > On 2016/05/03 00:40:32, commit-bot: ...
4 years, 7 months ago (2016-05-03 01:28:04 UTC) #84
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/380001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/380001
4 years, 7 months ago (2016-05-03 03:43:23 UTC) #86
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/142107)
4 years, 7 months ago (2016-05-03 04:18:09 UTC) #88
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/400001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/400001
4 years, 7 months ago (2016-05-03 06:13:01 UTC) #90
commit-bot: I haz the power
Dry run: 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/85480)
4 years, 7 months ago (2016-05-03 06:22:18 UTC) #92
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/420001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/420001
4 years, 7 months ago (2016-05-03 06:56:56 UTC) #94
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/142144)
4 years, 7 months ago (2016-05-03 07:51:44 UTC) #96
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/440001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/440001
4 years, 7 months ago (2016-05-03 08:06:28 UTC) #98
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/215352)
4 years, 7 months ago (2016-05-03 08:46:53 UTC) #100
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/460001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/460001
4 years, 7 months ago (2016-05-03 09:02:53 UTC) #102
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-03 10:22:33 UTC) #104
vmpstr
https://codereview.chromium.org/1839833003/diff/460001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/460001/cc/tiles/software_image_decode_controller.cc#newcode104 cc/tiles/software_image_decode_controller.cc:104: #if defined(_MSC_VER) nit: let's just remove all of this ...
4 years, 7 months ago (2016-05-03 18:23:21 UTC) #105
cblume
https://codereview.chromium.org/1839833003/diff/460001/cc/tiles/software_image_decode_controller.cc File cc/tiles/software_image_decode_controller.cc (right): https://codereview.chromium.org/1839833003/diff/460001/cc/tiles/software_image_decode_controller.cc#newcode104 cc/tiles/software_image_decode_controller.cc:104: #if defined(_MSC_VER) On 2016/05/03 18:23:21, vmpstr wrote: > nit: ...
4 years, 7 months ago (2016-05-03 18:45:05 UTC) #107
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/480001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/480001
4 years, 7 months ago (2016-05-03 18:46:09 UTC) #108
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-03 20:28:09 UTC) #110
vmpstr
lgtm
4 years, 7 months ago (2016-05-03 21:11:53 UTC) #111
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839833003/480001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839833003/480001
4 years, 7 months ago (2016-05-03 21:15:30 UTC) #113
commit-bot: I haz the power
Committed patchset #25 (id:480001)
4 years, 7 months ago (2016-05-03 21:20:59 UTC) #115
commit-bot: I haz the power
4 years, 7 months ago (2016-05-03 21:22:39 UTC) #117
Message was sent while issue was closed.
Patchset 25 (id:??) landed as
https://crrev.com/8b9662d8d9563da3ad545f1e7717d134238c8961
Cr-Commit-Position: refs/heads/master@{#391357}

Powered by Google App Engine
This is Rietveld 408576698