Bug 722812 - Don't send fake touch events on Gonk r=mwu

This commit is contained in:
Vivien Nicolas 2012-02-08 13:37:00 +01:00
Родитель 9219811fa9
Коммит 8c13692bd4
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -17,7 +17,9 @@
<script type="application/javascript" src="chrome://browser/content/commandUtil.js"/>
<script type="application/javascript" src="chrome://browser/content/shell.js"/>
#ifndef MOZ_TOUCH
<script type="application/javascript" src="chrome://browser/content/touch.js"/>
#endif
<commandset id="mainCommandSet">
<command id="cmd_close" oncommand="CommandUpdater.doCommand(this.id);"/>

Просмотреть файл

@ -6,7 +6,9 @@ chrome.jar:
* content/shell.xul (content/shell.xul)
content/shell.js (content/shell.js)
#ifndef MOZ_TOUCH
content/touch.js (content/touch.js)
#endif
content/commandUtil.js (content/commandUtil.js)
content/httpd.js (content/httpd.js)
content/webapi.js (content/webapi.js)