fune/browser/components/customizableui/test
Kris Maglione 031076f2f3 Bug 1463291: Move docShell getter from Document to Window. r=bz
DocShells are associated with outer DOM Windows, rather than Documents, so
having the getter on the document is a bit odd to begin with. But it's also
considerably less convenient, since most of the times when we want a docShell
from JS, we're dealing most directly with a window, and have to detour through
the document to get it.

MozReview-Commit-ID: LUj1H9nG3QL

--HG--
extra : source : fcfb99baa0f0fb60a7c420a712c6ae7c72576871
extra : histedit_source : 5be9b7b29a52a4b8376ee0bdfc5c08b12e3c775a
2018-05-21 16:58:23 -07:00
..
support Bug 980904 - Disable the Character Encoding menu when document is decoded as UTF-8 without errors. r=hsivonen,emk,Gijs 2017-11-23 15:03:41 +08:00
.eslintrc.js
browser.ini Bug 1405428 - skip-if = verify on mochitests which do not pass test-verify. r=gbrown 2018-06-10 05:01:47 -04:00
browser_694291_searchbar_preference.js Bug 1387416 - Place the search bar in the customization palette for new profiles. r=Gijs 2017-09-06 13:09:27 +01:00
browser_873501_handle_specials.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_876926_customize_mode_wrapping.js Bug 1476145 part 3. Stop using getInterface(nsIDOMWindowUtils) in browser/. r=gijs 2018-07-24 19:47:41 -04:00
browser_876944_customize_mode_create_destroy.js Bug 1354117 - fix or remove tests that drag items to the panel, r=adw 2017-07-31 18:26:38 +01:00
browser_877006_missing_view.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_877178_unregisterArea.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_877447_skip_missing_ids.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_878452_drag_to_panel.js Bug 1426250 - make tests actually pass valid mouse coordinates when testing Customize Mode, r=jaws 2018-01-05 21:35:27 +00:00
browser_884402_customize_from_overflow.js Bug 1354117 - Update various other customizableui tests for photon, r=adw 2017-08-01 15:46:58 +01:00
browser_885052_customize_mode_observers_disabed.js Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
browser_885530_showInPrivateBrowsing.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_886323_buildArea_removable_nodes.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_887438_currentset_shim.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_888817_currentset_updating.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_890262_destroyWidget_after_add_to_panel.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_892955_isWidgetRemovable_for_removed_widgets.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_892956_destroyWidget_defaultPlacements.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_901207_searchbar_in_panel.js Bug 1420574 - Add CustomizableUITestUtils.prototype.{addSearchBar,removeSearchBar} to show search bar in nav bar and verify it does not overflow. r=Paolo 2018-05-09 09:48:40 +09:00
browser_909779_overflow_toolbars_new_window.js Bug 1387416 - Place the search bar in the customization palette for new profiles. r=Gijs 2017-09-06 13:09:27 +01:00
browser_913972_currentset_overflow.js Bug 1387416 - Place the search bar in the customization palette for new profiles. r=Gijs 2017-09-06 13:09:27 +01:00
browser_914138_widget_API_overflowable_toolbar.js Bug 1387416 - Place the search bar in the customization palette for new profiles. r=Gijs 2017-09-06 13:09:27 +01:00
browser_918049_skipintoolbarset_dnd.js Bug 1426250 - make tests actually pass valid mouse coordinates when testing Customize Mode, r=jaws 2018-01-05 21:35:27 +00:00
browser_923857_customize_mode_event_wrapping_during_reset.js Bug 1397447 - make downloads button autohide by default, r=mak 2017-09-08 14:16:36 +01:00
browser_927717_customize_drag_empty_toolbar.js Bug 1397447 - make downloads button autohide by default, r=mak 2017-09-08 14:16:36 +01:00
browser_934113_menubar_removable.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_934951_zoom_in_toolbar.js Bug 962248 - rewrite zoom test to be less terrible, r=dthayer 2018-05-09 09:07:37 +01:00
browser_938980_navbar_collapsed.js Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
browser_938995_indefaultstate_nonremovable.js Bug 1354117 - Update various other customizableui tests for photon, r=adw 2017-08-01 15:46:58 +01:00
browser_940013_registerToolbarNode_calls_registerArea.js Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01:00
browser_940307_panel_click_closure_handling.js Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
browser_940946_removable_from_navbar_customizemode.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_941083_invalidate_wrapper_cache_createWidget.js
browser_942581_unregisterArea_keeps_placements.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_944887_destroyWidget_should_destroy_in_palette.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_945739_showInPrivateBrowsing_customize_mode.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_947914_button_addons.js Bug 1443964: Part 3 - Remove no-cpows-in-tests rule. r=mconley 2018-03-07 19:31:28 -08:00
browser_947914_button_copy.js Bug 1419925, implement a promise-oriented version of waitForClipboard, promiseClipboardChange, change a selection of tests to use this instead. Simplify some other clipboard tests that were unreliable before the fix for 1394757. r=jmaher 2017-12-07 08:39:50 -05:00
browser_947914_button_cut.js Bug 1419925, implement a promise-oriented version of waitForClipboard, promiseClipboardChange, change a selection of tests to use this instead. Simplify some other clipboard tests that were unreliable before the fix for 1394757. r=jmaher 2017-12-07 08:39:50 -05:00
browser_947914_button_find.js Bug 1358815 - remove sync reflow from find bar initialization, r=jaws 2018-03-12 14:01:44 +00:00
browser_947914_button_history.js Bug 1442465 - Part 4.2: Stop unnecessarily awaiting on BrowserTestUtils.removeTab (simple part). r=dao 2018-03-19 11:16:45 +09:00
browser_947914_button_newPrivateWindow.js Bug 1476333 - Refer to AppConstants.BROWSER_CHROME_URL to get the browser URL from the frontend;r=Gijs 2018-07-24 08:12:50 -07:00
browser_947914_button_newWindow.js Bug 1476333 - Refer to AppConstants.BROWSER_CHROME_URL to get the browser URL from the frontend;r=Gijs 2018-07-24 08:12:50 -07:00
browser_947914_button_paste.js Bug 1444392 - Part 1 - Add test-only helpers to open and close the main menu. r=Gijs 2018-04-04 11:34:16 +01:00
browser_947914_button_print.js Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
browser_947914_button_zoomIn.js Bug 1393133 - wait for the overflow button to be visible before activating it in tests, r=jaws 2017-08-24 17:25:24 +01:00
browser_947914_button_zoomOut.js Bug 1393133 - wait for the overflow button to be visible before activating it in tests, r=jaws 2017-08-24 17:25:24 +01:00
browser_947914_button_zoomReset.js Bug 1393133 - wait for the overflow button to be visible before activating it in tests, r=jaws 2017-08-24 17:25:24 +01:00
browser_947987_removable_default.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_948985_non_removable_defaultArea.js
browser_952963_areaType_getter_no_area.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_956602_remove_special_widget.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_962069_drag_to_overflow_chevron.js 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
browser_963639_customizing_attribute_non_customizable_toolbar.js Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
browser_967000_button_charEncoding.js Bug 1442465 - Part 4.2: Stop unnecessarily awaiting on BrowserTestUtils.removeTab (simple part). r=dao 2018-03-19 11:16:45 +09:00
browser_967000_button_feeds.js Bug 1444392 - Part 1 - Add test-only helpers to open and close the main menu. r=Gijs 2018-04-04 11:34:16 +01:00
browser_968565_insert_before_hidden_items.js Bug 1426250 - make tests actually pass valid mouse coordinates when testing Customize Mode, r=jaws 2018-01-05 21:35:27 +00:00
browser_969427_recreate_destroyed_widget_after_reset.js
browser_969661_character_encoding_navbar_disabled.js Bug 1354117 - Update various other customizableui tests for photon, r=adw 2017-08-01 15:46:58 +01:00
browser_970511_undo_restore_default.js Bug 1372694 - Stop making the default theme a heavyweight theme. r=kmag,aswan 2018-04-01 13:53:31 +02:00
browser_972267_customizationchange_events.js Bug 1390313 - Item added to the overflow menu should scale down and fade out. ui-r=epang r=Gijs 2017-09-18 16:15:24 -04:00
browser_973641_button_addon.js Bug 1393133 - wait for the overflow button to be visible before activating it in tests, r=jaws 2017-08-24 17:25:24 +01:00
browser_976792_insertNodeInWindow.js Bug 1447619 - avoid reflowing when returning items to the toolbar from the overflow menu, r=florian 2018-04-20 15:09:44 +01:00
browser_978084_dragEnd_after_move.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_980155_add_overflow_toolbar.js Bug 1387416 - Place the search bar in the customization palette for new profiles. r=Gijs 2017-09-06 13:09:27 +01:00
browser_981305_separator_insertion.js Bug 1401991 - Ensure that we don't hide panelviews that are already reparented to another multi-view and ensure to hide other panels consistently. r=Gijs 2017-09-29 13:51:51 +02:00
browser_981418-widget-onbeforecreated-handler.js Backed out 3 changesets (bug 1440333) for firefox-functional-test failures on test_no_certificate.py on a CLOSED TREE 2018-02-26 16:19:18 +02:00
browser_982656_restore_defaults_builtin_widgets.js Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01:00
browser_984455_bookmarks_items_reparenting.js Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
browser_985815_propagate_setToolbarVisibility.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_987177_destroyWidget_xul.js
browser_987177_xul_wrapper_updating.js
browser_987492_window_api.js Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
browser_987640_charEncoding.js Bug 1442465 - Part 4.2: Stop unnecessarily awaiting on BrowserTestUtils.removeTab (simple part). r=dao 2018-03-19 11:16:45 +09:00
browser_989338_saved_placements_not_resaved.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
browser_989751_subviewbutton_class.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
browser_992747_toggle_noncustomizable_toolbar.js
browser_993322_widget_notoolbar.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_995164_registerArea_during_customize_mode.js Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
browser_996364_registerArea_different_properties.js
browser_996635_remove_non_widgets.js
browser_1003588_no_specials_in_panel.js 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
browser_1007336_lwthemes_in_customize_mode.js Bug 1467695: Wait for async disable operations to finish when calling addonChanged listeners. r=aswan 2018-06-08 13:02:43 -07:00
browser_1008559_anchor_undo_restore.js Bug 1351148 Part8: Revise browser_1008559_anchor_undo_restore.js to continue the test after processing the mouse event. r=smaug. 2017-07-16 12:38:13 +08:00
browser_1042100_default_placements_update.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
browser_1058573_showToolbarsDropdown.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_1087303_button_fullscreen.js Bug 1393133 - wait for the overflow button to be visible before activating it in tests, r=jaws 2017-08-24 17:25:24 +01:00
browser_1087303_button_preferences.js Backed out changeset df8215261c7e (bug 1349689) on request from rchien. r=backout 2017-08-31 16:58:32 +02:00
browser_1089591_still_customizable_after_reset.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_1096763_seen_widgets_post_reset.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
browser_1161838_inserted_new_default_buttons.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
browser_allow_dragging_removable_false.js Bug 1459913 - fix removable_false test to always execute the correct drag (layout race), rs=test-only 2018-05-10 09:44:49 +01:00
browser_backfwd_enabled_post_customize.js Bug 1442465 - Part 4.2: Stop unnecessarily awaiting on BrowserTestUtils.removeTab (simple part). r=dao 2018-03-19 11:16:45 +09:00
browser_bootstrapped_custom_toolbar.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_check_tooltips_in_navbar.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_currentset_post_reset.js Bug 1393574 - fix flexible spacers not being removable in some circumstances, r=jaws 2017-09-06 10:02:44 +01:00
browser_customization_context_menus.js Bug 1420574 - Add CustomizableUITestUtils.prototype.{addSearchBar,removeSearchBar} to show search bar in nav bar and verify it does not overflow. r=Paolo 2018-05-09 09:48:40 +09:00
browser_customizemode_contextmenu_menubuttonstate.js Bug 1354117 - update customize mode button state test, r=johannh 2017-07-31 21:10:14 +01:00
browser_customizemode_dragspace.js Bug 1349552 - Part 3 - Add a test for drag space in customize mode. r=nhnt11 2017-09-10 20:39:21 +02:00
browser_customizemode_uidensity.js Bug 1424083 - Wait for the mouseover event instead of attribute in browser_customizemode_uidensity.js r=Paolo 2017-12-09 06:08:44 +09:00
browser_drag_outside_palette.js Bug 1396423 - make it possible to drop items in what visually looks like the palette but isn't, r=mikedeboer 2017-09-29 15:40:48 +01:00
browser_editcontrols_update.js Bug 1447619 - avoid reflowing when returning items to the toolbar from the overflow menu, r=florian 2018-04-20 15:09:44 +01:00
browser_exit_background_customize_mode.js Bug 1442465 - Part 4.2: Stop unnecessarily awaiting on BrowserTestUtils.removeTab (simple part). r=dao 2018-03-19 11:16:45 +09:00
browser_insert_before_moved_node.js Bug 1399517 - CustomizableUI shouldn't try to insert items next to nodes that aren't in the right container, r=mikedeboer 2017-09-18 16:36:46 +01:00
browser_library_after_appMenu.js Bug 1444392 - Part 1 - Add test-only helpers to open and close the main menu. r=Gijs 2018-04-04 11:34:16 +01:00
browser_newtab_button_customizemode.js Bug 1426250 - make tests actually pass valid mouse coordinates when testing Customize Mode, r=jaws 2018-01-05 21:35:27 +00:00
browser_open_from_popup.js Bug 1418739 - Part 2: Remove unused delayedStartup parameter from BrowserTestUtils.waitForNewWindow. r=smaug 2017-11-21 03:41:56 +09:00
browser_overflow_use_subviews.js Bug 1414244 - Part 6 - Fold the "photonpanelmultiview" binding into "panelmultiview". r=Gijs 2017-11-21 14:21:32 +00:00
browser_panel_keyboard_navigation.js Bug 1473748 - Part 2 - Simplify how navigable elements are initialized. r=johannh 2018-07-23 11:28:23 +01:00
browser_panel_toggle.js Bug 1444392 - Part 1 - Add test-only helpers to open and close the main menu. r=Gijs 2018-04-04 11:34:16 +01:00
browser_PanelMultiView.js Bug 1428839 - Part 4 - Avoid re-entrancy in PanelMultiView navigation functions. r=Gijs 2018-02-27 15:33:33 +00:00
browser_panelUINotifications.js Bug 1444392 - Part 1 - Add test-only helpers to open and close the main menu. r=Gijs 2018-04-04 11:34:16 +01:00
browser_panelUINotifications_fullscreen.js Bug 1443360 - Fix browser_panelUINotifications_fullscreen.js intermittent failure. r=Gijs 2018-03-08 10:24:10 +01:00
browser_panelUINotifications_fullscreen_noAutoHideToolbar.js Bug 1463291: Move docShell getter from Document to Window. r=bz 2018-05-21 16:58:23 -07:00
browser_panelUINotifications_multiWindow.js Bug 1445350 - fix browser_panelUINotifications_multiWindow.js so it doesn't fail on win10, r=dthayer 2018-03-14 13:18:35 +00:00
browser_remote_tabs_button.js Bug 1184265 - Make last sync date be relative. r=markh 2018-03-20 17:08:16 -04:00
browser_remove_customized_specials.js Bug 1426250 - make tests actually pass valid mouse coordinates when testing Customize Mode, r=jaws 2018-01-05 21:35:27 +00:00
browser_sidebar_toggle.js Bug 1391280 - store last sidebar command irrespective of whether sidebar was open, r=bgrins,mixedpuppy 2017-08-23 14:06:26 +01:00
browser_switch_to_customize_mode.js Bug 1410666 - Remove unused PanelUI-popup code. r=mconley 2017-10-31 14:38:15 -04:00
browser_synced_tabs_menu.js Bug 1453528 - Fix opening of synced tabs with correct principal. r=markh 2018-04-12 18:06:13 +01:00
browser_widget_animation.js Bug 1406191 - Cleanup browser_widget_animation.js, remove event listener and close panel correctly. r=johannh 2017-10-10 15:59:14 -04:00
CustomizableUITestUtils.jsm Bug 1420574 - Add CustomizableUITestUtils.prototype.{addSearchBar,removeSearchBar} to show search bar in nav bar and verify it does not overflow. r=Paolo 2018-05-09 09:48:40 +09:00
dummy_history_item.html Bug 1385083 - history panel should actually list history, r=mikedeboer 2017-08-07 15:24:49 +01:00
head.js Bug 1476145 part 3. Stop using getInterface(nsIDOMWindowUtils) in browser/. r=gijs 2018-07-24 19:47:41 -04:00