Bug 1555236 - Implement Send Report subview stub. r=johannh

Differential Revision: https://phabricator.services.mozilla.com/D34519

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nihanth Subramanya 2019-07-03 14:52:08 +00:00
Родитель 662112b0b3
Коммит cf4d7d0bb9
2 изменённых файлов: 13 добавлений и 0 удалений

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

@ -264,4 +264,8 @@ var gProtectionsHandler = {
showSiteNotWorkingView() {
this._protectionsPopupMultiView.showSubView("protections-popup-siteNotWorkingView");
},
showSendReportView() {
this._protectionsPopupMultiView.showSubView("protections-popup-sendReportView");
},
};

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

@ -101,5 +101,14 @@
class="text-link">Send Report</label>
</hbox>
</panelview>
<!-- Send Report SubView -->
<panelview id="protections-popup-sendReportView"
title="Send Report"
descriptionheightworkaround="true"
flex="1">
<label>Under Construction</label>
</panelview>
</panelmultiview>
</panel>