зеркало из https://github.com/mozilla/gecko-dev.git
Bug 815363 - Make the autocomplete inPrivateContext getter call a real method. r=mak
This commit is contained in:
Родитель
4aa6dca044
Коммит
b3776072b9
|
@ -170,7 +170,7 @@
|
|||
</field>
|
||||
|
||||
<property name="inPrivateContext" readonly="true"
|
||||
onget="this.PrivateBrowsingUtils.isPrivateWindow(window)"/>
|
||||
onget="return this.PrivateBrowsingUtils.isWindowPrivate(window);"/>
|
||||
|
||||
<!-- This is the maximum number of drop-down rows we get when we
|
||||
hit the drop marker beside fields that have it (like the URLbar).-->
|
||||
|
|
Загрузка…
Ссылка в новой задаче