Merge mozilla-central to mozilla-inbound

This commit is contained in:
Gregory Szorc
2016-07-06 18:30:58 -07:00
208 changed files with 2883 additions and 10618 deletions

View File

@@ -5927,7 +5927,7 @@ HTMLMediaElement::OpenUnsupportedMediaWithExtenalAppIfNeeded()
LOG(LogLevel::Debug, ("Open unsupported type \'%s\' with external apps.",
mMimeType.get()));
nsContentUtils::DispatchTrustedEvent(OwnerDoc(), static_cast<nsIContent*>(this),
NS_LITERAL_STRING("OpenMediaWithExtenalApp"),
NS_LITERAL_STRING("OpenMediaWithExternalApp"),
true,
true);
}