зеркало из https://github.com/mozilla/pjs.git
Fixing bug 265921. Prevent script from closing tabs. r=bryner@brianryner.com, sr=brendan@mozilla.org, patch by bzbarsky@mit.edu and jst@mozilla.org
This commit is contained in:
Родитель
c22f232415
Коммит
c9f827edd5
|
@ -1408,6 +1408,9 @@
|
|||
|
||||
<handler event="DOMWindowClose">
|
||||
<![CDATA[
|
||||
if (!event.isTrusted)
|
||||
return;
|
||||
|
||||
const browsers = this.browsers;
|
||||
if (browsers.length == 1)
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче