Bumping gaia.json for 1 gaia-central revision(s)

========

https://hg.mozilla.org/integration/gaia-central/rev/2b195ef19ed8
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 904640 - [Messages] Keyboard should always close when pressing Send r=julienw

https://bugzilla.mozilla.org/show_bug.cgi?id=904640

- Remove focus from all elements before panel change by calling document.activeElement.blur() in MessageManager.onHashChange
- Updates Mocks:
    - MockThreadListUI to contain all properties (data and method)
    - MockThreadUI to contain all properties (data and method)
- Tests MessageManager.onHashChange:
    - Remove any focus left on specific elements
        - Assert on spy intel for document.activeElement.blur
    - Exit edit mode (Thread or Message)
        - Assert on spy intel for:
            - ThreadUI.cancelEdit
            - ThreadListUI.cancelEdit
    - Reset Group Participants View
        - Assert on spy intel for ThreadUI.groupView.reset

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
Gaia Pushbot 2013-08-13 11:45:25 -07:00
parent b7cf807f8a
commit 8b639ed04f

View File

@ -1,4 +1,4 @@
{
"revision": "8d72439fdc56682e0621928992c3986b26ccd83f",
"revision": "2b195ef19ed8cadd557ca185bae72c9ff836b264",
"repo_path": "/integration/gaia-central"
}