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

Issue 1738913002: Enable RAW codec for Windows (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : try to catch all exceptions from dng_sdk #

Patch Set 3 : try to catch all exceptions from dng_sdk #

Patch Set 4 : Set preprocessor for MSVS in different way #

Patch Set 5 : Handle the exception better #

Patch Set 6 : Use atomic for the shared var #

Patch Set 7 : Re-throw exception with better error code #

Total comments: 2

Patch Set 8 : Use mutex instead of atomic and store all the exceptions #

Patch Set 9 : Disable RAW codec tests for Win32 due to out-of-memory issue at runtime #

Patch Set 10 : Use _WIN32 instead of SK_BUILD_FOR_WIN32 as identifier of Win32 #

Patch Set 11 : Black RAW codec tests for Win32 bots #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -23 lines) Patch
M gyp/common_variables.gypi View 1 chunk +3 lines, -7 lines 0 comments Download
M gyp/dng_sdk.gyp View 1 2 3 1 chunk +10 lines, -1 line 0 comments Download
M src/codec/SkRawCodec.cpp View 1 2 3 4 5 6 7 4 chunks +31 lines, -12 lines 0 comments Download
M tests/CodexTest.cpp View 1 2 3 4 5 6 7 8 9 3 chunks +6 lines, -3 lines 0 comments Download
M tools/dm_flags.json View 1 2 3 4 5 6 7 8 9 10 1 chunk +80 lines, -0 lines 0 comments Download
M tools/dm_flags.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (15 generated)
yujieqin
4 years, 9 months ago (2016-02-26 09:26:26 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1738913002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1738913002/80001
4 years, 9 months ago (2016-02-26 09:26:45 UTC) #10
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
4 years, 9 months ago (2016-02-26 09:26:46 UTC) #11
scroggo
looks fine to me. Adding Mike to look at use of atomics (I think he ...
4 years, 9 months ago (2016-02-26 13:03:23 UTC) #13
mtklein
https://codereview.chromium.org/1738913002/diff/120001/src/codec/SkRawCodec.cpp File src/codec/SkRawCodec.cpp (right): https://codereview.chromium.org/1738913002/diff/120001/src/codec/SkRawCodec.cpp#newcode110 src/codec/SkRawCodec.cpp:110: SkAtomic<dng_error_code> dngErrorCode(dng_error_none); Generally I'd prefer that we use a ...
4 years, 9 months ago (2016-02-26 13:29:11 UTC) #14
yujieqin
https://codereview.chromium.org/1738913002/diff/120001/src/codec/SkRawCodec.cpp File src/codec/SkRawCodec.cpp (right): https://codereview.chromium.org/1738913002/diff/120001/src/codec/SkRawCodec.cpp#newcode110 src/codec/SkRawCodec.cpp:110: SkAtomic<dng_error_code> dngErrorCode(dng_error_none); On 2016/02/26 13:29:11, mtklein wrote: > Generally ...
4 years, 9 months ago (2016-02-26 14:02:37 UTC) #15
mtklein
lgtm
4 years, 9 months ago (2016-02-26 14:04:14 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1738913002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1738913002/140001
4 years, 9 months ago (2016-02-26 14:06:04 UTC) #18
commit-bot: I haz the power
Committed patchset #8 (id:140001) as https://skia.googlesource.com/skia/+/474e4c3dd28b67f590851321f15d9983ef7fd031
4 years, 9 months ago (2016-02-26 14:18:22 UTC) #20
mtklein
A revert of this CL (patchset #8 id:140001) has been created in https://codereview.chromium.org/1747443003/ by mtklein@google.com. ...
4 years, 9 months ago (2016-02-27 00:57:20 UTC) #21
yujieqin
On 2016/02/27 00:57:20, mtklein wrote: > A revert of this CL (patchset #8 id:140001) has ...
4 years, 9 months ago (2016-02-29 08:38:39 UTC) #22
yujieqin
On 2016/02/29 08:38:39, yujieqin wrote: > On 2016/02/27 00:57:20, mtklein wrote: > > A revert ...
4 years, 9 months ago (2016-02-29 11:40:16 UTC) #24
scroggo
On 2016/02/29 11:40:16, yujieqin wrote: > On 2016/02/29 08:38:39, yujieqin wrote: > > On 2016/02/27 ...
4 years, 9 months ago (2016-02-29 12:56:46 UTC) #25
yujieqin
On 2016/02/29 12:56:46, scroggo wrote: > On 2016/02/29 11:40:16, yujieqin wrote: > > On 2016/02/29 ...
4 years, 9 months ago (2016-02-29 14:40:56 UTC) #26
scroggo
lgtm
4 years, 9 months ago (2016-02-29 14:58:44 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1738913002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1738913002/200001
4 years, 9 months ago (2016-02-29 15:00:57 UTC) #30
commit-bot: I haz the power
4 years, 9 months ago (2016-02-29 15:14:46 UTC) #32
Message was sent while issue was closed.
Committed patchset #11 (id:200001) as
https://skia.googlesource.com/skia/+/f236ee4e44662e519db4b4997eee5d2bc8543f9c

Powered by Google App Engine
This is Rietveld 408576698