зеркало из https://github.com/mozilla/gecko-dev.git
Bug 842892 - Block scripts while extending the selection for deletion in order to prevent a crash when changing the type of an input; r=smaug
This commit is contained in:
Родитель
9d52ece477
Коммит
e5166004a9
|
@ -776,6 +776,7 @@ nsTextEditRules::WillDeleteSelection(Selection* aSelection,
|
|||
}
|
||||
|
||||
nsresult res = NS_OK;
|
||||
nsAutoScriptBlocker scriptBlocker;
|
||||
|
||||
if (IsPasswordEditor())
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче