commit | f0785a66f0e8447c30f47a760905bc74644f5c10 | [log] [tgz] |
---|---|---|
author | Cary Clark <cary@android.com> | Fri Jun 25 11:45:40 2010 -0400 |
committer | Cary Clark <cary@android.com> | Tue Jun 29 09:06:33 2010 -0400 |
tree | 039eb6e4abf9f60c6a8fd4f8ed7f93f159c565b4 | |
parent | 144e5eaf9732c1287c7577fd5363fcac8ab9a59d [diff] |
set maximum image size Our use of web settings does not specify the maximum image size, although we have some hard-coded values used when decoding the image. For defective images, the hard-coded values are not enough, since we may exceed memory in the decoder before the limit is reached. Pass along our limits to the decoder, and respect any limits set by the caller. companion change in external/webkit Change-Id: Iabd78165390dddce917f637bd3263b83f9b4aa56 http://b/2689053