gecko-dev/testing/mochitest
Masayuki Nakano 0cf4a632e5 Bug 1300937 part.3 NativeKeyCodes.js should specify scan code to WIN_VK_ABNT_C1 explicitly for avoiding (perhaps) a bug of MapVirtualKeyEx() API r=smaug
Unfortunately, MapVirtualKeyEx() doesn't compute ABNT C1's scan code from its virtual keycode, 0xC1.  Therefore, NativeKeyCodes.js should specify 0x0056 explicitly.  Fortunately, this key in physical keyboard always generates the scan code value with any keyboard layouts.  Therefore, this can test new regressions as expected.

FYI: ABNT C1 key is a key in Brazilian keyboard.  It's at between "ShiftLeft" and "KeyZ".

MozReview-Commit-ID: GmpnFKOsnKD

--HG--
extra : rebase_source : 197b249740056e5c4b7c6f3b556f91f50a838d52
2016-09-13 19:55:29 +09:00
..
BrowserTestUtils Bug 1292239 - Add utility to BrowserTestUtils to wait for load of selected browser in a brand new window. r=Felipe 2016-08-04 15:48:31 -04:00
chrome Bug 1271115 - Merge ChromeUtils.js into EventUtils.js; r=jmaher 2016-08-25 16:57:09 +03:00
dynamic
embed Bug 1282038 - Allow allowfullscreen for rewritten YouTube Flash embeds. r=qdot,jst 2016-06-24 19:12:53 +09:00
manifests Bug 1289123: Remove test_zmedia_cleanup.html from Autophone WebRTC job manifest; r=drno 2016-07-25 09:49:05 -04:00
MochiKit
pywebsocket
ssltunnel Bug 1293384 - Part 1: Rename snprintf_literal to SprintfLiteral. r=froydnj 2016-08-14 23:44:00 -07:00
static
tests Bug 1300937 part.3 NativeKeyCodes.js should specify scan code to WIN_VK_ABNT_C1 explicitly for avoiding (perhaps) a bug of MapVirtualKeyEx() API r=smaug 2016-09-13 19:55:29 +09:00
bisection.py
bootstrap.js
browser-harness.xul
browser-test-overlay.xul
browser-test.js Bug 1289549 P2 socialapi remove sidebar and chat, r=florian 2016-08-23 15:24:06 -07:00
browser.eslintrc merge mozilla-inbound to mozilla-central a=merge 2016-07-20 11:20:15 +02:00
cc-analyzer.js
chrome-harness.js
chrome.eslintrc
chunkifyTests.js
gen_template.pl
harness.xul
install.rdf
jar.mn Bug 1271115 - Merge ChromeUtils.js into EventUtils.js; r=jmaher 2016-08-25 16:57:09 +03:00
jetpack-addon-harness.js
jetpack-addon-overlay.xul
jetpack-package-harness.js
jetpack-package-overlay.xul
leaks.py Bug 1195777 - When LSan detects leaks, tell the user about the report_objects option. r=chmanchester 2016-07-29 16:08:06 -07:00
mach_commands.py Bug 1294099 - Fix 'Namespace object has no attribute 'flavor'' error when running |mach mochitest|, r=jgriffin 2016-08-10 11:50:29 -04:00
mach_test_package_commands.py Bug 1300163 - Add support for Android mochitests to interactive loaners, r=armenzg 2016-09-02 14:43:53 -04:00
Makefile.in
manifest.webapp Bug 1261009 - Remove the Data Store API, r=fabrice 2016-04-29 09:02:45 +08:00
manifestLibrary.js
mochitest_options.py Back out de84b1059f7f (bug 1299871) because it doesn't help the issue it was supposed to. 2016-09-07 11:09:15 -07:00
mochitest-e10s-utils.js
mochitest.eslintrc Bug 1270357 Add isDeeply to mochitest eslintrc r=kmag 2016-05-31 16:16:37 -07:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
nested_setup.js
pywebsocket_wrapper.py
README.txt
redirect.html Bug 1293295 - Replace all mochitest 'flavor' options with a single --flavor argument, r=jmaher 2016-08-08 11:48:49 -04:00
runrobocop.py Bug 1261494 - Reduce telemetry init delay to 1 second for integration testing. r=gbrown 2016-07-27 08:05:12 -07:00
runtests.py Backed out changeset 9c949b216b37 (bug 1278402) for enabling jobs outside of try that shouldn't be enabled outside of try a=backout CLOSED TREE 2016-09-15 11:43:17 -07:00
runtestsb2g.py Bug 1293295 - Replace all mochitest 'flavor' options with a single --flavor argument, r=jmaher 2016-08-08 11:48:49 -04:00
runtestsremote.py Bug 1293295 - Replace all mochitest 'flavor' options with a single --flavor argument, r=jmaher 2016-08-08 11:48:49 -04:00
server.js Bug 1274104 part 1 - Allow mochitest main document to request fullscreen. r=jmaher 2016-05-25 09:39:38 +10:00
shutdown-leaks-collector.js
ShutdownLeaksCollector.jsm
start_b2g.js Bug 1123506 - Update references to __webDriverArguments; r=automatedtester 2016-05-09 16:08:27 +01:00
start_desktop.js Bug 1123506 - Update references to __webDriverArguments; r=automatedtester 2016-05-09 16:08:27 +01:00

See https://developer.mozilla.org/en/docs/Mochitest for detailed information on running and writing mochitests.