From 2e2afb402cec16fb65fef2821562890efe738732 Mon Sep 17 00:00:00 2001 From: Gaia Pushbot Date: Fri, 9 Aug 2013 12:05:25 -0700 Subject: [PATCH] Bumping gaia.json for 1 gaia-central revision(s) ======== https://hg.mozilla.org/integration/gaia-central/rev/0e3e30e489ff Author: Rick Waldron Desc: Bug 903137 - [SMS][MMS] Contextmenu prompt for email in message should display email address r=gnarf - Make all prompts consistent - Ensures that dataset.isContact strings are only used to derive a true isContact boolean - Renames ThreadUI.activateContact to ThreadUI.prompt - The function no longer serves as only a "contact" prompt - May prompt any type of recipient (contact, unknown, email) - May prompt from header, group list or message content - Renames ThreadUI.genPrompt to ThreadUI.prompContact - genPrompt is meaningless - The function is explicitly for creating a prompt with a known contact - Includes the contact info lookup - Converts promptContact arguments to an object, instead of named parameters - Update LinkActionHandler to delegate to promptContact, instead of doing it's own duplicated lookup - Adds tests to ensure that a something is displayed when something is provided - Could be any of the following: - DOM UL - Email address - Phone Number - Name - Updates LinkActionHandler tests to use the correct new function names Signed-off-by: Rick Waldron --- 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 62b46193c811..71528e42bf1c 100644 --- a/b2g/config/gaia.json +++ b/b2g/config/gaia.json @@ -1,4 +1,4 @@ { - "revision": "30a28b592ed8268bf5fa7a9a9e1307d25a3a2a57", + "revision": "0e3e30e489ff38cceb8b9cf9ee5caea5fb072457", "repo_path": "/integration/gaia-central" }