Bug 1386551 - Import component-frame.css in new frontend; r=bgrins. draft
authorNicolas Chevobbe <nchevobbe@mozilla.com>
Wed, 02 Aug 2017 11:03:40 +0200
changeset 619605 da956c54d130cd01553451da1d895b606bb4499f
parent 619569 320642944e42a889db13c6c55b404e32319d4de6
child 640453 608ac4f03feb04747e17b0b0aaa394efdfe879ba
push id71739
push userbmo:nchevobbe@mozilla.com
push dateWed, 02 Aug 2017 09:08:53 +0000
reviewersbgrins
bugs1386551
milestone56.0a1
Bug 1386551 - Import component-frame.css in new frontend; r=bgrins. This file takes care of the layout for stack traces, which can be displayed in the console (for errors, console.trace, …). The file was declared in webconsole.xul but not ported in webconsole.xhtml. MozReview-Commit-ID: FFXAB14XZ6J
devtools/client/webconsole/webconsole.xhtml
--- a/devtools/client/webconsole/webconsole.xhtml
+++ b/devtools/client/webconsole/webconsole.xhtml
@@ -4,16 +4,17 @@
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" dir="">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     <link rel="stylesheet" href="chrome://devtools/skin/widgets.css"/>
     <link rel="stylesheet" href="resource://devtools/client/themes/light-theme.css"/>
     <link rel="stylesheet" href="chrome://devtools/skin/webconsole.css"/>
+    <link rel="stylesheet" href="chrome://devtools/skin/components-frame.css"/>
     <link rel="stylesheet" href="resource://devtools/client/shared/components/reps/reps.css"/>
     <script src="chrome://devtools/content/shared/theme-switching.js"></script>
     <script type="application/javascript"
             src="resource://devtools/client/webconsole/new-console-output/main.js"></script>
   </head>
   <body class="theme-sidebar" role="application">
     <div id="app-wrapper" class="theme-body">
       <div id="output-container" role="document" aria-live="polite"/>