Bumping gaia.json for 2 gaia revision(s) a=gaia-bump

========

https://hg.mozilla.org/integration/gaia-central/rev/530c2db57599
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 825318 - merge pull request #27980 from asutherland:email-download-everything to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/fdb51d6fb6ad
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 825318 - Handle downloads that have already succeeded at add-time. r=jrburke, r=crdlc

This patch consists of a few parts:

- Changes to download_notification.js (r=crdlc)

The new mozDownloadManager adoptDownload mechanism adds downloads with their
state already set to succeeded.  In that case we want to avoid the "started"
notification being displayed and instead jump directly towards displaying the
"succeeded"/completed notification.  Additionally, we want to process the
completion so the download is added to the data store.

- Changes to the email app (r=jrburke)

Improvements to MIME-type derivation logic.

Register all downloads with the download manager.  This requires the
"downloads" permission and a version of mozDownloadManager that implements
adoptDownload.

Display an error message if the user attempts to view/open a downloaded
attachment and there is no eligible activity.

NOTE: the gaia-email-libs-and-more parts of this patch are being layered on
top in a separate commit for ease of reviewing, etc.

- Make the PDF viewer not break itself it loses a race. (r=jrburke)

It's not okay to access the DOM before it has been populated, so we use defer.
And we use defer on all script nodes for consistency and to avoid any
unpleasant surprises from the webapp optimizer logic, should it start running
on the file.  (Currently pdfjs is blacklisted at an l10n level which also
defeats the other general _optimize steps.)

See https://bugzilla.mozilla.org/show_bug.cgi?id=1071449#c18 for more info.
This commit is contained in:
B2G Bumper Bot 2015-02-27 13:51:49 -08:00
Родитель fa7df3a41f
Коммит 0d206c8b42
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,9 +1,9 @@
{
"git": {
"git_revision": "560f9866381a5ab96306aa7acc3ff257a9836169",
"git_revision": "a9d1ab8011720c350d2866ce4d82db67c163420a",
"remote": "https://git.mozilla.org/releases/gaia.git",
"branch": ""
},
"revision": "0fdeb0ae5f06d8a5e6573bac6995ecd7e72ec705",
"revision": "530c2db5759983ffd91928ad2bb9785f23f7e765",
"repo_path": "integration/gaia-central"
}