Closed
Bug 1005792
Opened 11 years ago
Closed 11 years ago
[Tarako][Gallery] Can load the pictures which are larger than 2MP, and email got killed when attach the picture to email
Categories
(Firefox OS Graveyard :: Gaia::Gallery, defect)
Tracking
(blocking-b2g:1.3T+, b2g-v1.3T affected)
RESOLVED
DUPLICATE
of bug 1006882
blocking-b2g | 1.3T+ |
Tracking | Status | |
---|---|---|
b2g-v1.3T | --- | affected |
People
(Reporter: bli, Assigned: djf)
References
Details
Attachments
(3 files)
On build 20140504014000, it could load the pictures which are larger than 2MP.
When attach those pictures to an email, email got killed due to LMK.
Build Info:
----------------------------------------------------
Gaia 1177a857a3caeb8fd1feae94c83298a9144c2ff5
Gecko https://hg.mozilla.org/releases/mozilla-b2g28_v1_3t/rev/d28bb1e73b91
BuildID 20140504014000
Version 28.1
ro.build.version.incremental=eng.cltbld.20140504.045422
ro.build.date=Sun May 4 04:54:31 EDT 2014
Comment 1•11 years ago
|
||
James,
We had confirmed this issue at bug 998228. Please confirm this again at your site.
Flags: needinfo?(james.zhang)
Comment 2•11 years ago
|
||
Please see camera.json on my side.
Need I config any other value?
{
"maxImagePixelSize": 2097152,
"maxSnapshotPixelSize": 1920000,
"maxGifImageFileSize": 1048576,
"maxPickPixelSize": 480000,
"maxEditPixelSize": 480000
}
Flags: needinfo?(james.zhang)
Comment 3•11 years ago
|
||
I don't find email.json in the url. So I think my camera.json is OK for camera and gallery.
https://developer.mozilla.org/en-US/Firefox_OS/Developing_Firefox_OS/Market_customizations_guide
Flags: needinfo?(johu)
Updated•11 years ago
|
blocking-b2g: --- → 1.3T?
Comment 4•11 years ago
|
||
Thanks James,
The camera.json is correct. So, how can we have a image more than 2MP in that case? May you provide us the STR about this bug?
We had already confirmed the 2MP limitation working at bug 998228.
Flags: needinfo?(johu) → needinfo?(james.zhang)
Reporter | ||
Comment 5•11 years ago
|
||
Here is the picture used for testing.
(In reply to John Hu [:johnhu][:johu][:醬糊小弟] from comment #4)
> Thanks James,
>
> The camera.json is correct. So, how can we have a image more than 2MP in
> that case? May you provide us the STR about this bug?
>
> We had already confirmed the 2MP limitation working at bug 998228.
John, actually this bug was found by me when I tried to reproduce a bug filed by spreadtrum. The spreadtrum bug complains that email gets killed when add attachment to an email.
I can reproduce the spreadtrum bug on build 20140504014000, but the weird thing is that the attachment I used is larger than 2MP. (Pls see the attachment.)
STR:
-------------------------------------
1. Launch Email
2. Create a new mail
3. Attach the picture to the email
p.s. The picture is copied from PC to the sdcard.
It can be attached to a MMS successfully.
Flags: needinfo?(james.zhang)
Comment 6•11 years ago
|
||
I got what's going on. Thanks for the attachment.
The code had been changed by Bug 1001724. We block all images with more than 2MP. But the patch of Bug 1001724 changes that to non-JPG image with more than 2MP[1]. That introduces this bug. I can fix it asap. But we still need to ask the patch owner about why.
David, would you mind to tell us why we changed the limitation from all images to non-JPG images?
[1] https://github.com/mozilla-b2g/gaia/blame/c067cc717c4a3bb8b412f28f37d224eb84b639df/apps/gallery/js/MetadataParser.js#L198
Updated•11 years ago
|
Flags: needinfo?(dflanagan)
Comment 7•11 years ago
|
||
The simple patch to revert to limit all image with more than 2MP.
Assignee | ||
Comment 9•11 years ago
|
||
Thank you John for your work on this.
I discovered this bug yesterday. I caused this regression with a recent landing. I already have a fix that will allow large images to be picked. We don't have to put the limit back.
I'll attach a patch soon.
Assignee: johu → dflanagan
Flags: needinfo?(dflanagan)
Assignee | ||
Comment 10•11 years ago
|
||
I've attached a patch to bug 1006882 that includes a fix for this bug.
Comment 11•11 years ago
|
||
Closing this as a duplicate of 1006882. The patch in 1006882 is pending review and has been tested to verify that it does resolve this issue.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•