========
https://hg.mozilla.org/integration/gaia-central/rev/3d38c67a7874
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 906316 - Don't download the xulrunner SDK each time we change a branch if their configuration are different r=yurenju
This also shows a message when the archive file seems to be corrupted, advising
to run "make really-clean". Also changed "make really-clean" to remove all
xulrunner related files.
We now uncompress the archive directly in a specific directory that should
change when we change the URL.
We use a dot file inside the xulrunner SDK directory to keep the URL used to
download that SDK.
This _will_ make all devs redownload XULRunner, sorry.
========
https://hg.mozilla.org/integration/gaia-central/rev/18f4d44024b0
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: Merge pull request #11664 from lissyx/bug907629
Bug 907629 - Notify STK application when Settings is about to get killed, r=frsela
========
https://hg.mozilla.org/integration/gaia-central/rev/5440da5e1422
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 907629 - Notify STK application when Settings is about to get killed
It seems like doing it in the onunload callback is already too late, and
it makes the STK behaving wrongly.
========
https://hg.mozilla.org/integration/gaia-central/rev/5de9f5b9b2f8
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #11639 from julienw/fix-travis-2
Bug 905775 - Firefox is failing silently in recent travis builds during `make test-agent-test` step
r=ochameau
========
https://hg.mozilla.org/integration/gaia-central/rev/538469b832ad
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 905775 - Firefox is failing silently in recent travis builds during `make test-agent-test` step
This turns off the desktop extensions for the tests, and enabled the touch
events in DEBUG mode, so that the tests can actually use touch events.
========
https://hg.mozilla.org/integration/gaia-central/rev/98bed50f82ab
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 905273 - [Messages] Recipients list pull down animation is inefficient r=julienw
In order to use the more efficient `transform` attribute for animating
the pull-down, the element responsibilities must be altered.
The top-level "#messages-to-field" serves as a basis for positioning the
"#to-label" and "#messages-contact-pick-button". It is no longer
animated, and because of this, it no longer draws the component's
background or border.
A new element, "#messages-recipients-list-container" has been introduced
to take the responsibilities previously fulfilled by the "#messages-to-field".
Animation is implemented via the `transform` attribute.
In order to prevent unecessarily scrolling in "multiline" mode, the
rendering of the recipients has been simplified.
The JavaScript `generateHeightRule` function no longer has to reset the
height of the widget: all elements are now rendered at full height. The
method has been simplified to simply set the "#message-recipients-list"
element's `max-height` in order to trigger the rendering of a scroll bar
when the number of recipients causes overflow in multi-line mode.
========
https://hg.mozilla.org/integration/gaia-central/rev/b698259d6f77
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Revert "Bug 905273 - [Messages] Recipients list pull down animation is inefficient r=julienw"
This reverts commit c71f1e95b410e330a81d8bb448a6d52800055f54 due to a
regression in the rendering of so-called "zero-width" contacts.
========
https://hg.mozilla.org/integration/gaia-central/rev/e4f586d6a2c7
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 905273 - [Messages] Recipients list pull down animation is inefficient r=julienw
In order to use the more efficient `transform` attribute for animating
the pull-down, the element responsibilities must be altered.
The top-level "#messages-to-field" serves as a basis for positioning the
"#to-label" and "#messages-contact-pick-button". It is no longer
animated, and because of this, it no longer draws the component's
background or border.
A new element, "#messages-recipients-list-container" has been introduced
to take the responsibilities previously fulfilled by the "#messages-to-field".
Animation is implemented via the `transform` attribute.
In order to prevent unecessarily scrolling in "multiline" mode, the
rendering of the recipients has been simplified.
The JavaScript `generateHeightRule` function no longer has to reset the
height of the widget: all elements are now rendered at full height. The
method has been simplified to simply set the "#message-recipients-list"
element's `max-height` in order to trigger the rendering of a scroll bar
when the number of recipients causes overflow in multi-line mode.