Bug 1460663 - Add attributes to the webconsole html tag to support size persistence when the html window is top-level;r=bdahl

MozReview-Commit-ID: ICQuk9PNYgu

--HG--
extra : rebase_source : 7facc915d8c277f13f412a2ef08281114445e3a3
This commit is contained in:
Brian Grinstead 2018-05-10 09:42:12 -07:00
parent 979ac450c8
commit c87c05a1be

View File

@ -3,8 +3,10 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE html> <!DOCTYPE html>
<html dir="" <html dir=""
id="devtools-webconsole"
windowtype="devtools:webconsole" windowtype="devtools:webconsole"
width="900" height="350"> width="900" height="350"
persist="screenX screenY width height sizemode">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="chrome://devtools/skin/widgets.css"/> <link rel="stylesheet" href="chrome://devtools/skin/widgets.css"/>