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

Issue 1782913002: Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually only used for DNG for… (Closed)

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

Description

Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually only used for DNG format BUG=b/27587823 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1782913002 Committed: https://skia.googlesource.com/skia/+/7a307df926da2afbdadfb36250925c7f76e3493a

Patch Set 1 #

Total comments: 3

Patch Set 2 : Change to kDNG_SkEncodedFormat #

Total comments: 2

Patch Set 3 : Fix code formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M dm/DM.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M include/codec/SkEncodedFormat.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/codec/SkAndroidCodec.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/codec/SkRawCodec.h View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/get_images_from_skps.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 28 (12 generated)
yujieqin
4 years, 9 months ago (2016-03-10 16:47:44 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1782913002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1782913002/1
4 years, 9 months ago (2016-03-10 16:47:59 UTC) #6
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-03-10 16:48:00 UTC) #7
scroggo
https://codereview.chromium.org/1782913002/diff/1/dm/DM.cpp File dm/DM.cpp (right): https://codereview.chromium.org/1782913002/diff/1/dm/DM.cpp#newcode488 dm/DM.cpp:488: case SkEncodedFormat::kRAW_DNG_SkEncodedFormat: Does it need "RAW" in the name, ...
4 years, 9 months ago (2016-03-10 16:51:45 UTC) #8
msarett
https://codereview.chromium.org/1782913002/diff/1/dm/DM.cpp File dm/DM.cpp (right): https://codereview.chromium.org/1782913002/diff/1/dm/DM.cpp#newcode488 dm/DM.cpp:488: case SkEncodedFormat::kRAW_DNG_SkEncodedFormat: On 2016/03/10 16:51:44, scroggo wrote: > Does ...
4 years, 9 months ago (2016-03-10 16:55:40 UTC) #9
commit-bot: I haz the power
Dry run: No LGTM from a valid reviewer yet. Please ask for an LGTM from ...
4 years, 9 months ago (2016-03-10 22:48:06 UTC) #11
yujieqin
https://codereview.chromium.org/1782913002/diff/1/dm/DM.cpp File dm/DM.cpp (right): https://codereview.chromium.org/1782913002/diff/1/dm/DM.cpp#newcode488 dm/DM.cpp:488: case SkEncodedFormat::kRAW_DNG_SkEncodedFormat: On 2016/03/10 16:55:40, msarett wrote: > On ...
4 years, 9 months ago (2016-03-11 11:02:54 UTC) #12
scroggo
> Rename the kRAW_SkEncodedFormat to > kRAW_DNG_SkEncodedFormat as it is actually only used for > ...
4 years, 9 months ago (2016-03-11 14:15:19 UTC) #13
scroggo
https://codereview.chromium.org/1782913002/diff/20001/tools/get_images_from_skps.cpp File tools/get_images_from_skps.cpp (right): https://codereview.chromium.org/1782913002/diff/20001/tools/get_images_from_skps.cpp#newcode53 tools/get_images_from_skps.cpp:53: case SkEncodedFormat::kDNG_SkEncodedFormat: ext = "dng"; break; nit: this should ...
4 years, 9 months ago (2016-03-11 14:16:49 UTC) #14
yujieqin
https://codereview.chromium.org/1782913002/diff/20001/tools/get_images_from_skps.cpp File tools/get_images_from_skps.cpp (right): https://codereview.chromium.org/1782913002/diff/20001/tools/get_images_from_skps.cpp#newcode53 tools/get_images_from_skps.cpp:53: case SkEncodedFormat::kDNG_SkEncodedFormat: ext = "dng"; break; On 2016/03/11 14:16:48, ...
4 years, 9 months ago (2016-03-11 14:33:15 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1782913002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1782913002/40001
4 years, 9 months ago (2016-03-11 14:33:35 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/7613)
4 years, 9 months ago (2016-03-11 14:35:08 UTC) #21
msarett
Adding Derek for an API review.
4 years, 9 months ago (2016-03-11 14:36:01 UTC) #23
djsollen
lgtm
4 years, 9 months ago (2016-03-11 15:12:05 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1782913002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1782913002/40001
4 years, 9 months ago (2016-03-11 15:31:39 UTC) #26
commit-bot: I haz the power
4 years, 9 months ago (2016-03-11 15:32:36 UTC) #28
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/7a307df926da2afbdadfb36250925c7f76e3493a

Powered by Google App Engine
This is Rietveld 408576698