зеркало из https://github.com/mozilla/gecko-dev.git
separate debug options out of EditorCommands.js (r=kin)
This commit is contained in:
Родитель
3abf64ebc9
Коммит
6876c72bd2
|
@ -25,6 +25,7 @@
|
||||||
editor.xul
|
editor.xul
|
||||||
TextEditorAppShell.xul
|
TextEditorAppShell.xul
|
||||||
EditorCommands.js
|
EditorCommands.js
|
||||||
|
EditorCommandsDebug.js
|
||||||
EditorInitPage.html
|
EditorInitPage.html
|
||||||
EditorInitPagePlain.html
|
EditorInitPagePlain.html
|
||||||
EditorStyles1.css
|
EditorStyles1.css
|
||||||
|
|
|
@ -30,6 +30,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||||
EXPORT_RESOURCE_CONTENT = \
|
EXPORT_RESOURCE_CONTENT = \
|
||||||
$(srcdir)/editor.xul \
|
$(srcdir)/editor.xul \
|
||||||
$(srcdir)/EditorCommands.js \
|
$(srcdir)/EditorCommands.js \
|
||||||
|
$(srcdir)/EditorCommandsDebug.js \
|
||||||
$(srcdir)/TextEditorAppShell.xul \
|
$(srcdir)/TextEditorAppShell.xul \
|
||||||
$(srcdir)/EditorInitPage.html \
|
$(srcdir)/EditorInitPage.html \
|
||||||
$(srcdir)/EditorInitPagePlain.html \
|
$(srcdir)/EditorInitPagePlain.html \
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
width="640" height="480">
|
width="640" height="480">
|
||||||
|
|
||||||
<html:script language="JavaScript" src="chrome://editor/content/EditorCommands.js"/>
|
<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="args" value="chrome://editor/content/EditorInitPagePlain.html"/>
|
||||||
<broadcaster id="canPrint"/>
|
<broadcaster id="canPrint"/>
|
||||||
|
|
|
@ -45,6 +45,7 @@
|
||||||
width="640" height="480">
|
width="640" height="480">
|
||||||
|
|
||||||
<html:script language="JavaScript" src="chrome://editor/content/EditorCommands.js"/>
|
<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 -->
|
<!-- Use this when we abandon the default startup page -->
|
||||||
<!-- broadcaster id="args" value="about:blank"/ -->
|
<!-- broadcaster id="args" value="about:blank"/ -->
|
||||||
|
|
|
@ -27,6 +27,7 @@ install::
|
||||||
$(MAKE_INSTALL) editor.xul $(DIST)\bin\chrome\editor\content\default
|
$(MAKE_INSTALL) editor.xul $(DIST)\bin\chrome\editor\content\default
|
||||||
$(MAKE_INSTALL) TextEditorAppShell.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) 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) EditorInitPage.html $(DIST)\bin\chrome\editor\content\default
|
||||||
$(MAKE_INSTALL) EditorInitPagePlain.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
|
$(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\editor.xul
|
||||||
rm -f $(DIST)\bin\chrome\editor\content\default\TextEditorAppShell.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\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\EditorInitPage.html
|
||||||
rm -f $(DIST)\bin\chrome\editor\content\default\EditorInitPagePlain.html
|
rm -f $(DIST)\bin\chrome\editor\content\default\EditorInitPagePlain.html
|
||||||
rm -f $(DIST)\bin\chrome\editor\content\default\EditorStyles1.css
|
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/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://global/content/strres.js"/>
|
||||||
<html:script language="JavaScript" src="chrome://messengercompose/content/MsgComposeCommands.js"/>
|
<html:script language="JavaScript" src="chrome://messengercompose/content/MsgComposeCommands.js"/>
|
||||||
<html:script language="JavaScript" src="chrome://messengercompose/content/addressAutoComplete.js"/>
|
<html:script language="JavaScript" src="chrome://messengercompose/content/addressAutoComplete.js"/>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче