Bug 1454445 - Put windowtype/positioning attributes on the webconsole html tag to support opening as top-level;r=mossop

We currently never open this as a top level window (it gets wrapped in browserconsole.xul),
but we are working towards it. Putting these attributes on the <html> tag works similarly to
putting them on the <window> tag in the XUL document and makes it easier to make progress
on missing features.

MozReview-Commit-ID: x6seka5wyf

--HG--
extra : rebase_source : 5942a8b49d0fcba69da468afde343ff8329e7e6d
This commit is contained in:
Brian Grinstead 2018-04-24 16:22:07 -07:00
Родитель 15975eb37c
Коммит f7477feb10
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -2,7 +2,9 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE html>
<html dir="">
<html dir=""
windowtype="devtools:webconsole"
width="900" height="350">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="chrome://devtools/skin/widgets.css"/>