gecko-dev/mobile
Michael Comella 82181ad56b Bug 1270191 - Correct my previous patches to more faithfully reproduce the refactored code. r=liuche
The previous code checked:

if (env.startsWith("MOZ_DISABLE_SWITCHBOARD=")) {
    if (!env.endsWith("=")) {

So it would not pass with the empty String but my previous revision permitted
the empty string.

Practically speaking, I don't think it matters because this is only used in
remoteautomation.py where the value is 1, but better safe than sorry.

MozReview-Commit-ID: DLtmvWlQYs7

--HG--
extra : rebase_source : 3c96cf81f729911bfefcc103f46068bd9b8fb202
2016-05-31 17:25:17 -07:00
..
android Bug 1270191 - Correct my previous patches to more faithfully reproduce the refactored code. r=liuche 2016-05-31 17:25:17 -07:00
locales Bug 1274729 - corrupted content string management r=dragana 2016-05-23 10:12:31 -04:00