gecko-dev/dom/tests/browser
Kris Maglione 456c394740 Bug 1587559 - Ignore noopener.newprocess preference under Fission. r=nika
It doesn't have any useful effect given the way Fission chooses processes, and
complicates the window.open logic in ways that are hard to maintain and cause
problems.

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

--HG--
extra : moz-landing-system : lando
2019-10-11 19:59:10 +00:00
..
perfmetrics Backed out changeset 81156ff3f4fa (bug 1571656) for causing browser_PageActions.js and test_insertTree_fixupOrSkipInvalidEntries.js to perma fail CLOSED TREE 2019-08-19 13:00:44 +03:00
.eslintrc.js Bug 1552441 - Test to verify that only unlinkable about pages can load script[type=module]. r=smaug,ckerschb 2019-05-21 18:02:21 +00:00
beforeunload_test_page.html
browser.ini Bug 1587559 - Ignore noopener.newprocess preference under Fission. r=nika 2019-10-11 19:59:10 +00:00
browser_ConsoleAPITests.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_ConsoleAPI_originAttributes.js Bug 1571466 - Cleanup unnecessary ESLint global definitions. r=mossop 2019-08-19 07:11:56 +00:00
browser_ConsoleStorageAPITests.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_ConsoleStoragePBTest_perwindowpb.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_allocateGigabyte.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_autofocus_background.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_autofocus_preference.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_beforeunload_between_chrome_content.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_bug396843.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_bug1004814.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_bug1008941_dismissGeolocationHanger.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_bug1236512.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_bug1238427.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_bug1316330.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_bug1563629.js Bug 1563629 - Inherit TabContext values from the current BrowserParent, r=nika,kmag 2019-07-19 19:00:31 +00:00
browser_cancel_keydown_keypress_event.js
browser_focus_steal_from_chrome.js Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak 2019-07-17 11:34:21 +00:00
browser_focus_steal_from_chrome_during_mousedown.js Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak 2019-07-17 11:34:21 +00:00
browser_frame_elements.html
browser_frame_elements.js Bug 1561705: Part 2 - Use regular SpecialPowers actor for browser chrome tests. r=mccr8 2019-08-14 16:14:02 -07:00
browser_hasbeforeunload.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_keypressTelemetry.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_largeAllocation_non_win32.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_largeAllocation_win32.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_localStorage_e10s.js Bug 1560455 - rename CodebasePrincipal to ContentPrincipal. r=ckerschb 2019-07-08 16:37:45 +00:00
browser_localStorage_privatestorageevent.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_localStorage_snapshotting_e10s.js Bug 1560455 - rename CodebasePrincipal to ContentPrincipal. r=ckerschb 2019-07-08 16:37:45 +00:00
browser_noopener.js Bug 1587559 - Ignore noopener.newprocess preference under Fission. r=nika 2019-10-11 19:59:10 +00:00
browser_noopener_null_uri.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_persist_cookies.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_persist_mixed_content_image.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_pointerlock_warning.js Bug 1580506, fix incorrect pointerlock message names, r=Gijs 2019-09-12 12:08:41 +00:00
browser_test_focus_after_modal_state.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_test_new_window_from_content.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_test_toolbars_visibility.js Bug 1553804: Part 4 - Make some evil tests less evil/failing. r=nika 2019-09-20 04:43:48 +00:00
browser_unlinkable_about_page_can_load_module_scripts.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_wakelock.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
browser_windowProxy_transplant.js Bug 1542415: Part 5 - Re-enable frameloader rebuilding on process switch. r=nika 2019-09-09 11:50:40 +00:00
browser_xhr_sandbox.js Bug 1560178 - fix miscellaneous tests to allow them to keep working when disallowing remote content in the parent process, r=aswan,ckerschb 2019-07-12 16:27:58 +00:00
dummy.html
dummy.png
file_load_module_script.html Bug 1499354: Add object-src 'none' to the CSP of all about: pages. r=freddyb 2019-09-26 16:22:41 +00:00
file_module_loaded.js Bug 1552441 - Test to verify that only unlinkable about pages can load script[type=module]. r=smaug,ckerschb 2019-05-21 18:02:21 +00:00
file_module_loaded2.js Bug 1552441 - Test to verify that only unlinkable about pages can load script[type=module]. r=smaug,ckerschb 2019-05-21 18:02:21 +00:00
file_postMessage_parent.html Bug 1555488 - Part 2: Add initial tests for WindowProxy cache clearing, r=mccr8 2019-06-06 14:57:25 +00:00
focus_after_prompt.html
geo_leak_test.html
helper_largeAllocation.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
helper_localStorage_e10s.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
mimeme.sjs
page_localstorage_e10s.html
page_localstorage_snapshotting_e10s.html
page_privatestorageevent.html
position.html
prevent_return_key.html
set-samesite-cookies-and-redirect.sjs
test-console-api.html
test_bug1004814.html
test_largeAllocation.html
test_largeAllocation.html^headers^
test_largeAllocation2.html
test_largeAllocation2.html^headers^
test_largeAllocationFormSubmit.sjs
test_mixed_content_image.html
test_new_window_from_content_child.html
test_noopener_source.html
test_noopener_target.html
worker_bug1004814.js