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

Issue 1785613010: Add SkImageGeneratorWIC (Closed)

Created:
4 years, 9 months ago by msarett
Modified:
4 years, 9 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add SkImageGeneratorWIC This will be a replacement for SkImageDecoder_WIC. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1785613010 CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot,Build-Mac-Clang-x86_64-Release-CMake-Trybot Committed: https://skia.googlesource.com/skia/+/fc0b6d1053bb56698f2844bd5ca30bced7bb389d

Patch Set 1 : #

Total comments: 11

Patch Set 2 : Response to comments #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : Make things work cross-platform and build system #

Patch Set 5 : Cast size_t to UINT #

Patch Set 6 : Blacklist bad images #

Unified diffs Side-by-side diffs Delta from patch set Stats (+337 lines, -6 lines) Patch
M cmake/CMakeLists.txt View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M dm/DM.cpp View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M dm/DMSrcSink.cpp View 1 2 3 4 chunks +20 lines, -3 lines 0 comments Download
M gyp/ports.gyp View 2 chunks +8 lines, -0 lines 0 comments Download
M public.bzl View 1 2 3 6 chunks +3 lines, -3 lines 0 comments Download
A src/ports/SkImageGeneratorWIC.h View 1 2 3 1 chunk +63 lines, -0 lines 0 comments Download
A src/ports/SkImageGeneratorWIC.cpp View 1 2 3 4 1 chunk +175 lines, -0 lines 0 comments Download
M tools/dm_flags.json View 1 2 3 4 5 1 chunk +44 lines, -0 lines 0 comments Download
M tools/dm_flags.py View 1 2 3 4 5 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (16 generated)
msarett
https://codereview.chromium.org/1785613010/diff/60001/src/ports/SkImageGeneratorWIC.cpp File src/ports/SkImageGeneratorWIC.cpp (right): https://codereview.chromium.org/1785613010/diff/60001/src/ports/SkImageGeneratorWIC.cpp#newcode82 src/ports/SkImageGeneratorWIC.cpp:82: if (GUID_WICPixelFormat16bppBGR555 == format || This is annoying. I ...
4 years, 9 months ago (2016-03-11 18:18:24 UTC) #7
scroggo
https://codereview.chromium.org/1785613010/diff/60001/dm/DMSrcSink.cpp File dm/DMSrcSink.cpp (right): https://codereview.chromium.org/1785613010/diff/60001/dm/DMSrcSink.cpp#newcode800 dm/DMSrcSink.cpp:800: return false; It looks like this method should return ...
4 years, 9 months ago (2016-03-11 19:10:48 UTC) #8
msarett
https://codereview.chromium.org/1785613010/diff/60001/dm/DMSrcSink.cpp File dm/DMSrcSink.cpp (right): https://codereview.chromium.org/1785613010/diff/60001/dm/DMSrcSink.cpp#newcode800 dm/DMSrcSink.cpp:800: return false; On 2016/03/11 19:10:48, scroggo wrote: > It ...
4 years, 9 months ago (2016-03-11 19:20:15 UTC) #9
scroggo
https://codereview.chromium.org/1785613010/diff/60001/src/ports/SkImageGeneratorWIC.h File src/ports/SkImageGeneratorWIC.h (right): https://codereview.chromium.org/1785613010/diff/60001/src/ports/SkImageGeneratorWIC.h#newcode17 src/ports/SkImageGeneratorWIC.h:17: * Requires that the client has initialized COM on ...
4 years, 9 months ago (2016-03-11 19:46:21 UTC) #10
msarett
On 2016/03/11 19:46:21, scroggo wrote: > https://codereview.chromium.org/1785613010/diff/60001/src/ports/SkImageGeneratorWIC.h > File src/ports/SkImageGeneratorWIC.h (right): > > https://codereview.chromium.org/1785613010/diff/60001/src/ports/SkImageGeneratorWIC.h#newcode17 > ...
4 years, 9 months ago (2016-03-11 19:50:51 UTC) #11
msarett
4 years, 9 months ago (2016-03-11 21:58:59 UTC) #13
msarett
On 2016/03/11 19:50:51, msarett wrote: > On 2016/03/11 19:46:21, scroggo wrote: > > > https://codereview.chromium.org/1785613010/diff/60001/src/ports/SkImageGeneratorWIC.h ...
4 years, 9 months ago (2016-03-17 14:26:36 UTC) #14
scroggo
On 2016/03/17 14:26:36, msarett wrote: > On 2016/03/11 19:50:51, msarett wrote: > > On 2016/03/11 ...
4 years, 9 months ago (2016-03-17 17:05:59 UTC) #15
msarett
https://codereview.chromium.org/1785613010/diff/80001/src/ports/SkImageGeneratorWIC.h File src/ports/SkImageGeneratorWIC.h (right): https://codereview.chromium.org/1785613010/diff/80001/src/ports/SkImageGeneratorWIC.h#newcode17 src/ports/SkImageGeneratorWIC.h:17: * Requires that the client has initialized COM on ...
4 years, 9 months ago (2016-03-17 17:32:35 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1785613010/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1785613010/120001
4 years, 9 months ago (2016-03-17 17:54:07 UTC) #19
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86_64-Debug-Trybot/builds/7196)
4 years, 9 months ago (2016-03-17 18:02:08 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1785613010/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1785613010/140001
4 years, 9 months ago (2016-03-17 18:06:04 UTC) #23
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-17 18:29:12 UTC) #25
scroggo
lgtm
4 years, 9 months ago (2016-03-17 18:30:29 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1785613010/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1785613010/180001
4 years, 9 months ago (2016-03-17 20:36:00 UTC) #30
commit-bot: I haz the power
4 years, 9 months ago (2016-03-17 20:50:22 UTC) #32
Message was sent while issue was closed.
Committed patchset #6 (id:180001) as
https://skia.googlesource.com/skia/+/fc0b6d1053bb56698f2844bd5ca30bced7bb389d

Powered by Google App Engine
This is Rietveld 408576698