VariablesView.xul 862 B

12345678910111213141516171819
  1. <?xml version="1.0"?>
  2. <!-- This Source Code Form is subject to the terms of the Mozilla Public
  3. - License, v. 2.0. If a copy of the MPL was not distributed with this
  4. - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
  5. <?xml-stylesheet href="chrome://global/skin/global.css"?>
  6. <?xml-stylesheet href="chrome://devtools/content/shared/widgets/widgets.css" type="text/css"?>
  7. <?xml-stylesheet href="chrome://devtools/skin/widgets.css" type="text/css"?>
  8. <!DOCTYPE window [
  9. <!ENTITY % viewDTD SYSTEM "chrome://devtools/locale/VariablesView.dtd">
  10. %viewDTD;
  11. ]>
  12. <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  13. title="&PropertiesViewWindowTitle;">
  14. <script type="application/javascript;version=1.8"
  15. src="chrome://devtools/content/shared/theme-switching.js"/>
  16. <vbox id="variables" flex="1"/>
  17. </window>