From 7a8033ac58fce031f533429b0a0140a317c57e9e Mon Sep 17 00:00:00 2001 From: Gaia Pushbot Date: Wed, 21 Aug 2013 14:40:21 -0700 Subject: [PATCH] Bumping gaia.json for 1 gaia-central revision(s) ======== https://hg.mozilla.org/integration/gaia-central/rev/98bed50f82ab Author: Mike Pennisi 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. --- b2g/config/gaia.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b2g/config/gaia.json b/b2g/config/gaia.json index 46c1c9cac61..00290384de8 100644 --- a/b2g/config/gaia.json +++ b/b2g/config/gaia.json @@ -1,4 +1,4 @@ { - "revision": "b698259d6f77bc294510399feca5743ea4b10dde", + "revision": "98bed50f82ab1ee81ecd52b07c1caada4a9edb93", "repo_path": "/integration/gaia-central" }