mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
separate debug options out of EditorCommands.js (r=kin)
This commit is contained in:
parent
3abf64ebc9
commit
6876c72bd2
@ -25,6 +25,7 @@
|
||||
editor.xul
|
||||
TextEditorAppShell.xul
|
||||
EditorCommands.js
|
||||
EditorCommandsDebug.js
|
||||
EditorInitPage.html
|
||||
EditorInitPagePlain.html
|
||||
EditorStyles1.css
|
||||
|
@ -30,6 +30,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
EXPORT_RESOURCE_CONTENT = \
|
||||
$(srcdir)/editor.xul \
|
||||
$(srcdir)/EditorCommands.js \
|
||||
$(srcdir)/EditorCommandsDebug.js \
|
||||
$(srcdir)/TextEditorAppShell.xul \
|
||||
$(srcdir)/EditorInitPage.html \
|
||||
$(srcdir)/EditorInitPagePlain.html \
|
||||
|
@ -41,6 +41,7 @@
|
||||
width="640" height="480">
|
||||
|
||||
<html:script language="JavaScript" src="chrome://editor/content/EditorCommands.js"/>
|
||||
<html:script language="JavaScript" src="chrome://editor/content/EditorCommandsDebug.js"/>
|
||||
|
||||
<broadcaster id="args" value="chrome://editor/content/EditorInitPagePlain.html"/>
|
||||
<broadcaster id="canPrint"/>
|
||||
|
@ -45,6 +45,7 @@
|
||||
width="640" height="480">
|
||||
|
||||
<html:script language="JavaScript" src="chrome://editor/content/EditorCommands.js"/>
|
||||
<html:script language="JavaScript" src="chrome://editor/content/EditorCommandsDebug.js"/>
|
||||
|
||||
<!-- Use this when we abandon the default startup page -->
|
||||
<!-- broadcaster id="args" value="about:blank"/ -->
|
||||
|
@ -27,6 +27,7 @@ install::
|
||||
$(MAKE_INSTALL) editor.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) TextEditorAppShell.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EditorCommands.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EditorCommandsDebug.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EditorInitPage.html $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EditorInitPagePlain.html $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EditorStyles1.css $(DIST)\bin\chrome\editor\content\default
|
||||
@ -49,6 +50,7 @@ clobber::
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\editor.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\TextEditorAppShell.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EditorCommands.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EditorCommandsDebug.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EditorInitPage.html
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EditorInitPagePlain.html
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EditorStyles1.css
|
||||
|
@ -39,6 +39,7 @@ Rights Reserved.
|
||||
|
||||
|
||||
<html:script language="JavaScript" src="chrome://editor/content/EditorCommands.js"/>
|
||||
<html:script language="JavaScript" src="chrome://editor/content/EditorCommandsDebug.js"/>
|
||||
<html:script language="JavaScript" src="chrome://global/content/strres.js"/>
|
||||
<html:script language="JavaScript" src="chrome://messengercompose/content/MsgComposeCommands.js"/>
|
||||
<html:script language="JavaScript" src="chrome://messengercompose/content/addressAutoComplete.js"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user