gecko-dev/dom/events/test
Masayuki Nakano 7bd2c26c2c Bug 1288640 - Make TextComposition not dispatch eCompositionChange events (DOM "text" event) in the default group of web content r=smaug
The usage of our specific "text" event is enough low (0.0003%).  So, let's
stop dispatching the event in the default group of web content.  Once we
release this new behavior, we can get rid of dispatching the event even in
chrome.  Then, we can optimize the event order for new specs.

Differential Revision: https://phabricator.services.mozilla.com/D13034

--HG--
extra : moz-landing-system : lando
2018-11-27 13:26:51 +00:00
..
pointerevents Bug 1499096 - Update tests using ok() to is();r=Standard8 2018-10-23 07:12:23 +00:00
.eslintrc.js Bug 1501662 - Add more .eslintrc.js files for test directories (dom, modules, netwerk and parser). r=mossop 2018-10-24 19:11:17 +00:00
browser_shortcutkey_modifier_conflicts_with_content_accesskey_modifier.js Bug 1436926 - part 2: Remove unnecessary KeyboardEvent.code specification of callers of EventUtils.synthesizeKey() r=smaug 2018-02-09 19:17:26 +09:00
browser.ini Bug 1435530 - part 1: Add automated tests to check Alt + D works as Ctrl + L when Alt is content access key's modifier r=enndeakin+6102 2018-02-05 18:01:25 +09:00
bug226361_iframe.xhtml
bug299673.js Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
bug322588-popup.html
bug415498-doc1.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
bug415498-doc2.html
bug418986-3.js Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
bug426082.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
bug545268.html Bug 1374944 - rewrite mochitest-3 tests for using data: URI. r=smaug 2017-06-30 10:21:52 -07:00
bug574663.html Bug 1374944 - rewrite mochitest-3 tests for using data: URI. r=smaug 2017-06-30 10:21:52 -07:00
bug591249_iframe.xul
bug602962.xul
bug607464.html Bug 1374944 - rewrite mochitest-3 tests for using data: URI. r=smaug 2017-06-30 10:21:52 -07:00
bug656379-1.html Bug 1365614 part 3 - Backout bug 1333482 part 1-9. Removes support for [-webkit-]appearance for now b/c web compat issues. r=bz 2017-05-21 17:15:00 +08:00
bug1017086_inner.html
chrome.ini Bug 1421150 - Fix the syntax for disabling dom/events/test/test_DataTransferItemList.html on a CLOSED TREE 2018-02-26 15:57:02 +02:00
empty.js
error_event_worker.js
event_leak_utils.js Bug 1451913 P9 Try to avoid event listener leak test intermittents by doing more GC. r=baku 2018-04-16 06:08:53 -07:00
file_bug679494.html
file_bug1446834.html Bug 1446834 - Make EventStateManager to use GetFlattenedTreeParent when updating hover/active content, r=emilio 2018-05-09 18:10:55 +03:00
file_bug1484371.html Bug 1484371 - make *enter/*leave events uncomposed, r=masayuki 2018-08-22 16:08:17 +03:00
mochitest.ini Bug 1288640 - Make TextComposition not dispatch eCompositionChange events (DOM "text" event) in the default group of web content r=smaug 2018-11-27 13:26:51 +00:00
test_accel_virtual_modifier.html
test_addEventListenerExtraArg.html
test_all_synthetic_events.html Bug 1448230: close PeerConnection to prevent leaking. r=jib 2018-04-19 17:14:52 -07:00
test_bug226361.xhtml Bug 1436926 - part 2: Remove unnecessary KeyboardEvent.code specification of callers of EventUtils.synthesizeKey() r=smaug 2018-02-09 19:17:26 +09:00
test_bug238987.html Bug 1448048. Restrict the window.Components shim to non-nightly-only to see whether sites actually use it. r=mccr8 2018-03-23 12:53:48 -04:00
test_bug288392.html Bug 1345301 - elt.firstChild.remove() doesn't trigger a DOMSubtreeModified event, r=ms2ger 2017-03-08 20:05:34 +02:00
test_bug299673-1.html
test_bug299673-2.html
test_bug322588.html Bug 1376895 - Disable preloaded browser in two mochitests. r=me 2017-08-16 13:00:04 +02:00
test_bug328885.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug336682_1.html Bug 1457166: Fire online / offline events at the window. r=bz 2018-04-28 09:38:53 +02:00
test_bug336682_2.xul Bug 1457166: Fire online / offline events at the window. r=bz 2018-04-28 09:38:53 +02:00
test_bug336682.js Bug 1457166: Fire online / offline events at the window. r=bz 2018-04-28 09:38:53 +02:00
test_bug367781.html Bug 1361641 - Part 1: convert mochitest plain tests in dom to use srcdoc. r=smaug 2017-05-09 10:25:23 +08:00
test_bug379120.html Bug 1467712 - Simplify calls to ok to use only 2 arguments;r=Standard8 2018-11-01 13:48:48 +00:00
test_bug391568.xhtml
test_bug402089.html
test_bug405632.html
test_bug409604.html Bug 1436926 - part 2: Remove unnecessary KeyboardEvent.code specification of callers of EventUtils.synthesizeKey() r=smaug 2018-02-09 19:17:26 +09:00
test_bug412567.html
test_bug415498.xul Bug 1485305 - dom/ Ensure loadURI always passes a triggeringPrincipal() r=Nika 2018-08-29 15:47:29 +01:00
test_bug418986-3.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_bug418986-3.xul Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_bug422132.html
test_bug426082.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_bug427537.html
test_bug428988.html
test_bug432698.html
test_bug443985.html
test_bug447736.html
test_bug448602.html Bug 1453132. Change nsIEventListenerService to use WebIDL event listeners, not nsIDOMEventListener. r=smaug 2018-04-11 10:27:01 -04:00
test_bug450876.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug456273.html Bug 1299453 - Stop using createEvent("DragEvents"/"KeyEvents") internally; r=smaug 2016-08-31 20:38:50 +03:00
test_bug457672.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug489671.html
test_bug493251.html Bug 1436926 - part 2: Remove unnecessary KeyboardEvent.code specification of callers of EventUtils.synthesizeKey() r=smaug 2018-02-09 19:17:26 +09:00
test_bug502818.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug508479.html Bug 1398883 - Disable the DataTransfer::Protected state for Firefox 57, r=baku 2017-09-13 11:45:48 -04:00
test_bug517851.html Bug 1388119 - Drop support for createEvent("ErrorEvent"/"PopStateEvent"); r=smaug 2017-08-07 21:19:59 +03:00
test_bug524674.xul Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
test_bug534833.html Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
test_bug545268.html Bug 1436926 - part 2: Remove unnecessary KeyboardEvent.code specification of callers of EventUtils.synthesizeKey() r=smaug 2018-02-09 19:17:26 +09:00
test_bug547996-1.html Bug 1446711 part 7. Switch the nsIDOMMouseEvent::MOZ_SOURCE_* constants over to MouseEventBinding. r=qdot 2018-03-20 00:16:06 -04:00
test_bug547996-2.xhtml Bug 1446711 part 7. Switch the nsIDOMMouseEvent::MOZ_SOURCE_* constants over to MouseEventBinding. r=qdot 2018-03-20 00:16:06 -04:00
test_bug556493.html
test_bug563329.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_bug574663.html Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
test_bug586961.xul Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01:00
test_bug591249.xul Bug 1476145 part 5. Stop using getInterface(nsIDOMWindowUtils) in DOM code. r=mccr8 2018-07-24 19:47:41 -04:00
test_bug591815.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug593959.html
test_bug602962.xul Bug 1454358, removes unneccessary implementation of ScrollBoxObject rr?enndeakin+6102 r=bz,enndeakin+6102 2018-06-25 10:11:31 -07:00
test_bug603008.html Bug 1499096 - Update tests using ok() to is();r=Standard8 2018-10-23 07:12:23 +00:00
test_bug605242.html
test_bug607464.html Bug 1374944 - rewrite mochitest-3 tests for using data: URI. r=smaug 2017-06-30 10:21:52 -07:00
test_bug613634.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug615597.html
test_bug617528.xul Bug 1485305 - dom/ Ensure loadURI always passes a triggeringPrincipal() r=Nika 2018-08-29 15:47:29 +01:00
test_bug624127.html Bug 1374944 - rewrite mochitest-3 tests for using data: URI. r=smaug 2017-06-30 10:21:52 -07:00
test_bug635465.html Bug 1499096 - Use ok() with 2 arguments instead of 3 when possible;r=Standard8 2018-10-23 07:13:35 +00:00
test_bug641477.html
test_bug648573.html
test_bug650493.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug656379-1.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_bug656379-2.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_bug656954.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug659071.html
test_bug659350.html
test_bug662678.html
test_bug667612.html Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
test_bug667919-1.html
test_bug679494.xul Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_bug684208.html
test_bug687787.html Bug 687787: support focusin/focusout based on webkit/blink r=smaug 2016-10-06 21:39:53 -04:00
test_bug689564.html
test_bug698929.html
test_bug704423.html
test_bug741666.html Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01:00
test_bug812744.html
test_bug822898.html Bug 1499096 - Update tests using ok() to is();r=Standard8 2018-10-23 07:12:23 +00:00
test_bug855741.html
test_bug864040.html Bug 1365614 part 3 - Backout bug 1333482 part 1-9. Removes support for [-webkit-]appearance for now b/c web compat issues. r=bz 2017-05-21 17:15:00 +08:00
test_bug924087.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_bug930374-chrome.html Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
test_bug930374-content.html Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
test_bug944011.html Bug 1374944 - rewrite mochitest-3 tests for using data: URI. r=smaug 2017-06-30 10:21:52 -07:00
test_bug944847.html
test_bug946632.html Bug 1438752 - Summary: Wait for an APZ flush before scrolling to avoid race condition in test. r=rhunt 2018-06-07 21:01:45 +00:00
test_bug967796.html Backed out 2 changesets (bug 1421482) for failing modified mochitest layout/base/tests/test_bug1078327.html. r=backout a=backout 2017-12-12 19:03:49 +02:00
test_bug985988.html Bug 1345996 followup. Update some tests for the new event behavior. 2017-03-11 02:33:58 -05:00
test_bug998809.html
test_bug1003432.html
test_bug1003432.js
test_bug1013412.html Bug 1380680 - Fix test_bug1013412 so it passes with webrender enabled. r=dvander 2017-07-13 11:15:59 -04:00
test_bug1017086_disable.html
test_bug1017086_enable.html
test_bug1037990.html
test_bug1079236.html Bug 1503019 - Part I, Remove dom.webcomponents.shadowdom.enabled r=smaug 2018-11-15 06:51:07 +00:00
test_bug1127588.html Bug 1127588 - Fix the DOMNodeRemoved mutation event isn't fired when updating document.title; r=smaug 2018-08-07 07:47:00 +00:00
test_bug1128787-1.html Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
test_bug1128787-2.html Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
test_bug1128787-3.html Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
test_bug1145910.html Bug 1503019 - Part I, Remove dom.webcomponents.shadowdom.enabled r=smaug 2018-11-15 06:51:07 +00:00
test_bug1150308.html Bug 1503019 - Part I, Remove dom.webcomponents.shadowdom.enabled r=smaug 2018-11-15 06:51:07 +00:00
test_bug1248459.html
test_bug1264380.html Bug 1503019 - Part I, Remove dom.webcomponents.shadowdom.enabled r=smaug 2018-11-15 06:51:07 +00:00
test_bug1298970.html Bug 1298970 - Move UIEvent.cancelBubble to Event. r=smaug 2016-11-29 10:28:21 +08:00
test_bug1304044.html Bug 1304044 - implement auxclick r=smaug 2016-11-30 19:48:02 -05:00
test_bug1305458.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug1327798.html Bug 1199729 - Part 5: Update tests for new DataTransfer behaviour, r=baku 2017-09-08 11:05:08 -04:00
test_bug1332699.html Bug 1332699 - Don't check handler of legacy version if the event is not trusted. r=smaug 2017-01-23 16:08:41 +11:00
test_bug1339758.html Bug 1339758, click() and similar can return 0 from various coordinate properties, r=masayuki 2017-03-23 12:57:44 +02:00
test_bug1369072.html Bug 1369072 - part0: Add automated test for testing key event handlers to scroll parent document when an iframe element has or had focus r=smaug 2017-09-05 15:18:02 +09:00
test_bug1412775.xul Bug 1479569 part 2. Use the new messageManager getter on docshell. r=kmag 2018-08-02 23:49:09 -04:00
test_bug1429572.html Bug 1503019 - Part I, Remove dom.webcomponents.shadowdom.enabled r=smaug 2018-11-15 06:51:07 +00:00
test_bug1446834.html Bug 1503019 - Part I, Remove dom.webcomponents.shadowdom.enabled r=smaug 2018-11-15 06:51:07 +00:00
test_bug1447993.html Bug 1447993, when handling pointerup while there is pointercapture, do a hit test in order to find the click target, tests, r=masayuki 2018-03-29 19:51:25 +03:00
test_bug1484371.html Bug 1503019 - Part I, Remove dom.webcomponents.shadowdom.enabled r=smaug 2018-11-15 06:51:07 +00:00
test_click_on_reframed_generated_text.html Bug 1497524 - Properly dispatch events when the NAC event target is not the root, and it gets reframed. r=smaug 2018-11-04 19:53:07 +00:00
test_clickevent_on_input.html
test_continuous_wheel_events.html Backed out changeset e4ecf720b3a1 (bug 713680) for crashing in dom/tests/mochitest/chrome/test_xray_event_constructor.xul on Windows 7 debug. r=backout 2017-03-29 21:51:05 +02:00
test_DataTransferItemList.html Bug 1453153 - Initial removal of moz* APIs in DataTransfer, r=enndeakin,r=nika 2018-08-22 15:10:31 -04:00
test_dblclick_explicit_original_target.html
test_deviceSensor.html Bug 1359076: Disable all Device Sensor APIs except orientation by default r=bkelly 2017-07-24 10:07:00 +02:00
test_disabled_events.html Bug 1359076: Disable all Device Sensor APIs except orientation by default r=bkelly 2017-07-24 10:07:00 +02:00
test_dnd_with_modifiers.html Bug 606885 - Fire drag events with keyboard modifiers. r=enn 2017-02-17 11:29:42 +08:00
test_dom_activate_event.html
test_dom_keyboard_event.html Bug 1479964 - Set KeyboardEvent.keyCode and KeyboardEvent.charCode to same value if the event is "keypress" event r=smaug 2018-10-09 04:43:37 +00:00
test_dom_mouse_event.html
test_dom_storage_event.html
test_dom_wheel_event.html
test_draggableprop.html
test_dragstart.html Bug 1453153 - Initial removal of moz* APIs in DataTransfer, r=enndeakin,r=nika 2018-08-22 15:10:31 -04:00
test_error_events.html Bug 1331599 - tests fixed by hand after making addEventListener use the once option when possible, r=jaws. 2017-01-25 07:03:42 +01:00
test_eventctors_sensors.html Bug 1359076: Disable all Device Sensor APIs except orientation by default r=bkelly 2017-07-24 10:07:00 +02:00
test_eventctors.html Bug 1499096 - Update tests using ok() to is();r=Standard8 2018-10-23 07:12:23 +00:00
test_eventctors.xul Bug 1499096 - Update tests using ok() to is();r=Standard8 2018-10-23 07:12:23 +00:00
test_eventhandler_scoping.html
test_eventTimeStamp.html Bug 1442515 Refactor test_eventTimeStamp.html to pass r=baku 2018-03-06 10:18:12 -06:00
test_focus_abspos.html Bug 1424633: Decide which frame to focus using the flattened tree. r=smaug 2017-12-16 00:39:13 +01:00
test_focus_disabled.html
test_hover_mouseleave.html Bug 1446832: Update hover state before firing mouseleave, to match other browsers. r=smaug 2018-03-20 01:32:51 +01:00
test_legacy_event.html Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws. 2017-01-30 08:10:22 +01:00
test_marquee_events.html Bug 1425874 - Implement marquee onbounce, onfinish, onstart with WebIDL r=bzbarsky 2018-11-08 14:46:45 +00:00
test_messageEvent_init.html Bug 1310967 - Update MessageEvent to the latest spec, r=smaug 2016-10-25 07:48:05 +02:00
test_messageEvent.html Bug 1310967 - Update MessageEvent to the latest spec, r=smaug 2016-10-25 07:48:05 +02:00
test_moz_mouse_pixel_scroll_event.html
test_offsetxy.html
test_onerror_handler_args.html Bug 1374944 - rewrite mochitest-3 tests for using data: URI. r=smaug 2017-06-30 10:21:52 -07:00
test_passive_listeners.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_paste_image.html Bug 1446940 part 5. Stop getting docshells from windows via getInterface in dom/editor/etc code. r=kmag 2018-08-01 13:07:11 -04:00
test_slotted_mouse_event.html Bug 1503019 - Part I, Remove dom.webcomponents.shadowdom.enabled r=smaug 2018-11-15 06:51:07 +00:00
test_slotted_text_click.html Bug 1503019 - Part I, Remove dom.webcomponents.shadowdom.enabled r=smaug 2018-11-15 06:51:07 +00:00
test_text_event_in_content.html Bug 1288640 - Make TextComposition not dispatch eCompositionChange events (DOM "text" event) in the default group of web content r=smaug 2018-11-27 13:26:51 +00:00
test_unbound_before_in_active_chain.html Bug 1489139 - Ensure unbound generated content doesn't remain in the active chain. r=smaug 2018-09-12 16:56:40 +02:00
test_wheel_default_action.html Bug 1217715 - Don't limit the system scroll override to the root content. r=botond,masayuki 2016-08-19 06:52:25 -04:00
window_bug493251.html
window_bug617528.xul Bug 1493655 - make nsISecureBrowserUI initialize from a docshell instead of a window, r=keeler,nika 2018-09-26 17:48:38 +00:00
window_bug659071.html
window_bug1369072.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
window_bug1412775.xul Bug 1412775 - Implement Event.composedPath, tests for chrome handling, r=stone 2017-12-18 18:08:03 +02:00
window_bug1429572.html bug 1429572, touch.target retargeting in shadow DOM, r=masayuki 2018-05-25 18:02:59 +03:00
window_bug1447993.html Bug 1447993, when handling pointerup while there is pointercapture, do a hit test in order to find the click target, tests, r=masayuki 2018-03-29 19:51:25 +03:00
window_wheel_default_action.html Bug 1423011 - Part 4: Fix for overflow-x:hidden test failures in the mochitest test_wheel_default_action.html. r=botond 2018-07-03 13:12:17 -04:00