Revision 8ec24e8122fefccd249dc256d097e791641d35f3 authored by B2G Bumper Bot on 07 April 2014, 04:56:11 UTC, committed by B2G Bumper Bot on 07 April 2014, 04:56:11 UTC
========

https://hg.mozilla.org/integration/gaia-1_3/rev/e3ebea4ab3b1
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #17867 from RudyLu/keyboard/Bug990372

Bug 990372 - [Sora][Message]The virtual keyboard disable after do some
r=janjongboom(cherry picked from commit 73c00d27db9835c82c92fbb03578f7ad177a2932)
a=v1.3+, bajaj
1 parent f3c9dd6
Raw File
moz.build
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

DIRS += [
    'base',
    'shistory',
    'build',
    'resources/content',
]

TEST_DIRS += ['test']

back to top