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

Issue 1687863003: Make SkJpegCodec compatible with libjpeg (Closed)

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

Description

Patch Set 1 : Test setup #

Patch Set 2 : #

Patch Set 3 : Reenable Jpeg for Google3 #

Total comments: 7

Patch Set 4 : Response to comments #

Total comments: 7

Patch Set 5 : Remove unnecessary ifdefs #

Patch Set 6 : Rebase #

Total comments: 2

Patch Set 7 : Rebase properly #

Patch Set 8 : Fix gyp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -2245 lines) Patch
M gyp/codec.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M public.bzl View 1 2 3 4 5 6 3 chunks +1 line, -2 lines 0 comments Download
M src/codec/SkCodec.cpp View 1 2 2 chunks +0 lines, -4 lines 0 comments Download
M src/codec/SkJpegCodec.cpp View 1 2 3 4 5 6 chunks +27 lines, -8 lines 0 comments Download
M tools/BUILD.public.expected View 1 2 3 1 chunk +0 lines, -2231 lines 0 comments Download

Messages

Total messages: 32 (13 generated)
msarett
This should work for the CMake build and Google3. Will this be tested on CMake? ...
4 years, 10 months ago (2016-02-11 00:08:49 UTC) #3
dogben
https://codereview.chromium.org/1687863003/diff/40001/public.bzl File public.bzl (right): https://codereview.chromium.org/1687863003/diff/40001/public.bzl#newcode482 public.bzl:482: "SK_BUILD_FOR_UNIX", I patched this CL in and found out ...
4 years, 10 months ago (2016-02-11 01:59:58 UTC) #5
mtklein
Let's follow up with CMake. It's gonna take some work for each of the src/codec ...
4 years, 10 months ago (2016-02-11 02:06:59 UTC) #6
mtklein
On 2016/02/11 02:06:59, mtklein wrote: > Let's follow up with CMake. It's gonna take some ...
4 years, 10 months ago (2016-02-11 02:17:13 UTC) #7
msarett
Great! Let's move things to: https://codereview.chromium.org/1689053002
4 years, 10 months ago (2016-02-11 13:30:20 UTC) #8
msarett
Or did you want to land this first and then follow-up with the CMake changes? ...
4 years, 10 months ago (2016-02-11 13:42:08 UTC) #9
msarett
PTAL I'd like to land this first to fix Google3. Then I'll look to incrementally ...
4 years, 10 months ago (2016-02-12 16:39:03 UTC) #11
scroggo
SkCodec code lgtm https://codereview.chromium.org/1687863003/diff/60001/src/codec/SkJpegCodec.cpp File src/codec/SkJpegCodec.cpp (right): https://codereview.chromium.org/1687863003/diff/60001/src/codec/SkJpegCodec.cpp#newcode194 src/codec/SkJpegCodec.cpp:194: #if defined(SK_PMCOLOR_IS_RGBA) && defined(LIBJPEG_TURBO_VERSION) Why not: ...
4 years, 10 months ago (2016-02-12 17:25:29 UTC) #12
msarett
Deferring to Ben for Google3 approval https://codereview.chromium.org/1687863003/diff/60001/src/codec/SkJpegCodec.cpp File src/codec/SkJpegCodec.cpp (right): https://codereview.chromium.org/1687863003/diff/60001/src/codec/SkJpegCodec.cpp#newcode194 src/codec/SkJpegCodec.cpp:194: #if defined(SK_PMCOLOR_IS_RGBA) && ...
4 years, 10 months ago (2016-02-12 18:03:52 UTC) #13
dogben
lgtm I assume it's still good for google3.
4 years, 10 months ago (2016-02-12 18:14:14 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1687863003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1687863003/80001
4 years, 10 months ago (2016-02-12 18:17:15 UTC) #17
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/6386)
4 years, 10 months ago (2016-02-12 18:18:21 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1687863003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1687863003/100001
4 years, 10 months ago (2016-02-12 19:56:27 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: Build-Mac-Clang-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Mac-Clang-x86_64-Release-Trybot/builds/245)
4 years, 10 months ago (2016-02-12 19:57:23 UTC) #24
dogben
On 2016/02/12 at 18:14:14, Ben Wagner wrote: > lgtm > > I assume it's still ...
4 years, 10 months ago (2016-02-12 19:58:09 UTC) #25
dogben
https://codereview.chromium.org/1687863003/diff/100001/public.bzl File public.bzl (right): https://codereview.chromium.org/1687863003/diff/100001/public.bzl#newcode132 public.bzl:132: # TODO(benjaminwagner): Can this be enabled? Please don't re-add. ...
4 years, 10 months ago (2016-02-12 20:00:13 UTC) #26
msarett
https://codereview.chromium.org/1687863003/diff/100001/public.bzl File public.bzl (right): https://codereview.chromium.org/1687863003/diff/100001/public.bzl#newcode132 public.bzl:132: # TODO(benjaminwagner): Can this be enabled? On 2016/02/12 20:00:13, ...
4 years, 10 months ago (2016-02-12 20:01:26 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1687863003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1687863003/140001
4 years, 10 months ago (2016-02-12 20:08:54 UTC) #30
commit-bot: I haz the power
4 years, 10 months ago (2016-02-12 20:35:51 UTC) #32
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://skia.googlesource.com/skia/+/70e418b468b1656feae3e84851562b22e5d25660

Powered by Google App Engine
This is Rietveld 408576698