Changes to get edit menu commands updating properly, fetching them from globalOverlay.xul. For bug 18395. r=pinkerton
git-svn-id: svn://10.0.0.236/trunk@61011 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7563fbc9e2
commit
13d53f84af
@ -50,6 +50,12 @@
|
||||
<html:script language="JavaScript" src="chrome://editor/content/EditorCommands.js"/>
|
||||
<html:script language="JavaScript" src="chrome://editor/content/EditorCommandsDebug.js"/>
|
||||
|
||||
<commands id="commands">
|
||||
<commandset id="globalEditMenuItems"/>
|
||||
<commandset id="selectEditMenuItems"/>
|
||||
<commandset id="undoEditMenuItems"/>
|
||||
</commands>
|
||||
|
||||
<!-- Use this when we abandon the default startup page -->
|
||||
<!-- broadcaster id="args" value="about:blank"/ -->
|
||||
<broadcaster id="args" value="chrome://editor/content/EditorInitPage.html"/>
|
||||
@ -62,7 +68,7 @@
|
||||
<!-- broadcaster nodes are appended here from the overlays -->
|
||||
<broadcasterset id="broadcasterset">
|
||||
<broadcaster id="Editor:Throbber" busy="false"/>
|
||||
</broadcasterset>
|
||||
</broadcasterset>
|
||||
|
||||
<popupset>
|
||||
<popup id="BackColorPopup"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user