зеркало из https://github.com/mozilla/pjs.git
bug 267789 bustage fix
This commit is contained in:
Родитель
fc636866c4
Коммит
ebd1e90e2d
|
@ -0,0 +1,44 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!DOCTYPE overlay SYSTEM "chrome://inspector/locale/tasksOverlay.dtd" >
|
||||
|
||||
<overlay id="eInspectorTasksOverlay"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<script type="application/x-javascript" src="chrome://inspector/content/hooks.js"/>
|
||||
|
||||
<script type="application/x-javascript">
|
||||
<![CDATA[
|
||||
function inspectorWindowLoad()
|
||||
{
|
||||
setTimeout(initWindowMediator, 0);
|
||||
}
|
||||
|
||||
function initWindowMediator()
|
||||
{
|
||||
// Load the Window DataSource so that browser windows opened subsequent to DOM
|
||||
// Inspector show up in the DOM Inspector's window list.
|
||||
var windowDS = Components.classes["@mozilla.org/rdf/datasource;1?name=window-mediator"]
|
||||
.getService(Components.interfaces.nsIWindowDataSource);
|
||||
}
|
||||
|
||||
window.addEventListener("load", inspectorWindowLoad, false);
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<commandset id="calendar_commands">
|
||||
<command id="Tasks:Inspector" oncommand="inspectDOMDocument();"/>
|
||||
<command id="Tasks:InspectPage" oncommand="inspectDOMDocument(window.document);"/>
|
||||
</commandset>
|
||||
|
||||
<keyset id="tasksKeys">
|
||||
<key id="key_inspectPage" key="&inspectorTaskCmd.commandkey;" modifiers="accel,shift" command="Tasks:InspectPage"/>
|
||||
</keyset>
|
||||
|
||||
<menupopup id="toolsPopup">
|
||||
<menuitem id="menu_inspector" label="&inspectorTaskCmd.label;"
|
||||
insertafter="javascriptConsole" key="key_inspectPage"
|
||||
accesskey="&inspectorTaskCmd.accesskey;" command="Tasks:InspectPage"/>
|
||||
</menupopup>
|
||||
|
||||
</overlay>
|
Загрузка…
Ссылка в новой задаче