gecko-dev/browser/base/content/test/tabs
Ryan Hunt 3675f2449b Bug 1534395 - Rename nsITabParent to nsIRemoteTab. r=nika,mconley
nsITabParent is exposed to frontend code and is generally used as a representation of a remote tab. We could just rename the interface to nsIBrowserParent and worry about it later, but I think it's better to rename the interface to nsIRemoteTab so that we can later work on splitting the interface away from the PBrowser protocol.

Note: Some frontend code refers to a TabParentId. This commit renames this to RemoteTabId. We need to figure out the purpose of TabId with fission.

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

--HG--
rename : dom/interfaces/base/nsITabParent.idl => dom/interfaces/base/nsIRemoteTab.idl
extra : rebase_source : 9d8a1790a7bb10195ad063644d1a93d63b2afb72
2019-04-09 15:59:37 -05:00
..
.eslintrc.js
browser_accessibility_indicator.js
browser_addTab_index.js Bug 1504775 - Ensure externally provided addTab index is within bounds. r=mixedpuppy 2019-04-05 17:23:07 +00:00
browser_allow_process_switches_despite_related_browser.js Bug 1530667 - Fix browser_allow_process_switches_despite_related_browser.js timeout. r=Gijs 2019-02-26 13:13:25 +00:00
browser_audioTabIcon.js Bug 1485305 - browser/ tests Ensure loadURI always passes a triggeringPrincipal() r=Mossop 2018-08-29 15:44:56 +01:00
browser_bug580956.js
browser_bug_1387976_restore_lazy_tab_browser_muted_state.js Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
browser_close_tab_by_dblclick.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
browser_contextmenu_openlink_after_tabnavigated.js Bug 1420655 - Fix intermittent timeout failure on browser_contextmenu_openlink_after_tabnavigated.js; r=dao 2019-02-26 15:42:55 +00:00
browser_isLocalAboutURI.js Bug 1472212 - Ensure that tab does not show busy or burst status whenever we navigate to about:home, about:newtab, or about:welcome in a new window. r=Gijs 2018-07-20 16:43:12 -04:00
browser_multiselect_tabs_active_tab_selected_by_default.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
browser_multiselect_tabs_bookmark.js Bug 1480529 - Changed 'Bookmark All Tabs' to 'Bookmark Tab' for single tab selections. r=Felipe 2018-10-02 16:24:43 +00:00
browser_multiselect_tabs_clear_selection_when_tab_switch.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
browser_multiselect_tabs_close_other_tabs.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
browser_multiselect_tabs_close_tabs_to_the_right.js Bug 1504274 - Close Tabs to the Right in a multiselect context should close all tabs to the right of the contextual tab that are not selected. r=dao 2018-11-08 11:00:13 +00:00
browser_multiselect_tabs_close_using_shortcuts.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
browser_multiselect_tabs_close.js Bug 1499227 - Trigger multiselect on mousedown event instead of on click event. r=jaws 2018-10-24 17:26:24 +00:00
browser_multiselect_tabs_copy_through_drag_and_drop.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
browser_multiselect_tabs_drag_to_bookmarks_toolbar.js Bug 1480907 - Implement ability to bookmark a selection of tabs through drag and drop. r=Felipe 2018-09-05 14:16:59 +00:00
browser_multiselect_tabs_duplicate.js Bug 1497980 - Add a 'Duplicate Tabs' menuitem when multiple tabs are selected. r=Felipe,dao 2018-11-09 21:51:40 +00:00
browser_multiselect_tabs_event.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
browser_multiselect_tabs_move_to_another_window_drag.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
browser_multiselect_tabs_move_to_new_window_contextmenu.js Backed out changeset 51ffa59f1488 (bug 1521923) for WR failures on outline-013.html . CLOSED TREE 2019-03-01 06:25:27 +02:00
browser_multiselect_tabs_move.js Bug 1500218 - Set 'Move to Start' and 'Move to End' disabled state according to contextTab and contextTab position r=dao,jaws 2018-11-21 11:30:33 +00:00
browser_multiselect_tabs_mute_unmute.js Bug 1469935 - Ctrl+M should mute/unmute all selected tabs in a multiselect context. r=Felipe 2018-09-26 20:46:09 +00:00
browser_multiselect_tabs_open_related.js Bug 1504277 - Open new tabs at the end of a multiselection of tabs if the New Tab button is ctrl-clicked. r=dao 2018-11-18 22:26:52 +00:00
browser_multiselect_tabs_pin_unpin.js Bug 1495975 - Maintain visual order when unpinning multiple tabs. r=Felipe 2018-10-03 20:05:01 +00:00
browser_multiselect_tabs_positional_attrs.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
browser_multiselect_tabs_reload.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_multiselect_tabs_reopen_in_container.js Bug 1521346 - Preserve lazyness when moving tabs into a new window. r=jaws 2019-01-31 00:33:39 +00:00
browser_multiselect_tabs_reorder.js Bug 1482472 - Add animation when grouping tabs on drag start for multi-selected tabs. r=jaws 2018-10-02 19:15:11 +00:00
browser_multiselect_tabs_using_Ctrl.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
browser_multiselect_tabs_using_keyboard.js Bug 1536069 - Remove DevTools button in browser_multiselect_tabs_using_keyboard.js to prevent branch-specific focus in toolbar r=Gijs 2019-03-18 14:36:13 +00:00
browser_multiselect_tabs_using_selectedTabs.js Bug 1499096 - Update tests using ok() to is(), with minor fixes;r=Standard8 2018-10-23 07:21:18 +00:00
browser_multiselect_tabs_using_Shift_and_Ctrl.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
browser_multiselect_tabs_using_Shift.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
browser_navigatePinnedTab.js
browser_new_file_whitelisted_http_tab.js
browser_new_tab_in_privileged_process_pref.js Bug 1534395 - Rename nsITabParent to nsIRemoteTab. r=nika,mconley 2019-04-09 15:59:37 -05:00
browser_new_tab_insert_position.js Bug 1521549 - Move (de)serializePrincipal from sessionstore Utils to E10SUtils. r=Gijs 2019-02-19 02:34:09 +00:00
browser_new_web_tab_in_file_process_pref.js Bug 1530893 - Fix browser_new_web_tab_in_file_process_pref.js timeout. r=Gijs 2019-03-01 00:17:53 +00:00
browser_newwindow_tabstrip_overflow.js Bug 1525511: Part 5 - Get rid of most LWTManager gunk in tests. r=aswan 2019-02-05 21:25:21 -08:00
browser_open_newtab_start_observer_notification.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_opened_file_tab_navigated_to_web.js Bug 1485305 - browser/ tests Ensure loadURI always passes a triggeringPrincipal() r=Mossop 2018-08-29 15:44:56 +01:00
browser_overflowScroll.js Bug 1454360 - Use "arrowscrollbox" in the "popup-scrollbars" binding. r=NeilDeakin 2019-01-04 15:07:12 +00:00
browser_paste_event_at_middle_click_on_link.js Bug 1521396 - Make ClickHandlerChild prevent multiple action of middle click on link element for preventing middle click paste r=smaug 2019-01-22 07:28:55 +00:00
browser_pinnedTabs_clickOpen.js Bug 1544834 - Replace deprecated generics in test code r=evilpie 2019-04-17 19:03:19 +00:00
browser_pinnedTabs_closeByKeyboard.js Backed out 2 changesets (bug 1362034) for failure at browser/tools/mozscreenshots/primaryUI/browser_primaryUI.js on a CLOSED TREE 2018-08-08 22:11:56 +03:00
browser_pinnedTabs.js Bug 1544834 - Replace deprecated generics in test code r=evilpie 2019-04-17 19:03:19 +00:00
browser_positional_attributes.js Backed out 2 changesets (bug 1362034) for failure at browser/tools/mozscreenshots/primaryUI/browser_primaryUI.js on a CLOSED TREE 2018-08-08 22:11:56 +03:00
browser_preloadedBrowser_zoom.js Bug 1353013 - move new tab preload browser tracking into a separate module, r=dthayer 2019-03-19 17:29:14 +00:00
browser_reload_deleted_file.js
browser_tab_label_during_reload.js Bug 1394188 - Make tab labels not change during reload. r=bzbarsky,florian 2018-12-17 12:33:29 +00:00
browser_tabCloseProbes.js Bug 1468761 - Migrate external Telemetry tests to handle packed histograms r=chutten 2018-11-01 13:46:59 +00:00
browser_tabContextMenu_keyboard.js Bug 1200038: Don't use the system group for XUL tabbox keydown handlers. r=dao 2018-09-04 09:34:23 +00:00
browser_tabReorder_overflow.js Bug 1458066 - Implement ability to move a selection of tabs within the same window through drag and drop. r=jaws 2018-07-23 19:01:17 +00:00
browser_tabReorder.js Bug 1458066 - Implement ability to move a selection of tabs within the same window through drag and drop. r=jaws 2018-07-23 19:01:17 +00:00
browser_tabSpinnerProbe.js Bug 1534395 - Rename nsITabParent to nsIRemoteTab. r=nika,mconley 2019-04-09 15:59:37 -05:00
browser_tabSuccessors.js Bug 1419947 - Extend tabbrowser to track and use tab successors; r=dao 2018-10-19 01:08:06 +00:00
browser_tabswitch_updatecommands.js
browser_tabSwitchPrintPreview.js
browser_viewsource_of_data_URI_in_file_process.js Bug 1485305 - browser/ tests Ensure loadURI always passes a triggeringPrincipal() r=Mossop 2018-08-29 15:44:56 +01:00
browser_visibleTabs_bookmarkAllTabs.js Bug 1480529 - Changed 'Bookmark All Tabs' to 'Bookmark Tab' for single tab selections. r=Felipe 2018-10-02 16:24:43 +00:00
browser_visibleTabs_contextMenu.js Bug 1480532 - Remove 'Reload All Tabs' from tab context menu. r=Felipe 2018-10-12 21:16:44 +00:00
browser.ini Bug 1504775 - Ensure externally provided addTab index is within bounds. r=mixedpuppy 2019-04-05 17:23:07 +00:00
dummy_page.html
file_anchor_elements.html Bug 1521396 - Make ClickHandlerChild prevent multiple action of middle click on link element for preventing middle click paste r=smaug 2019-01-22 07:28:55 +00:00
file_mediaPlayback.html
file_new_tab_page.html
head.js Bug 1500098 - Reopen multi-selected tabs in container. r=Gijs 2018-11-12 18:43:48 +00:00
test_bug1358314.html