Masayuki Nakano
3af2033805
Bug 1154183 part.7 Don't dispatch preceding keydown events of reserved keypress events on content in the default event group r=smaug
...
MozReview-Commit-ID: 5zdkdfNxbxb
2016-03-22 15:05:25 +09:00
Masayuki Nakano
79ec55bd08
Bug 1249184 Dead key shouldn't cause keypress event on Mac OS X r=smaug+m_kato
2016-03-16 13:50:01 +09:00
Masayuki Nakano
1fd5361cb0
Bug 1137563 part.5 Set charCode of dead key's keypress event on Mac to the dead char r=m_kato
2016-03-16 13:47:50 +09:00
Masayuki Nakano
063150ff0d
Bug 1137563 part.4 Implement IMEInputHandler::WillDispatchKeyboardEvent() r=m_kato
2016-03-16 13:47:50 +09:00
Masayuki Nakano
e0d18691b8
Bug 1203059 part.4 Update test_keycodes.xul for the new behavior r=smaug
2016-03-16 10:58:28 +09:00
Masayuki Nakano
12a007fd7f
Bug 1203059 part.2 When an event is reserved by chrome, it should be fired only on chrome r=smaug
2016-03-16 10:58:28 +09:00
Kartikaya Gupta
f0f1261931
Bug 1146349 - Update some widget tests to deal with async native key event synthesization. r=smaug,masayuki
2015-04-14 11:36:36 -04:00
Ms2ger
f1fc41b0e5
Bug 949614 - Use === for SimpleTest.is; r=Waldo
...
This is more likely to be correct, and a necessary step in case we ever want
to move to Object.is.
This keeps ise as an alias for is, and introduces is_loosely for the old
behaviour.
2015-04-14 15:28:13 +02:00
Neil Deakin
f9e1db1ab8
Bug 475981, remove titles from a bunch of tests, fixing box wrapped in a block warnings,r=neil
2014-04-04 13:11:12 -04:00
Masayuki Nakano
04cc04ac24
Bug 947115 All tests shouldn't use nsIDOMWindowUtils.sendNativeKeyEvent() directly. Use synthesizeNativeKey() instead. r=smaug
2013-12-18 16:02:46 +09:00
Masayuki Nakano
d7fcc64c1e
Bug 946044 Handle context menu key of PC keyboard on Mac r=smichaud
2013-12-06 12:16:55 +09:00
Benjamin Smedberg
9c74858563
Bug 932854 temporary test workaround for test_keycodes.xul, r=jimm
2013-11-14 08:23:09 -05:00
Masayuki Nakano
108f3cc525
Bug 897885 part.2 Add test for handling kVK_JIS_KeypadComma r=smichaud
2013-08-24 13:53:01 +09:00
Masayuki Nakano
dde8930062
Bug 501496 part.8 Native key event tests should prevent default only when the event is keypress r=smaug
2013-07-25 15:09:29 +09:00
Masayuki Nakano
7318911de9
Bug 896362 part.2 Add tests for VK_ABNT_C1 and VK_ABNT_C2 r=jimm+smaug
2013-07-25 15:04:17 +09:00
Masayuki Nakano
d1f3ea50ee
Bug 842927 part.5 Implement D3E KeyboardEvent.key on Cocoa r=smaug+smichaud
2013-04-24 12:49:47 +09:00
Masayuki Nakano
084ca1d1c9
Bug 773651 Guess VK_RCONTROL and VK_RMENU from extended key flag on XP and don't trust the scan code of key messages r=jimm
2012-07-19 10:28:17 +09:00
Masayuki Nakano
a16ae57d35
Bug 768736 Define constants for system native virtual keys for nsIDOMWindowUtils::SendNativeKeyEvent() r=roc
2012-06-27 11:26:38 +09:00
Masayuki Nakano
4dbe55aeaf
Bug 757688 part.8 Make sure test_keycodes.xul emulates correct key events r=jimm
2012-06-15 18:52:51 +09:00
Masayuki Nakano
53a964cc2e
Bug 757688 part.7 Make nsWindow for Windows possible to test dead keys r=jimm
2012-06-15 18:52:51 +09:00
Masayuki Nakano
e355fe16f3
Bug 759346 Append alternative keycodes from virtual keycode if the virtual keycode is an OEM keycode which indicates a character but the character cannot be inputted by the key r=jimm
2012-05-30 09:47:03 +09:00
Masayuki Nakano
4d7f3814a7
Bug 677252 part.1 Reimplement keycode computation in cocoa widget r=smaug+smichaud
2012-05-17 16:04:16 +09:00
Masayuki Nakano
7bf417b45b
Bug 630810 part.1 Should convert from native keycode to DOM keycode for every keys on Windows r=smaug+jimm, sr=roc
2012-05-17 16:04:16 +09:00
Masayuki Nakano
169688aac4
Bug 735648 Append command char and shifted commanded char when command key is pressed on Dvorak-QWERTY r=smichaud+karlt
2012-03-30 12:37:40 +09:00
Masayuki Nakano
0c78a26029
Bug 728103 part.2 Fix new test failures r=smaug
2012-03-16 15:29:15 +09:00
Malini Das
ea71db787e
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only
2011-08-12 12:21:36 -04:00
Joel Maher
6659c4f8af
Bug 666649 - remove enablePrivilege from various places in the harness and chrome tests. r=ted, a=test-only
2011-07-21 16:21:25 -04:00
Masayuki Nakano
67a6bb1970
Bug 519972 part.13 Log TextInputHandler behavior r=smichaud
2011-07-21 09:33:16 +09:00
Jeff Walden
dae3ca83d2
Bug 663300 - Treat \u not followed by four hexadecimal digits, or \x not followed by two hexadecimal digits, as syntax errors in string literals. r=njn
...
--HG--
extra : rebase_source : 78f37bc91e44598ba99c1983b65b8627bed876b5
2011-06-10 11:21:57 -07:00
Masayuki Nakano
c65eaea26b
Bug 439815 Keyboard shortcuts with alternate keyboard layouts (including colemak) are missmapped; they are mapped for qwerty. r=josh
2009-08-18 13:47:53 +09:00
Serge Gautherie
2dc4e56bfa
Bug 431503 - Create infrastructure to test processing of key events with different keyboard layouts; (Bv1) test_keycodes.xul: Fix non supported case, (+ nits); r=roc
2009-03-30 23:42:11 +02:00
Masayuki Nakano
21d22e5508
Bug 442774 Wheel/touchpad scrolling gets stuck in frame, stop scrolling the web page as a whole r=Olli.pettay, sr=roc
2009-02-12 19:44:38 +09:00
Masayuki Nakano
f54e744dcd
backing-out the patch for bug 442774
2009-02-12 18:54:02 +09:00
Masayuki Nakano
383cd77023
Bug 442774 Wheel/touchpad scrolling gets stuck in frame, stop scrolling the web page as a whole r=Olli.pettay, sr=roc
2009-02-12 16:02:49 +09:00
Masayuki Nakano
1c6a042dcf
Bug 460556 tests for bug 460500 r+sr=roc
2008-10-18 17:37:59 +09:00
Masayuki Nakano
36b09f73c2
Bug 459820 Need automated tests for Caps Lock key events r+sr=roc
2008-10-16 12:04:39 +09:00
Masayuki Nakano
1e0218b3b9
Bug 440457 AltGr+9 and AltGr+0 don't type 9 and 0 respectively in Lithuanian keyboard r=ere, sr=roc
2008-10-14 15:01:51 +09:00
karlt+@karlt.net
f1d13b1402
Bug 433192. Ctrl+Shift+X doesn't switch text-direction in text boxes with Hebrew keyboard layout. p=masayuki+karl r=gavin sr=roc a1.9=schrep.
2008-05-11 17:39:29 -07:00
karlt+@karlt.net
0d1820d01c
Bug 433030. Desired character codes for DOM events with Cmd+Shift. p=masayuki+karl r=josh sr=roc a=discore.
2008-05-09 16:10:40 -07:00
masayuki@d-toybox.com
990c48434e
Bug 432389 CapsLock and NumLock state should be preferred at KeyTranslate code: r=josh+karl, sr=roc, a=dsicore tests: r+sr=roc
2008-05-08 17:01:29 -07:00
joshmoz@gmail.com
abd59d5b3c
add tests, patch by roc, b=432773 r=josh
2008-05-08 15:41:13 -07:00
joshmoz@gmail.com
b63056a1c2
key translation fixes, patch by Masayuki. b=432388 r=josh r=karl sr=roc a=schrep
2008-05-07 14:54:21 -07:00
roc+@cs.cmu.edu
61760707b2
Bug 432466. Allow sendNativeKeyEvent to return NS_ERROR_NOT_AVAILABLE to indicate that a keyboard layout is not available. Load keyboard layouts programmatically on Windows so we can detect whether a keyboard is available. This also makes keyboard layouts usable when they're installed but not enabled, which is true for most layouts, so we can reenable the Greek keyboard tests on tinderbox. r=karlt,a=beltzner
2008-05-06 21:46:37 -07:00
joshmoz@gmail.com
bb23f9115a
use native event routing for synthesized key events. b=432405 r/sr=roc a=dsicore
2008-05-06 14:00:59 -07:00
roc+@cs.cmu.edu
1f1b2d9bbd
disabling failing (new) tests
2008-05-05 17:07:19 -07:00
roc+@cs.cmu.edu
a41b7ed86d
Bug 431503. Infrastructure and tests for native key event translation. r=josh,karlt,sr=jst
2008-05-05 16:01:07 -07:00