From 7f5b2bafa7f3894313716bb19bd07cacf0cae166 Mon Sep 17 00:00:00 2001 From: B2G Bumper Bot Date: Tue, 25 Feb 2014 00:35:25 -0800 Subject: [PATCH] Bumping gaia.json for 2 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-central/rev/72ba3c877281 Author: Ghislain 'Aus' Lacroix Desc: Merge pull request #16580 from nullaus/bug975850-cards-view-stack-manager bug 975850 ======== https://hg.mozilla.org/integration/gaia-central/rev/c7556e7ec2cd Author: Ghislain 'Aus' Lacroix Desc: bug 975850 * Stack Manager should start up with _current set to -1 since we launch the homescreen by default. * Cards View should show most recently used application (last on stack) when the homescreen is being shown. * Added tests for showing cards view from homescreen in default running state (eg. no recent apps) * Added tests for stack manager to ensure that position is always -1 initially. * Seperated the tests for cards view active, one set for in the rocketbar, one set for outside of the rocketbar. ** The original test covered the default running state case, it was updated for the task manager being shown in rocketbar but we did _not_ backout that change when disabling the rocketbar in 1.4. * call blur on AppWindow instead of on frame. r=alive --- 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 1701278fd0f7..efd2f46a3fb0 100644 --- a/b2g/config/gaia.json +++ b/b2g/config/gaia.json @@ -1,4 +1,4 @@ { - "revision": "1df48d6e1039cef93f2783cc132193f9ef6ef5b3", + "revision": "72ba3c87728154c0951b90100a2619e373bf191f", "repo_path": "/integration/gaia-central" }