gecko-dev/widget/tests
Makoto Kato 3af99207da Bug 1490661 - Part 4. Split next action hint with next and maybenext. r=masayuki
Current implementation of Blink and WebKit is that enter key is dispatched
even if `enterkeyhint` is `next`. If no enterkeyhint, Gecko and Blink infer
this type from `<form>` and `<input>` element.

If this key is set as "next" by inference, Blink doesn't dispatch key event
then sets focus to next element, and Gecko dispatches `Tab` key to set focus
to next element.

So if action hint is "next" by inference, we would like to change to another
type "maybenext".

Differential Revision: https://phabricator.services.mozilla.com/D79645
2020-06-23 06:37:58 +00:00
..
browser Bug 1638138 - Restoring missing thread names in requestProcInfo;r=tarek 2020-05-15 20:19:25 +00:00
gtest Bug 1626734 - Add gtests for SystemTimeConverter that exercise wrapping timestamps. r=karlt 2020-05-07 12:58:32 +00:00
unit
.eslintrc.js
bug586713_window.xhtml
chrome_context_menus_win.xhtml
chrome.ini Bug 1641546 - Add a regression test for alwaysontop windows pulling focus. r=mstange 2020-06-08 18:32:13 +00:00
empty_window.xhtml
file_bug596600.html
file_input_events_on_deactive_window.html
file_secure_input.html
mochitest.ini Bug 1640139 - Don't dispatch contextmenu event triggered from control-left-click as right-button in Mac; r=masayuki 2020-05-26 13:11:45 +00:00
moz.build Bug 1642666 - Remove obsolete test for removed nsIAppShell::RunBeforeNextEvent function. r=gbrown 2020-06-03 16:16:09 +00:00
native_menus_window.xhtml
native_mouse_mac_window.xhtml
standalone_native_menu_window.xhtml
system_font_changes.xhtml
taskbar_previews.xhtml
test_actionhint.html Bug 1490661 - Part 4. Split next action hint with next and maybenext. r=masayuki 2020-06-23 06:37:58 +00:00
test_AltGr_key_events_in_web_content_on_windows.html
test_alwaysontop_focus.xhtml Bug 1641546 - Make the new WebRTC global sharing indicator a dialog instead of a popup. r=pbz 2020-06-08 18:36:24 +00:00
test_assign_event_data.html
test_bug343416.xhtml Bug 1536556 - Replace raw thrown Cr.ERRORs with Components.Exception. r=mossop,remote-protocol-reviewers,marionette-reviewers,whimboo,necko-reviewers,geckoview-reviewers,valentin,agi 2020-05-05 17:41:36 +00:00
test_bug413277.html
test_bug428405.xhtml
test_bug429954.xhtml
test_bug444800.xhtml
test_bug466599.xhtml
test_bug478536.xhtml
test_bug485118.xhtml
test_bug517396.xhtml
test_bug522217.xhtml
test_bug538242.xhtml Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
test_bug565392.html
test_bug586713.xhtml
test_bug593307.xhtml Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
test_bug596600.xhtml Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
test_bug673301.xhtml
test_bug760802.xhtml
test_bug1123480.xhtml Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
test_chrome_context_menus_win.xhtml Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
test_clipboard.xhtml
test_composition_text_querycontent.xhtml
test_imestate.html
test_input_events_on_deactive_window.xhtml Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
test_key_event_counts.xhtml
test_keycodes.xhtml
test_keypress_event_with_alt_on_mac.html
test_mouse_event_with_control_on_mac.html Bug 1640139 - Don't dispatch contextmenu event triggered from control-left-click as right-button in Mac; r=masayuki 2020-05-26 13:11:45 +00:00
test_mouse_scroll.xhtml
test_native_key_bindings_mac.html
test_native_menus.xhtml
test_native_mouse_mac.xhtml
test_panel_mouse_coords.xhtml
test_picker_no_crash.html Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
test_platform_colors.xhtml
test_plugin_input_event.html
test_plugin_scroll_consistency.html
test_position_on_resize.xhtml Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
test_scrollbar_colors.html Bug 1641324 Remove the layout.css.scrollbar-width.enabled and layout.css.scrollbar-color.enabled prefs r=emilio 2020-06-10 13:16:34 +00:00
test_secure_input.html Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
test_sizemode_events.xhtml Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
test_standalone_native_menu.xhtml
test_system_font_changes.xhtml
test_system_status_bar.xhtml
test_taskbar_progress.xhtml
test_transferable_overflow.xhtml Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
test_wheeltransaction.xhtml
TestChromeMargin.cpp
utils.js
window_bug429954.xhtml Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
window_bug478536.xhtml
window_bug522217.xhtml Bug 1276537 part 1 - Make resizable window on macOS always show full screen button. r=spohl 2020-05-15 06:19:14 +00:00
window_bug538242.xhtml
window_bug593307_centerscreen.xhtml
window_bug593307_offscreen.xhtml
window_composition_text_querycontent.xhtml Bug 1645257 - Add mochitest for inserting/committing composition and space. r=masayuki 2020-06-12 09:30:26 +00:00
window_imestate_iframes.html
window_mouse_scroll_win.html
window_picker_no_crash_child.html
window_state_windows.xhtml
window_wheeltransaction.xhtml