Merge autoland to m-c, a=merge

This commit is contained in:
Phil Ringnalda 2016-07-04 14:46:30 -07:00
Родитель a7c8e9f3cc 971a758f3b
Коммит ff0a0fa70e
4 изменённых файлов: 3 добавлений и 7 удалений

Просмотреть файл

@ -648,7 +648,7 @@ logging::TreeInfo(const char* aMsg, uint32_t aExtraFlags,
if (IsEnabledAll(logging::eTree | aExtraFlags)) {
MsgBegin("TREE", "%s; doc: %p", aMsg, aAcc ? aAcc->Document() : nullptr);
AccessibleInfo(aMsg1, aAcc);
Accessible* acc = aAcc->Document()->GetAccessible(aNode);
Accessible* acc = aAcc ? aAcc->Document()->GetAccessible(aNode) : nullptr;
if (acc) {
AccessibleInfo(aMsg2, acc);
}

Просмотреть файл

@ -129,7 +129,7 @@
<project name="platform/external/yaffs2" path="external/yaffs2" revision="b2aadfdf9482777530efac1fb13a25ff401e78ee"/>
<project name="platform/external/zlib" path="external/zlib" revision="a9dc8ffc4b43f0ff455d52fc5a889e92794962a4"/>
<project name="platform/external/zopfli" path="external/zopfli" revision="8b994159cf3fc74a58e42fca72bc6849e6027912"/>
<project name="platform/frameworks/native" path="frameworks/native" revision="c39bd4ee1f4b3ef92bf7a45824b77703f40a5fd4"/>
<project name="platform_frameworks_native" path="frameworks/native" remote="b2g" revision="77c23f8067bca84476f96d663efaae636817edd5"/>
<project name="platform/frameworks/opt/emoji" path="frameworks/opt/emoji" revision="2293192ed15b88ebe962fb5377dd197200e6472b"/>
<project name="platform/hardware/libhardware" path="hardware/libhardware" revision="f5feb2aa2047fbaf13be448fe8d06bff3ccf7b84"/>
<project name="platform/hardware/libhardware_legacy" path="hardware/libhardware_legacy" revision="8d075b4d5e9e032b18fbc8b5def63827d1b4a30d"/>

Просмотреть файл

@ -1019,10 +1019,6 @@ menuitem:not([type]):not(.menuitem-tooltip):not(.menuitem-iconic-tooltip) {
outline: 1px dotted -moz-DialogText;
}
.indexedDB-icon {
list-style-image: url(moz-icon://stock/gtk-dialog-question?size=16);
}
/* Translation infobar */
%include ../shared/translation/infobar.inc.css

Просмотреть файл

@ -2,7 +2,7 @@
# 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/.
__version__ = '3.0.0'
__version__ = '3.1.0'
from .marionette_test import (
CommonTestCase,