/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/jscoverage.xul

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs · Unknown · 36 lines · 32 code · 4 blank · 0 comment · 0 complexity · 460a40e5ac8dd4afeeae5b1082300711 MD5 · raw file

  1. <?xml version="1.0"?>
  2. <!--
  3. jscoverage.xul - XUL overlay
  4. Copyright (C) 2008 siliconforks.com
  5. This program is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 2 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License along
  14. with this program; if not, write to the Free Software Foundation, Inc.,
  15. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  16. -->
  17. <overlay id="jscoverageOverlay"
  18. xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  19. <script src="jscoverage-overlay.js"></script>
  20. <commandset>
  21. <command id="jscoverageViewCommand" oncommand="jscoverage_view();"/>
  22. <command id="jscoverageStoreCommand" oncommand="jscoverage_store();"/>
  23. </commandset>
  24. <menupopup id="menu_ToolsPopup">
  25. <menu label="JSCoverage" insertafter="javascriptConsole,devToolsSeparator">
  26. <menupopup>
  27. <menuitem label="View Coverage" command="jscoverageViewCommand"/>
  28. <menuitem label="Store Coverage" command="jscoverageStoreCommand"/>
  29. </menupopup>
  30. </menu>
  31. </menupopup>
  32. </overlay>