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

Issue 1103313002: Eliminate the check for ANDROID_LARGE_MEMORY in jpeg decoders (Closed)

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

Description

Eliminate the check for ANDROID_LARGE_MEMORY in jpeg decoders BUG=skia:1282 Committed: https://skia.googlesource.com/skia/+/78d79cc5759d5ec6fb48b28b0cc22d396eb69fb5

Patch Set 1 #

Total comments: 2

Patch Set 2 : Never overwrite default memory #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -55 lines) Patch
M platform_tools/android/gyp_gen/makefile_writer.py View 1 1 chunk +0 lines, -12 lines 0 comments Download
M platform_tools/android/tests/expectations/Android.mk View 1 1 chunk +0 lines, -8 lines 0 comments Download
M src/codec/SkJpegDecoderMgr.cpp View 1 2 chunks +0 lines, -18 lines 0 comments Download
M src/images/SkImageDecoder_libjpeg.cpp View 1 2 chunks +0 lines, -17 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
msarett
5 years, 8 months ago (2015-04-27 18:36:03 UTC) #2
scroggo
IIUC, this will independently (i.e. independent from fixing the bug in jmemandroid.c) fix skbug.com/1282 (at ...
5 years, 8 months ago (2015-04-27 20:05:58 UTC) #3
scroggo
https://codereview.chromium.org/1103313002/diff/1/src/codec/SkJpegDecoderMgr.cpp File src/codec/SkJpegDecoderMgr.cpp (right): https://codereview.chromium.org/1103313002/diff/1/src/codec/SkJpegDecoderMgr.cpp#newcode36 src/codec/SkJpegDecoderMgr.cpp:36: dinfo->mem->max_memory_to_use = 30 * 1024 * 1024; On 2015/04/27 ...
5 years, 8 months ago (2015-04-27 20:24:31 UTC) #4
msarett
The reasoning behind this change was that we should consider all currently supported Android devices ...
5 years, 8 months ago (2015-04-27 21:13:58 UTC) #6
scroggo
On 2015/04/27 21:13:58, msarett wrote: > The reasoning behind this change was that we should ...
5 years, 8 months ago (2015-04-27 21:18:23 UTC) #7
scroggo
nit: please add BUG=skia:1282 to the description LGTM Also, I think we can roll back ...
5 years, 6 months ago (2015-06-11 15:58:18 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1103313002/20001
5 years, 6 months ago (2015-06-11 17:07:52 UTC) #10
commit-bot: I haz the power
5 years, 6 months ago (2015-06-11 17:13:08 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/78d79cc5759d5ec6fb48b28b0cc22d396eb69fb5

Powered by Google App Engine
This is Rietveld 408576698