gecko-dev/browser/components/customizableui/test
James Teh 6cf69b31f4 Bug 1546633: PanelMultiView: Send mousedown event when activating a button via the keyboard. r=Gijs
Previously, we sent a command event and a click event.
Normally, the command event executes the action, then the click event closes the menu.
However, in some cases (e.g. the Library button), there is no command event handler and the mousedown event executes the action instead.

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

--HG--
extra : moz-landing-system : lando
2019-05-02 10:35:57 +00:00
..
support
.eslintrc.js
browser.ini Bug 1546459 - remove subsuite=clipboard from manifests. r=ahal 2019-05-01 08:16:44 +00:00
browser_694291_searchbar_preference.js
browser_873501_handle_specials.js
browser_876926_customize_mode_wrapping.js
browser_876944_customize_mode_create_destroy.js
browser_877006_missing_view.js
browser_877178_unregisterArea.js
browser_877447_skip_missing_ids.js
browser_878452_drag_to_panel.js
browser_884402_customize_from_overflow.js Bug 1530777 - Replace waitForCondition with TestUtils.waitForCondition. r=johannh 2019-02-28 11:41:59 +00:00
browser_885052_customize_mode_observers_disabed.js Bug 1530778 - Replace waitForCondition in browser_88502_customize_mode_observers_disabed.js with TestUtils.waitForCondition. r=johannh 2019-03-04 12:40:31 +00:00
browser_885530_showInPrivateBrowsing.js
browser_886323_buildArea_removable_nodes.js
browser_890262_destroyWidget_after_add_to_panel.js
browser_892955_isWidgetRemovable_for_removed_widgets.js
browser_892956_destroyWidget_defaultPlacements.js
browser_901207_searchbar_in_panel.js
browser_909779_overflow_toolbars_new_window.js Bug 1530783 - Replace waitForCondition with TestUtils.waitForCondition. r=johannh 2019-02-28 10:41:49 +00:00
browser_913972_currentset_overflow.js
browser_914138_widget_API_overflowable_toolbar.js Bug 1462911 - allow for new overflown items to be the first item in the overflow list, r=jaws 2019-03-26 19:14:27 +00:00
browser_918049_skipintoolbarset_dnd.js
browser_923857_customize_mode_event_wrapping_during_reset.js
browser_927717_customize_drag_empty_toolbar.js
browser_934113_menubar_removable.js
browser_934951_zoom_in_toolbar.js
browser_938980_navbar_collapsed.js
browser_938995_indefaultstate_nonremovable.js
browser_940013_registerToolbarNode_calls_registerArea.js Bug 1546482 - clean up added toolbars properly so editcontrols test passes, r=jaws 2019-04-24 14:51:09 +00:00
browser_940307_panel_click_closure_handling.js Bug 1530799 - Replaced waitForCondition function with TestUtils.waitForCondition r=johannh 2019-03-06 09:43:44 +00:00
browser_940946_removable_from_navbar_customizemode.js
browser_941083_invalidate_wrapper_cache_createWidget.js
browser_942581_unregisterArea_keeps_placements.js
browser_944887_destroyWidget_should_destroy_in_palette.js
browser_945739_showInPrivateBrowsing_customize_mode.js
browser_947914_button_addons.js Bug 1530801 - Replace waitForCondition in browser_947914_button_addons.js withTestUtils.waitForCondition r=johannh 2019-03-04 21:36:02 +00:00
browser_947914_button_copy.js Bug 1522438 - Port Customizable UI tests to QuantumBar. r=mak 2019-02-26 23:28:34 +00:00
browser_947914_button_cut.js Bug 1522438 - Port Customizable UI tests to QuantumBar. r=mak 2019-02-26 23:28:34 +00:00
browser_947914_button_find.js Bug 1523763 - Move tab context menu strings to FTL file loaded on-demand. r=Gijs,flod 2019-03-29 14:55:12 +00:00
browser_947914_button_history.js Bug 1523763 - Move tab context menu strings to FTL file loaded on-demand. r=Gijs,flod 2019-03-29 14:55:12 +00:00
browser_947914_button_newPrivateWindow.js
browser_947914_button_newWindow.js
browser_947914_button_paste.js
browser_947914_button_print.js
browser_947914_button_zoomIn.js
browser_947914_button_zoomOut.js
browser_947914_button_zoomReset.js
browser_947987_removable_default.js
browser_948985_non_removable_defaultArea.js
browser_952963_areaType_getter_no_area.js
browser_956602_remove_special_widget.js
browser_962069_drag_to_overflow_chevron.js
browser_963639_customizing_attribute_non_customizable_toolbar.js
browser_967000_button_charEncoding.js
browser_968565_insert_before_hidden_items.js
browser_969427_recreate_destroyed_widget_after_reset.js
browser_969661_character_encoding_navbar_disabled.js
browser_970511_undo_restore_default.js Bug 1525762: Part 2a - Migrate built-in LWTs to static WebExtension themes. r=aswan 2019-02-08 14:18:52 -08:00
browser_972267_customizationchange_events.js
browser_973641_button_addon.js
browser_976792_insertNodeInWindow.js
browser_978084_dragEnd_after_move.js Bug 1546482 - clean up added toolbars properly so editcontrols test passes, r=jaws 2019-04-24 14:51:09 +00:00
browser_980155_add_overflow_toolbar.js
browser_981305_separator_insertion.js
browser_981418-widget-onbeforecreated-handler.js
browser_982656_restore_defaults_builtin_widgets.js
browser_984455_bookmarks_items_reparenting.js
browser_985815_propagate_setToolbarVisibility.js
browser_987177_destroyWidget_xul.js
browser_987177_xul_wrapper_updating.js
browser_987492_window_api.js
browser_987640_charEncoding.js
browser_989338_saved_placements_not_resaved.js Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
browser_989751_subviewbutton_class.js
browser_992747_toggle_noncustomizable_toolbar.js
browser_993322_widget_notoolbar.js
browser_995164_registerArea_during_customize_mode.js
browser_996364_registerArea_different_properties.js
browser_996635_remove_non_widgets.js
browser_1003588_no_specials_in_panel.js
browser_1007336_lwthemes_in_customize_mode.js Bug 1538983 Convert button xbl binding to a custom element r=bgrins 2019-04-15 14:27:32 -07:00
browser_1008559_anchor_undo_restore.js
browser_1042100_default_placements_update.js Bug 1524665 - Add FxA avatar toolbar menu, r=gijs,eoger 2019-02-23 17:56:19 +00:00
browser_1058573_showToolbarsDropdown.js
browser_1087303_button_fullscreen.js
browser_1087303_button_preferences.js Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
browser_1089591_still_customizable_after_reset.js
browser_1096763_seen_widgets_post_reset.js Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
browser_1161838_inserted_new_default_buttons.js Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
browser_1484275_PanelMultiView_toggle_with_other_popup.js
browser_allow_dragging_removable_false.js
browser_backfwd_enabled_post_customize.js
browser_bootstrapped_custom_toolbar.js
browser_check_tooltips_in_navbar.js
browser_currentset_post_reset.js Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
browser_customization_context_menus.js
browser_customizemode_contextmenu_menubuttonstate.js
browser_customizemode_dragspace.js
browser_customizemode_uidensity.js
browser_drag_outside_palette.js
browser_editcontrols_update.js Bug 1522438 - Port Customizable UI tests to QuantumBar. r=mak 2019-02-26 23:28:34 +00:00
browser_exit_background_customize_mode.js
browser_insert_before_moved_node.js Bug 1522438 - Port Customizable UI tests to QuantumBar. r=mak 2019-02-26 23:28:34 +00:00
browser_library_after_appMenu.js
browser_lwt_telemetry.js Merge inbound to mozilla-central. a=merge 2019-04-04 07:34:14 +03:00
browser_newtab_button_customizemode.js Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
browser_open_from_popup.js
browser_open_in_lazy_tab.js Bug 1504567 - Don't prematurely insert lazy tabs in customize mode. r=dao 2019-04-02 12:58:40 +00:00
browser_overflow_use_subviews.js
browser_panel_keyboard_navigation.js Bug 1454865: PanelMultiView: When entering a subview using the keyboard, focus the first button after the Back button in the subview. r=Gijs 2019-04-15 01:38:15 +00:00
browser_panel_toggle.js
browser_PanelMultiView.js Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
browser_PanelMultiView_focus.js Bug 1454865: PanelMultiView: When entering a subview using the keyboard, focus the first button after the Back button in the subview. r=Gijs 2019-04-15 01:38:15 +00:00
browser_PanelMultiView_keyboard.js Bug 1546633: PanelMultiView: Send mousedown event when activating a button via the keyboard. r=Gijs 2019-05-02 10:35:57 +00:00
browser_panelUINotifications.js Bug 1487065 - Implement popup-notification as a Custom Element r=MattN 2019-02-07 22:16:26 +00:00
browser_panelUINotifications_fullscreen.js Bug 1487065 - Implement popup-notification as a Custom Element r=MattN 2019-02-07 22:16:26 +00:00
browser_panelUINotifications_fullscreen_noAutoHideToolbar.js Bug 1487065 - Implement popup-notification as a Custom Element r=MattN 2019-02-07 22:16:26 +00:00
browser_panelUINotifications_multiWindow.js Bug 1487065 - Implement popup-notification as a Custom Element r=MattN 2019-02-07 22:16:26 +00:00
browser_reload_tab.js Bug 1540530 - Don't tear down Customize Mode when reloading about:blank. r=dao 2019-04-09 17:54:01 +00:00
browser_remote_tabs_button.js Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
browser_remove_customized_specials.js
browser_reset_builtin_widget_currentArea.js Bug 1543129 - fix buttons disappearing in customize mode after using 'restore defaults', r=jaws 2019-04-29 13:36:04 +00:00
browser_sidebar_toggle.js
browser_switch_to_customize_mode.js
browser_synced_tabs_menu.js Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
browser_tabbar_big_widgets.js
browser_widget_animation.js
CustomizableUITestUtils.jsm Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
dummy_history_item.html
head.js Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00