Message from discussion
About the problem with the "images appear and disappear"
Received: by 10.66.79.233 with SMTP id m9mr789488pax.37.1352237753352;
Tue, 06 Nov 2012 13:35:53 -0800 (PST)
Path: 6ni66230pbd.1!nntp.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.mozilla.org!news.mozilla.org.POSTED!not-for-mail
NNTP-Posting-Date: Tue, 06 Nov 2012 15:35:52 -0600
Return-Path: <dflana...@mozilla.com>
X-Original-To: dev-...@lists.mozilla.org
Delivered-To: dev-...@lists.mozilla.org
X-Virus-Scanned: amavisd-new at mozilla.org
Received-SPF: none (mozilla.com: No applicable sender policy available)
receiver=mailman2.mail.corp.phx1.mozilla.com; identity=mailfrom;
envelope-from="dflana...@mozilla.com"; helo=smtp.mozilla.org;
client-ip=10.20.77.62
Date: Tue, 06 Nov 2012 13:35:50 -0800
From: David Flanagan <dflana...@mozilla.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6;
rv:16.0) Gecko/20121026 Thunderbird/16.0.2
MIME-Version: 1.0
To: John Shih <js...@mozilla.com>
References: <870979963.6466968.1352222411290.JavaMail.root@mozilla.com>
In-Reply-To: <870979963.6466968.1352222411290.JavaMail.root@mozilla.com>
Cc: qa-...@mozilla.org, dev-g...@lists.mozilla.org, dev-...@lists.mozilla.org
X-BeenThere: dev-...@lists.mozilla.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "Boot to Gecko \(B2G\)" <dev-b2g.lists.mozilla.org>
List-Unsubscribe: <https://lists.mozilla.org/options/dev-b2g>,
<mailto:dev-b2g-requ...@lists.mozilla.org?subject=unsubscribe>
List-Post: <mailto:dev-...@lists.mozilla.org>
List-Help: <mailto:dev-b2g-requ...@lists.mozilla.org?subject=help>
List-Subscribe: <https://lists.mozilla.org/listinfo/dev-b2g>,
<mailto:dev-b2g-requ...@lists.mozilla.org?subject=subscribe>
Approved: dev-...@lists.mozilla.org
subject: Re: About the problem with the "images appear and disappear"
Newsgroups: mozilla.dev.b2g
Message-ID: <mailman.1658.1352237752.15607.dev-b2g@lists.mozilla.org>
Lines: 38
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 63.245.216.66
X-AuthenticatedUsername: NoAuthUser
X-Trace: sv3-S33yMSPqnq8SkvBbGYyCsuQrcSickBvViGc30Fx0vCXWzpgJM0Pboq+yAX8zkn02p7VXR0m5z6u3t8i!ZHl/68OgH5XH6teWPh+UfQK4my+UW9XaXrUzqUGThCAB7PtTuMkykGbAzny0QdwnjO/DNPjgOxdC!nEtfGDhy3rdaM343ye+hncbNoak=
X-Complaints-To: ab...@mozilla.org
X-DMCA-Complaints-To: ab...@mozilla.org
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
Bytes: 4195
X-Original-Bytes: 4134
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Nice work isolating this, John! \o/
David
On 11/6/12 9:20 AM, John Shih wrote:
> Hi all,
> As I trace the bug of Bug 799711 - [Clock] Update analog clock face background to avoid banding issues and UI flashing
> this is a bug that when add a alarm in a analog clock page, the screen will twinkle during page loading
>
> And I found that it is actually caused by the limit of memory of image-decoding
> this modification is in the mozilla-aurora revision:380077b562e6af7ba12f2375e36cbc8ffc8bf32b
> please see https://github.com/mozilla/releases-mozilla-aurora/commit/380077b562e6af7ba12f2375e36cbc8ffc8bf32b
>
> I've both test with:
> 1. checkout the previous revision (0dd6e9f76c1083603cc541601a5677ade6bc2691)
> (please see https://github.com/mozilla/releases-mozilla-aurora/commit/0dd6e9f76c1083603cc541601a5677ade6bc2691)
>
> 2.remove the change manually (that is, remove the pref("image.mem.max_decoded_image_kb", 5120) in gecko/b2g/app/b2g.js file)
>
> These two ways both works (the page loading problem won't happen anymore)
>
> And I think there are some bugs relate to this issue, such as
> Bug 804055 - Launching of Solitaire app from marketplace - missing background image, constant card flickering, and many UI parts missing
> Bug 807143 - images appear and disappear
> Bug 803049 - [Gallery] Previews appear and disappear
>
> And I also file this bug in bugzilla, please see
> Bug 809077 - The memory limit of image decoding will cause the image loading with twinkling
>
> Thanks,
> John Shih
> Intern of Mozilla Taiwan
>
> _______________________________________________
> dev-b2g mailing list
> dev-...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-b2g