gecko/browser/base/content/test
Ehsan Akhgari d8c25f9e30 Bug 816527 - Disable switch to tab for private windows in per-window private browsing builds; r=gavin
This patch makes sure that when you have a tab open in a private window,
we would never switch to it from either a private or non-private window.
Also, this disabled switching to tabs inside private windows.

This patch uses the autocompletesearchparam attribute to convey whether
the autocomplete search is coming from a private window, to disable
finding open pages in nsPlacesAutoComplete.  It also changes the
behavior of switchToTabHavingURI to make sure that switch to tab
actually fails if somehow attempted (this is used in the test.)  It also
prevents pages opened in a private window to be registered with
nsPlacesAutoComplete as open pages, in order to make sure that those
pages do not appear as switch to tab entries in the autocomplete list
for other windows.

The test for this patch is based on browser_bug555767.js, and tests all
of the four possible interactions here.
2012-11-30 02:40:47 -05:00
..
newtab Bug 791447 - Move about:newTab data to preferences. r=gavin 2012-12-03 20:19:17 +01:00
alltabslistener.html
app_bug575561.html Bug 608791 - onBeforeLinkTraversal should compare host strings instead of top level domains. r=gavin, a=blocking 2010-11-29 13:22:25 -08:00
app_subframe_bug575561.html Bug 575561 - External links from within app tabs should always open in new tabs instead of replacing the app tab's page (Tests). r=gavin, a=blocking-beta7 2010-10-28 15:00:50 -07:00
audio.ogg Bug 557278 - OGG audio handled as OGV video. r=dolske, a=desktop-only 2012-04-20 22:33:42 -04:00
authenticate.sjs Bug 627616 - Test for interaction of anonymous loads and proxy authentication. 2012-02-15 11:29:46 -05:00
blockNoPlugins.xml bug 816059 - properly reset blocklist in browser-chrome tests r=jaws 2012-11-29 12:18:53 -08:00
blockPluginVulnerableNoUpdate.xml bug 812562 - click-to-play: reshow notification for blocklisted plugins r=jaws 2012-11-20 16:58:22 -08:00
blockPluginVulnerableUpdatable.xml bug 812562 - click-to-play: reshow notification for blocklisted plugins r=jaws 2012-11-20 16:58:22 -08:00
browser_aboutHome.js Bug 805325 - Use the actual search engine name for logo's alt text on about:home, instead of the string "undefined". r=mak 2012-10-25 07:18:07 -07:00
browser_aboutSyncProgress.js Bug 727682 - Remove superfluous Services.jsm import; r=gps 2012-02-23 12:38:34 -08:00
browser_addon_bar_aomlistener.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_addon_bar_close_button.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_addon_bar_shortcut.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_addon_bar.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_alltabslistener.js Bug 768568, r=kaie 2012-07-31 20:59:17 +02:00
browser_allTabsPanel.js Bug 669265 - Shift+Ctrl+Tab should open the classic all-tabs menu with browser.ctrlTab.previews=true and browser.allTabs.previews=false. r=gavin 2011-07-08 08:46:50 +02:00
browser_bug304198.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_bug321000.js Bug 812372: Rename DocumentViewerImpl to nsDocumentViewer for consistency. [r=ehsan] 2012-11-28 18:26:39 -06:00
browser_bug329212.js Bug 738233 - Fix misplaced brackets in browser_bug329212.js. r=dao 2012-03-22 13:06:20 +00:00
browser_bug356571.js
browser_bug380960.js Bug 691925 - Replaced content.focus() with gBrowser.selectedBrowser.focus() and/or window.focus(). r=dao 2012-09-19 12:59:26 +02:00
browser_bug386835.js Bug 575830 - Image zoom is reset when switching tabs [r=gavin] 2012-01-18 16:01:19 -08:00
browser_bug405137.js
browser_bug406216.js Fix line endings in these tests, no bug 2012-10-09 14:44:49 +02:00
browser_bug409481.js Bug 627065, copy commands on context menu don't work on sidebar pages, r=dao,a=blocking 2011-02-08 10:02:20 -05:00
browser_bug409624.js Bug 409624 - Sanitizer should clear findBar data. r=adw 2012-10-22 12:42:53 +01:00
browser_bug413915.js Bug 774585: Rename getCodebasePrincipal to getSimpleCodebasePrincipal since the behavior has semantically changed. r=mounir 2012-07-21 00:29:40 -07:00
browser_bug416661.js No bug - fix some browser chrome tests that pollute the global scope 2012-01-20 16:21:46 +01:00
browser_bug417483.js
browser_bug419612.js
browser_bug422590.js Bug 760083 - Clean up and consolidate toolbar customization tests. r=ttaubert 2012-06-06 13:01:19 +02:00
browser_bug423833.js Bug 606678 - use openLinkIn in nsContextMenu ("Open Link in New Tab" shouldn't add tabs to popups). r=gavin a=b 2010-12-25 00:11:45 +01:00
browser_bug424101.js
browser_bug427559.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_bug432599.js Bug 633638 - Need a way to cancel PlacesUtils::asyncGetBookmarkIds requests. 2011-02-15 12:39:21 +01:00
browser_bug435035.js
browser_bug435325.js Bug 87717 - Allow offline mode to connect to loopback r=mcmanus sr=cbiesinger 2012-09-17 18:45:10 -05:00
browser_bug441778.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_bug455852.js Bug 691925 - Replaced content.focus() with gBrowser.selectedBrowser.focus() and/or window.focus(). r=dao 2012-09-19 12:59:26 +02:00
browser_bug460146.js Bug 460146 - CSS3 border-image images should appear in Page Info -> Media; r=db48x 2012-02-05 19:07:18 +00:00
browser_bug462289.js Bug 691925 - Replaced content.focus() with gBrowser.selectedBrowser.focus() and/or window.focus(). r=dao 2012-09-19 12:59:26 +02:00
browser_bug462673.js Bug 768442 - It's impossible to add a sidebar inside a tab. r=dao 2012-08-30 12:23:26 +02:00
browser_bug477014.js Bug 758212 - Allow swapping of docShells from standalone and tabbrowser <browser> elements; r=neil 2012-07-07 11:55:11 +02:00
browser_bug479408_sample.html
browser_bug479408.js
browser_bug481560.js Bug 658738 - remove event listeners in browser chrome tests 2011-06-07 16:45:26 +02:00
browser_bug484315.js
browser_bug491431.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_bug495058.js Bug 760083 - Clean up and consolidate toolbar customization tests. r=ttaubert 2012-06-06 13:01:19 +02:00
browser_bug517902.js Bug 695399 - Remove synchronous calls to nsICacheSession::openCacheEntry in pageInfo.js. r=gavin 2012-09-13 18:22:35 +02:00
browser_bug519216.js Bug 670851 - browser_bug519216.js, browser_popupNotification.js and browser_library_middleclick.js cause exception in tabbrowser.xml. r=gavin 2011-07-13 02:46:50 +02:00
browser_bug520538.js Bug 691925 - Replaced content.focus() with gBrowser.selectedBrowser.focus() and/or window.focus(). r=dao 2012-09-19 12:59:26 +02:00
browser_bug521216.js Backed out changeset 9c6782197172 (bug 783025) because of test failures 2012-09-08 16:56:04 -04:00
browser_bug533232.js Bug 533232 - closing tab to the right of its parent should select the parent, not the next tab on the right. r=mano a=dietrich 2010-09-06 11:39:59 +02:00
browser_bug537474.js
browser_bug550565.js Bug 658738 - remove event listeners in browser chrome tests 2011-06-07 16:45:26 +02:00
browser_bug553455.js Bug 736358 - Remove "Open Add-Ons Manager" button for restartless addons. r=bmcbride 2012-10-08 09:33:19 +01:00
browser_bug555224.js Bug 783025 - Replace String.indexOf(...) != -1 with String.contains(...). r=dao 2012-09-08 22:58:23 +02:00
browser_bug555767.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_bug556061.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_bug559991.js Bug 559992. Implement a caching mechanism for the contentprefs service and use it to retrieve page-specific zoom values, avoiding zoom flicker with back/forward navigation. r=gavin sr=vlad a=blocking-betaN 2010-12-28 12:45:04 -08:00
browser_bug561623.js
browser_bug561636.js Follow-up from bug 623870. 2011-02-04 00:08:16 +01:00
browser_bug562649.js Bug 658738 - remove event listeners in browser chrome tests 2011-06-07 16:45:26 +02:00
browser_bug563588.js
browser_bug565575.js Bug 565575 - Retain location bar focus when switching tabs. r=mano a=b 2010-11-09 10:25:07 +01:00
browser_bug565667.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_bug567306.js Bug 409624 - Sanitizer should clear findBar data. r=adw 2012-10-22 12:42:53 +01:00
browser_bug575561.js Bug 746834: Fix the test for Bug 575561 to not use DOM objects after navigating the Window. r=dao a=test-only 2012-04-20 08:57:02 +10:00
browser_bug575830.js Bug 575830 - Image zoom is reset when switching tabs [r=gavin] 2012-01-18 16:01:19 -08:00
browser_bug577121.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_bug578534.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_bug579872.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_bug580638.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_bug580956.js Bug 593645 - Use popup.triggerNode for tab context menu - tests. r=dao 2012-01-18 03:55:23 -08:00
browser_bug581242.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_bug581253.js bug 620789 - Dump state of PlacesStarButton to try figure out intermittent failure in browser_bug581253.js 2011-02-15 12:39:32 +01:00
browser_bug581947.js Bug 606491 (2/2) - Update tests. r=smaug a=jst 2011-01-20 12:06:34 +01:00
browser_bug585785.js Bug 658738 - remove event listeners in browser chrome tests 2011-06-07 16:45:26 +02:00
browser_bug585830.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_bug590206.js Bug 590206: Make the site identity UI display something sensible for about: and chrome: uris. r=gavin, a=blocks-final 2010-11-24 12:29:56 -08:00
browser_bug592338.js No bug - fix some browser chrome tests that pollute the global scope 2012-01-20 16:21:46 +01:00
browser_bug594131.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_bug595507.js Bug 595507 - Show a validation message when an invalid form is submitted inside an iframe. r=gavin.sharp a=blocking 2010-09-20 22:27:47 +02:00
browser_bug596687.js Bug 658738 - remove event listeners in browser chrome tests 2011-06-07 16:45:26 +02:00
browser_bug597218.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_bug598923.js Bug 618277 - Make add-on bar spring removable. r=dietrich 2010-12-11 19:41:53 +01:00
browser_bug599325.js Bug 760083 - Clean up and consolidate toolbar customization tests. r=ttaubert 2012-06-06 13:01:19 +02:00
browser_bug609700.js Bug 658738 - remove event listeners in browser chrome tests 2011-06-07 16:45:26 +02:00
browser_bug616836.js test for bug 616836 2010-12-08 11:16:09 +01:00
browser_bug623155.js No bug - fix some browser chrome tests that pollute the global scope 2012-01-20 16:21:46 +01:00
browser_bug623893.js fix bad interaction with browser_tab_dragdrop.js 2011-01-11 09:34:57 +01:00
browser_bug624734.js Bug 624734 - Star UI has no tooltip until bookmarked page is visited, r=mak, a=blocking 2011-01-13 16:28:20 +13:00
browser_bug647886.js Bug 610203: Add tests for handleURLBarCommand, r=gavin 2011-10-06 09:52:10 -07:00
browser_bug655584.js Bug 655584 - Close popup when switching to tab that previously had urlbar focused. r=gavin 2011-05-25 10:44:28 +02:00
browser_bug664672.js Bug 664672 - When a tab has been removed, cut off its link to the browser. r=gavin 2011-06-18 13:03:41 +02:00
browser_bug676619.js Bug 676619 - Tests for a[download]. r=smaug 2012-12-02 21:56:00 +01:00
browser_bug710878.js Bug 710878 - Bookmark label can omit part of the text in the link; r=dietrich 2011-12-15 19:42:12 +01:00
browser_bug719271.js Bug 719271 - Site-specific zoom level shouldn't apply to media documents [r=gavin] 2012-01-20 11:43:24 -08:00
browser_bug724239.js Bug 753448 - Part 3 - Adapt tests for the new tab page; r=jaws 2012-08-13 09:34:10 -07:00
browser_bug734076.js Bug 734076: make use of the new openUILink form to simplify context menu callers, r=dao 2012-04-18 15:44:02 -07:00
browser_bug735471.js Bug 735471 - Add a pref to switch between window'd preferences and in-content preferences. r=jaws,bmcbride 2012-05-08 19:31:51 -07:00
browser_bug743421.js Bug 764421 - poll with setInterval instead of using setTimeout in browser_bug743421.js; r=jaws 2012-06-14 16:52:49 -07:00
browser_bug749738.js Bug 749738 - Use weak references to avoid accessing dead objects in findbar [r=mak] 2012-05-05 08:09:50 -07:00
browser_bug763468_perwindowpb.js Bug 806704 - Port browser_bug763468.js to the new per-window PB APIs; r=ehsan 2012-11-23 03:01:32 -06:00
browser_bug763468.js Bug 753448 - Part 3 - Adapt tests for the new tab page; r=jaws 2012-08-13 09:34:10 -07:00
browser_bug767836_perwindowpb.js Bug 806705 - Port browser_bug767836.js to the new per-window PB APIs; r=ehsan 2012-11-28 21:06:22 -06:00
browser_bug767836.js Bug 753448 - Part 3 - Adapt tests for the new tab page; r=jaws 2012-08-13 09:34:10 -07:00
browser_bug783614.js Bug 783614 - Cutting a sub string from the location bar value can unexpectedly modify the value further. r=Unfocused 2012-08-21 09:56:59 +02:00
browser_bug797677.js Bug 800018 - Part 4 - Fix plugin fallback tests for new events. r=josh 2012-11-19 11:38:04 -08:00
browser_bug812562.js bug 816059 - properly reset blocklist in browser-chrome tests r=jaws 2012-11-29 12:18:53 -08:00
browser_bug816527.js Bug 816527 - Disable switch to tab for private windows in per-window private browsing builds; r=gavin 2012-11-30 02:40:47 -05:00
browser_canonizeURL.js Bug 673528 - Only add www and a domain suffix when the typed domain contains no dot, colon or space. r=gavin, ui-r=faaborg 2011-08-19 11:17:39 +02:00
browser_clearplugindata_noage.html Bug 625496 - Clear Adobe Flash Cookies (LSOs) when Cookies is selected in Clear Recent History. r=ehsan, a=final+ 2011-02-08 14:16:09 -08:00
browser_clearplugindata.html Bug 625496 - Clear Adobe Flash Cookies (LSOs) when Cookies is selected in Clear Recent History. r=ehsan, a=final+ 2011-02-08 14:16:09 -08:00
browser_clearplugindata.js No bug - fix some browser chrome tests that pollute the global scope 2012-01-24 23:08:42 +01:00
browser_contentAreaClick.js Bug 607280 - Remove the call to getShortcutOrURI in the contentAreaClick function. r=gavin 2012-11-04 19:18:37 +05:30
browser_contextSearchTabPosition.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_ctrlTab.js Bug 707677 - Use defaultPrevented instead of the deprecated getPreventDefault() in front-end code. r=dao 2011-12-08 10:21:32 +01:00
browser_customize_popupNotification.js Bug 658738 - remove event listeners in browser chrome tests 2011-06-07 16:45:26 +02:00
browser_customize.js Bug 760083 - Clean up and consolidate toolbar customization tests. r=ttaubert 2012-06-06 13:01:19 +02:00
browser_disablechrome.js Bug 735557 - Add about:preferences to the inContentWhitelist. r=bmcbride 2012-05-08 19:11:43 -07:00
browser_discovery.js Bug 612609 - browser_discovery.js is permaorange on Places branch. 2010-11-17 10:25:13 -08:00
browser_drag.js Bug 587901 - Make the identity box draggable. r+a=dolske 2010-09-08 17:10:46 +02:00
browser_duplicateIDs.js Bug 589163 - Add test to prevent duplicate ids. r=gavin 2010-08-21 07:15:14 +02:00
browser_findbarClose.js Back out bug 628179 (make navigation and tab switching always close the Find bar) to reduce risk. r=dao a=backout 2011-02-28 11:56:56 -08:00
browser_gestureSupport.js Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug 2012-08-04 09:44:00 +02:00
browser_getshortcutoruri.js Bug 658220: invoking bookmarklets by keyword should allow inheriting the current page's principal, r=dao 2011-05-31 17:33:46 -04:00
browser_hide_removing.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_homeDrop.js Bug 783025 - Replace String.indexOf(...) != -1 with String.contains(...). r=dao 2012-09-08 22:58:23 +02:00
browser_identity_UI.js Bug 748385 - Remove browser.identity.ssl_domain_display. r=mano 2012-05-04 20:37:20 +02:00
browser_keywordBookmarklets.js Bug 658220: invoking bookmarklets by keyword should allow inheriting the current page's principal, r=dao 2011-05-31 17:33:46 -04:00
browser_keywordSearch.js Bug 724116 - Add additional URL types to implement channel parameter for Google search plugin. r=gavin 2011-03-18 14:56:46 -07:00
browser_lastAccessedTab.js Bug 739866 - Store last accessed timestamp for tabbrowser tabs [r=zpao] 2012-04-16 23:17:54 -07:00
browser_locationBarCommand.js Bug 730840 - Use getBrowserURL() in Firefox tests to ease porting them. r=dao 2012-04-27 09:44:53 +08:00
browser_locationBarExternalLoad.js Bug 672813: clicking the Go button needs to focus the content area, r=dao 2011-07-20 16:21:55 -04:00
browser_maconly_carbon_mismatch_plugin.js Bug 628651 - [OSX] show notification bar offering to restart in 32-bit mode when content tries to use a 32-bit plugin using carbon based NPAPI a=hardblocker r=gavin, mossop 2011-02-04 11:59:14 -08:00
browser_middleMouse_inherit.js Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc 2012-04-16 22:14:01 -04:00
browser_minimize.js Bug 802718 - Ensure internal widget state is restored after browser_minimize.js, to work around Unity bug on Ubuntu. r=gavin DONTBUILD 2012-10-18 12:23:30 +01:00
browser_overflowScroll.js Bug 719320 part.11 Fix new test failures r=smaug 2012-08-12 10:42:36 +09:00
browser_page_style_menu.js Bug 733339 - part 1: remove unneeded legacy style sheet switching functions and bind remaining ones to gPageStyleMenu. r=dolske 2012-03-11 05:23:51 +01:00
browser_pageInfo.js Bug 735139. (Av1a) Improve browser_pageInfo.js a little. r=dao. 2012-03-13 17:57:14 +01:00
browser_pinnedTabs.js Bug 595304 - Rename "TabPin" to "TabPinned" and "TabUnpin" to "TabUnpinned"; r=dao a=gavin 2010-09-11 12:11:25 +02:00
browser_plainTextLinks.js Bug 591953 - Show the "Open Link" context menu item for URLs with hyphens. r=gavin 2011-06-21 11:59:29 +02:00
browser_pluginnotification.js bug 816059 - properly reset blocklist in browser-chrome tests r=jaws 2012-11-29 12:18:53 -08:00
browser_pluginplaypreview.js Bug 800018 - Part 2 - Move plugin fallback event handling entirely to the front end. r=jaws 2012-11-19 11:38:04 -08:00
browser_popupNotification.js Bug 783025 - Replace String.indexOf(...) != -1 with String.contains(...). r=dao 2012-09-08 22:58:23 +02:00
browser_popupUI.js Bug 623872 - Cmd + L is not focusing location bar in popup windows; r=dao 2011-10-28 15:05:07 +01:00
browser_private_browsing_window.js Bug 798508 - Part 2: Add a browser-level API for opening new Private Browsing windows; r=jdm 2012-10-07 15:39:42 -04:00
browser_relatedTabs.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_sanitize-download-history.js Bug 780533 - Add GUIDs to download manager entries, and a faux-async retrieval by GUID. r=paolo 2012-08-05 23:20:19 -04:00
browser_sanitize-passwordDisabledHosts.js No bug - fix some browser chrome tests that pollute the global scope 2012-01-24 23:08:42 +01:00
browser_sanitize-sitepermissions.js No bug - fix some browser chrome tests that pollute the global scope 2012-01-24 23:08:42 +01:00
browser_sanitize-timespans.js Bug 780533 - Add GUIDs to download manager entries, and a faux-async retrieval by GUID. r=paolo 2012-08-05 23:20:19 -04:00
browser_sanitizeDialog_treeView.js Bug 780533 - Add GUIDs to download manager entries, and a faux-async retrieval by GUID. r=paolo 2012-08-05 23:20:19 -04:00
browser_sanitizeDialog.js Bug 776416 - Fix remaining tests. r=sicking 2012-09-13 20:47:04 +02:00
browser_save_link-perwindowpb.js Bug 806706 - Port browser_save_link.js to the new per-window PB APIs; r=jdm 2012-11-07 21:14:41 -05:00
browser_save_link.js Bug 792517 - Make the channel created by Save As respect the privacy status of the originating document. r=ehsan 2012-10-03 15:33:54 -04:00
browser_save_private_link_perwindowpb.js Bug 806707 - Port browser_save_private_link.js to the new per-window PB APIs; r=ehsan 2012-12-03 01:36:43 -06:00
browser_save_private_link.js Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused 2012-10-04 15:07:51 -04:00
browser_save_video.js Bug 712518 - Improve MockFilePicker.jsm; r=jmaher 2011-12-23 11:10:52 +13:00
browser_scope.js
browser_selectTabAtIndex.js
browser_social_chatwindow.js Bug 808235 - give chatbox focus when restored. r=jaws 2012-11-20 12:54:50 +11:00
browser_social_flyout.js Bug 794640 - Clicking a link in social content panels should close the panel. r=gavin 2012-10-15 23:58:13 -07:00
browser_social_isVisible.js Bug 799749 - Add back the Show Desktop Notifications menuitem for the Social API. r=markh 2012-10-09 17:14:25 -07:00
browser_social_mozSocial_API.js Backed out changeset f1c3d164cffc (bug 790112) 2012-09-29 03:17:29 -07:00
browser_social_shareButton.js Bug 811143 - move recommend support to the worker api and avoid dangling port if not supported by the provider. r=jaws 2012-11-15 14:57:28 +11:00
browser_social_sidebar.js Bug 799749 - Add back the Show Desktop Notifications menuitem for the Social API. r=markh 2012-10-09 17:14:25 -07:00
browser_social_toolbar.js Bug 813834 - Character corruption on Facebook messenger with Social API. r=jaws 2012-11-29 15:14:48 +09:00
browser_social.js Bug 815042 - leaving private browsing mode with social enabled now resets all social components. r=gavin 2012-11-28 11:30:09 +11:00
browser_tab_dragdrop2_frame1.xul b=683143,792462; Some tests call SimpleTest.finish() twice/guard against that; r=ehsan 2012-10-01 17:51:10 -04:00
browser_tab_dragdrop2.js Bug 580128. Remove .wrappedJSObject gets that don't work with the new wrappers. r=mrbkap@gmail.com 2010-10-10 15:48:39 -07:00
browser_tab_dragdrop.js Bug 754029 - Navigating from a new script tag does not add a session history entry. r=smaug, r=bz 2012-10-13 13:20:55 -04:00
browser_tabDrop.js Bug 724161: simplify some javascript:/data: drop checks, r=dao 2012-02-14 15:08:35 -08:00
browser_tabfocus.js Bug 754029 - Navigating from a new script tag does not add a session history entry. r=smaug, r=bz 2012-10-13 13:20:55 -04:00
browser_tabMatchesInAwesomebar.js Bug 763468 - Use about:privatebrowsing for new tabs opened in private browsing mode; r=ttaubert 2012-06-21 03:13:19 +05:30
browser_tabs_isActive.js Bug 615194: add test to check isActive annotation is correct for tabs. r=bzbarsky, a=blocker 2010-11-30 17:57:20 -05:00
browser_tabs_owner.js
browser_typeAheadFind.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_unloaddialogs.js Bug 391834, don't allow prompts in beforeunload, unload and pagehide events,r=smaug,patch mostly by gavin 2012-08-13 15:05:34 -04:00
browser_urlbarAutoFillTrimURLs.js Bug 759095 - upgrade license to MPL 2, and other licensing cleanups. 2012-05-29 16:52:43 +01:00
browser_urlbarCopying.js Bug 707567 - prepend http:// to URL copy selection only if at least the full hostname is selected. r=dietrich 2012-01-09 10:53:17 +01:00
browser_urlbarEnter.js Bug 461304 - Test; r=gavin 2011-11-05 15:48:28 +00:00
browser_urlbarRevert.js Bug 729244 - ESC doesn't revert the location bar value anymore. r=gavin 2012-02-24 14:32:00 +01:00
browser_urlbarStop.js Bug 724599 - r=gavin,neil 2012-03-29 11:36:34 +02:00
browser_urlbarTrimURLs.js Bug 700566 - Pressing enter or copying URL on an http:// site whose hostname begins with "ftp<digit>" results in incorrect URL being loaded/copied. r=gavin 2011-11-10 14:55:07 +01:00
browser_urlHighlight.js Bug 685263 - don't parse leading "foo:" as a protocol when followed by a number. r=gavin 2011-10-08 10:32:22 +02:00
browser_utilityOverlay.js Bug 814264 - Restore the ability to call openUILink without an event parameter. 2012-11-27 17:06:17 +01:00
browser_visibleFindSelection.js Bug 559993. Scroll the whole selection into view, not just the focus point when finding on a page. r=roc a=blocking-final+ 2010-11-24 19:35:02 -06:00
browser_visibleTabs_bookmarkAllPages.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_visibleTabs_bookmarkAllTabs.js Bug 728626 - Non-Firefox tests should not use 'about:robots' which is Firefox specific. r=ttaubert 2012-05-22 09:25:49 +08:00
browser_visibleTabs_contextMenu.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_visibleTabs_tabPreview.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_visibleTabs.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser_wyciwyg_urlbarCopying.js Bug 672128: don't copy wyciwyg:// URIs when entire URL is selected, r=dao 2011-07-19 04:00:45 -04:00
browser_zbug569342.js Bug 693029 - Don't check for disableFastFind attribute until we've got some of the document loaded. r=gavin 2012-10-05 11:56:22 +01:00
bug364677-data.xml
bug364677-data.xml^headers^
bug395533-data.txt
bug564387_video1.ogv Bug 564387 - Let "Save Video As..." respect the filename set in the Content-Disposition header. r=gavin 2011-07-10 13:53:22 -07:00
bug564387_video1.ogv^headers^ Bug 564387 - Let "Save Video As..." respect the filename set in the Content-Disposition header. r=gavin 2011-07-10 13:53:22 -07:00
bug564387.html Bug 564387 - Let "Save Video As..." respect the filename set in the Content-Disposition header. r=gavin 2011-07-10 13:53:22 -07:00
bug592338.html Bug 592338: Provide proper feedback when trying to install a persona with a non-default theme. r=gavin, a=blocking-b6 2010-09-07 12:20:12 -07:00
bug792517-2.html Bug 792517 - Make the channel created by Save As respect the privacy status of the originating document. r=ehsan 2012-10-03 15:33:54 -04:00
bug792517.html Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused 2012-10-04 15:07:51 -04:00
bug792517.sjs Bug 792517 - Make the channel created by Save As respect the privacy status of the originating document. r=ehsan 2012-10-03 15:33:54 -04:00
ctxmenu-image.png
disablechrome.html Bug 571970: Main browser chrome should be hidden when viewing in-content UI. r=gavin, a=blocks-betaN 2010-12-06 10:05:55 -08:00
discovery.html
domplate_test.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
download_page.html Bug 676619 - Tests for a[download]. r=smaug 2012-12-02 21:56:00 +01:00
dummy_page.html
feed_discovery.html
feed_tab.html
file_bug550565_favicon.ico
file_bug550565_popup.html Bug 592859 Update browser chrome tests to only use chrome paths for mochitest to prep for android support r=ctalbert a=NPOTB 2010-09-10 10:20:38 -07:00
gZipOfflineChild_uncompressed.html
gZipOfflineChild.cacheManifest
gZipOfflineChild.cacheManifest^headers^
gZipOfflineChild.html
gZipOfflineChild.html^headers^
head.js bug 816059 - properly reset blocklist in browser-chrome tests r=jaws 2012-11-29 12:18:53 -08:00
Makefile.in Bug 816527 - Disable switch to tab for private windows in per-window private browsing builds; r=gavin 2012-11-30 02:40:47 -05:00
moz.png
offlineChild2.cacheManifest
offlineChild2.cacheManifest^headers^
offlineChild2.html
offlineChild.cacheManifest
offlineChild.cacheManifest^headers^
offlineChild.html
offlineEvent.cacheManifest
offlineEvent.cacheManifest^headers^
offlineEvent.html
page_style_sample.html Make page style menu code reuse existing media query code rather than writing its own. (Bug 689319) r=dao 2011-10-17 16:49:22 -04:00
plugin_alternate_content.html Bug 739575 - Prioritize click-to-play over alternate content in nsObjectLoadingContent::GetPluginSupport. r=josh 2012-04-26 16:25:21 -07:00
plugin_both2.html Bug 711552 - Automated tests for click-to-play plugins on desktop Firefox. r=felipe 2012-04-04 15:32:54 -07:00
plugin_both.html Bug 711552 - Automated tests for click-to-play plugins on desktop Firefox. r=felipe 2012-04-04 15:32:54 -07:00
plugin_bug743421.html Bug 743421 - Automated tests for anchor navigation and history.pushState with click-to-play plugins. r=felipe 2012-05-04 11:15:06 -04:00
plugin_bug749455.html Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
plugin_bug797677.html bug 798237 - add test for bug 797677 r=jaws 2012-10-08 10:01:19 -07:00
plugin_clickToPlayAllow.html Bug 711618 - Automated tests for plugin activation permissions. r=felipe a=blassey 2012-04-18 11:41:26 -07:00
plugin_clickToPlayDeny.html Bug 711618 - Automated tests for plugin activation permissions. r=felipe a=blassey 2012-04-18 11:41:26 -07:00
plugin_hidden_to_visible.html Bug 741130 - Attach XBL bindings for html:objects in nsElementSH::PostCreate. r=bz, r=jwein 2012-08-10 09:19:24 -07:00
plugin_test2.html Bug 742753 - Click-to-play: activate only the clicked plugin. r=jaws 2012-05-15 11:10:43 -07:00
plugin_test3.html Bug 711552 - Automated tests for click-to-play plugins on desktop Firefox. r=felipe 2012-04-04 15:32:54 -07:00
plugin_test.html Bug 711552 - Automated tests for click-to-play plugins on desktop Firefox. r=felipe 2012-04-04 15:32:54 -07:00
plugin_two_types.html Bug 754472 - Implement multiple plugin click-to-play UI. r=jaws r=margaret r=dietrich 2012-08-28 09:23:10 -07:00
plugin_unknown.html Bug 711552 - Automated tests for click-to-play plugins on desktop Firefox. r=felipe 2012-04-04 15:32:54 -07:00
privateBrowsingMode.js Bug 456884 - Provide a way to open a link into private browsing mode; r=dao ui-r=madhava 2012-11-27 10:09:24 -05:00
redirect_bug623155.sjs Bug 623155 - Clear userTypedValue on error pages, original patch by Neil Rashbook. r=dao 2011-12-18 12:22:34 +01:00
social_chat.html Bug 805537 - social chat callbacks should only be invoked once. r=jaws 2012-11-15 14:54:34 +11:00
social_flyout.html Bug 794640 - Clicking a link in social content panels should close the panel. r=gavin 2012-10-15 23:58:13 -07:00
social_panel.html Bug 783410 - prevent social URLs from ending up in global history. r=gavin 2012-08-25 13:54:03 +10:00
social_share_image.png Bug 780987 - implement social.user-recommend-* messages. r=mixedpuppy 2012-08-27 21:16:38 +10:00
social_sidebar.html Bug 793943 - add social api to close flyouts. r=mixedpuppy 2012-09-26 16:23:25 +10:00
social_window.html Bug 783410 - prevent social URLs from ending up in global history. r=gavin 2012-08-25 13:54:03 +10:00
social_worker.js Bug 805537 - social chat callbacks should only be invoked once. r=jaws 2012-11-15 14:54:34 +11:00
subtst_contextmenu.html Bug 776293 - Right-clicking a hyperlinked image and pressing "g" now copies the hyperlink URL. r=jaws 2012-09-18 14:16:16 -07:00
test_bug364677.html Bug 713747 - Use UniversalXPConnect and UniversalXPConnect only in test coverage. r=bz 2011-12-30 09:35:38 -08:00
test_bug395533.html Bug 713747 - Use UniversalXPConnect and UniversalXPConnect only in test coverage. r=bz 2011-12-30 09:35:38 -08:00
test_bug435035.html
test_bug452451.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only 2011-08-12 12:21:36 -04:00
test_bug462673.html
test_bug628179.html Bug 628179 - Make top document navigation and tab switching close the Find bar. r=dao ui-r=limi a=sdwilsh 2011-02-11 16:11:24 -08:00
test_bug787619.html Bug 787619 - Test that click events on the C2P overlay don't trigger other handlers. r=jaws 2012-10-19 15:21:19 +02:00
test_contextmenu.html Bug 456884 - Provide a way to open a link into private browsing mode; r=dao ui-r=madhava 2012-11-27 10:09:24 -05:00
test_feed_discovery.html Bug 713747 - Fix funky tests. r=bz 2011-12-30 09:35:39 -08:00
test_offline_gzip.html Bug 792036 - Automated fixups. r=mccr8 2012-09-24 14:46:29 +02:00
test_offlineNotification.html Bug 792036 - Automated fixups. r=mccr8 2012-09-24 14:46:29 +02:00
test_wyciwyg_copying.html Bug 672128: don't copy wyciwyg:// URIs when entire URL is selected, r=dao 2011-07-19 04:00:45 -04:00
title_test.svg Bug 639945 - tooltips are not displayed on inline svg elements. r=dao,bzbarsky 2011-06-30 21:58:21 +01:00
video.ogg
zoom_test.html