www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 4c456853316312755815f35a66daf621653bdd12
parent 4a4073652f26094822003e4dd29f3cb873e9d16e
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon,  9 Mar 2015 17:40:58 -0400

Add header to EventUtils.jsm

Diffstat:
Mtest/resource/EventUtils.jsm | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/test/resource/EventUtils.jsm b/test/resource/EventUtils.jsm @@ -1,4 +1,10 @@ -// Export all available functions for Mozmill +/* Taken from MozMill 6c0948d80eebcbb104ce7a776c65aeae634970dd + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at http://mozilla.org/MPL/2.0/. */ + + // Export all available functions for Mozmill var EXPORTED_SYMBOLS = ["disableNonTestMouseEvents","sendMouseEvent", "sendChar", "sendString", "sendKey", "synthesizeMouse", "synthesizeTouch", "synthesizeMouseAtPoint", "synthesizeTouchAtPoint",